photo

Kouichi Nakamura


Kyoto University

Con actividad desde 2015

Followers: 0   Following: 0

Mensaje

Professional Interests: Signal Processing, Image Processing

Estadística

All
MATLAB Answers

6 Preguntas
7 Respuestas

File Exchange

10 Archivos

CLASIFICACIÓN
8.854
of 300.352

REPUTACIÓN
5

CONTRIBUCIONES
6 Preguntas
7 Respuestas

ACEPTACIÓN DE RESPUESTAS
83.33%

VOTOS RECIBIDOS
4

CLASIFICACIÓN
10.181 of 20.928

REPUTACIÓN
61

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
10 Archivos

DESCARGAS
10

ALL TIME DESCARGAS
618

CLASIFICACIÓN

of 168.212

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Review
  • First Submission
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Enviada


isregexpmatchedany(str, expression)
isregexpmatchedany is a wrapper of regexp function that returns a scalar logical

más de 9 años hace | 1 descarga |

0.0 / 5

Enviada


inputYN(inputstr)
inputYN is a wrapper of input.

más de 9 años hace | 1 descarga |

0.0 / 5

Enviada


linealpha(x,y,varargin)
linealpha allows you to draw a line with transparency alpha taking advantage of patch object.

más de 9 años hace | 2 descargas |

0.0 / 5

Enviada


uitoolbarScrollResize(fig)
uitoolbarScrollResize adds a uitoolbar for magnifying,the contents (Children) of a figure fig.

más de 9 años hace | 1 descarga |

0.0 / 5

Enviada


isregexpmatched(str, expression)
isregexpmatched is a wrapper of regexp function that returns logical array

más de 9 años hace | 0 descargas |

0.0 / 5

Enviada


iscolorspec(colorSpec)
iscolorspec returns true when colorSpec is a valid colorspec or false if not.

más de 9 años hace | 1 descarga |

0.0 / 5

Enviada


toggleDefaultFigureWindowStyle()
toggleDefaultFigureWindowStyle toggles the status of Root object's "DefaultFigureWindowStyle"

más de 9 años hace | 1 descarga |

0.0 / 5

Enviada


toggleAllFigureWindowStyle()
toggleAllFigureWindowStyle toggles the status of all the figure object's "WindowStyle" property

más de 9 años hace | 1 descarga |

0.0 / 5

Enviada


ticklengthcm(axh,cm)
ticklengthcm allows you to specify the length of Axes ticks in centimeters

más de 9 años hace | 1 descarga |

0.0 / 5

Respondida
Is this a bug? Accessing table variables in cell format by row indices (R2015a)
Thank you, guys. Indeed, R2015b gave the expected results! Now I clarified that the version I used was R2015a. Also, thank yo...

casi 10 años hace | 0

Pregunta


Is this a bug? Accessing table variables in cell format by row indices (R2015a)
I have a trouble in understanding a syntax to access table contents (MATLAB R2015a). In the following example, you can acces...

casi 10 años hace | 2 respuestas | 1

2

respuestas

Enviada


K_shadedErrorBar()
K_shadedErrorBar is a MATLAB function for adding shaded error bar to your plot

casi 10 años hace | 1 descarga |

0.0 / 5

Pregunta


vertcat of values stored in structure
I prepared this simple classdef. classdef myclassA properties prop end meth...

casi 10 años hace | 1 respuesta | 1

1

respuesta

Respondida
Strange brown color appears in saturated data points in parula colormap (R2015a for Win)
Customer Support taught me a workaround for this. h = figure; [X,Y,Z] = peaks(25); surf(X,Y,Z); view(0,90) shading inte...

casi 10 años hace | 0

| aceptada

Respondida
Strange brown color appears in saturated data points in parula colormap (R2015a for Win)
I have asked about the same issue via the customer support. Below is an excerpt from their reply. They think this is a bug relat...

casi 10 años hace | 1

Pregunta


Strange brown color appears in saturated data points in parula colormap (R2015a for Win)
On R2015a for Windows, I noticed strange behaviour of the parula colormap. [X,Y,Z] = peaks(25); figure; surf(X,...

casi 10 años hace | 2 respuestas | 1

2

respuestas

Respondida
Is there a way to specify the exact size of axes in EPS files?
It's probably... set(gca, 'Units', 'centimeters', 'Position', [2, 2, 8, 11]); print('filename1.eps','-depsc') Then op...

más de 10 años hace | 0

Pregunta


Is there a way to specify the exact size of axes in EPS files?
In my current work flow, I export MATLAB figures with print('filename1.eps','-depsc') in order to edit in a graphic sof...

más de 10 años hace | 2 respuestas | 0

2

respuestas

Respondida
How do I teardown fixture while using a TestCase obj in interactive mode?
Thanks. For the question I raised, now I'm fine with deletion of |testCase| object. At least it does what I expected. But what y...

más de 10 años hace | 0

Respondida
How do I teardown fixture while using a TestCase obj in interactive mode?
Actually, deletion of the |testcase1| object |testCase| does invoke the |teadown| method. Thus, combinatory use of |forInteracti...

más de 10 años hace | 0

| aceptada

Pregunta


How do I teardown fixture while using a TestCase obj in interactive mode?
I found |matlab.unittest.TestCase.forInteractiveUse| extremely useful for development and debugging of test cases written for |m...

más de 10 años hace | 3 respuestas | 0

3

respuestas

Respondida
How can I launch a specific version of MATLAB from Windows' command prompt with matlab command?
Maybe one way to avoid invoking MATLAB R2014b is to temporally remove it from the System Environment Variables? SET PATH command...

más de 10 años hace | 0

Pregunta


How can I launch a specific version of MATLAB from Windows' command prompt with matlab command?
I'm trying to execute MATLAB command from Windows 7's command prompt. So far I managed to get the result by the following comman...

más de 10 años hace | 2 respuestas | 0

2

respuestas