Kouichi C. Nakamura

Results 13 issues of Kouichi C. Nakamura

### Description - [x] Can you reproduce the issue? ### Steps to reproduce 1. Install Google Japanese Input to your Mac (this how I did, but I also confirmed the...

:question: confirmation needed

From R2016b, MATLAB supports string data type such as `["boo", "who" , "Woo"]` However, apparently this is not supported by `language-matlab` and all string data with `"` signs are highligheted...

I used the master branch (0bbff55), and encountered a strange result. Uising `sliceBrowser` and `AtlasViewer`, I tried to carry out transform but it failed in a strange way (see the...

This Pull Request changed the behaviour of `sliceBrowser.m` and `AtlasTransformBrowser.m`. 1. AtlasViewer shows what **mode** it is in as XLabel of the axes in response to the arrow keys. -...

I noticed that when I'm using `sliceBrowser` and move to the next slice, and I add a few points in the new pair of slices, hitting `h` on Atlas Viewer...

Looking at `Display_Probe_Track.m`, [L255](https://github.com/cortex-lab/allenCCF/blob/master/SHARP-Track/Display_Probe_Track.m#L225) reads: ``` matlab borders_table = plotDistToNearestToTip(m, p, av_plot, st, probe_length_histo, error_length, active_site_start, distance_past_tip_to_plot, show_parent_category, show_region_table, plane); % plots confidence score based on distance to nearest region...

It seems that the image has to be in 8-bit gray-scale or RGB. My 16 bit images didn't work. Does it accept 8 bit-per-channel images with more than three channels?...

I'm pretty sure this will not be responded, but I report this anyway, hoping that this could save someone else's precious time. I think I found an error in the...

I've done most of the things correctly, and the outcome looks very nice at first glance, but with a closer look, I realised that the depth of the active recording...

MATLAB's `permute` does not accept the second input argument being shorter than the number of dimensions of `I` any longer. https://github.com/fiji/fiji/blob/e2824452ba3efc70f8352b0c09618cd09bc7fac5/scripts/copytoImg.m#L28 When I run `copytoImg` for a 5-D array data,...