Kouichi Nakamura
Kyoto University
Followers: 0 Following: 0
Statistik
RANG
8.641
of 300.953
REPUTATION
5
ANTWORTZUSTIMMUNG
83.33%
ERHALTENE STIMMEN
4
RANG
10.197 of 21.123
REPUTATION
62
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
10 Dateien
DOWNLOADS
9
ALL TIME DOWNLOADS
621
RANG
of 171.946
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gesendet
isregexpmatchedany(str, expression)
isregexpmatchedany is a wrapper of regexp function that returns a scalar logical
fast 10 Jahre vor | 1 Download |
Gesendet
linealpha(x,y,varargin)
linealpha allows you to draw a line with transparency alpha taking advantage of patch object.
fast 10 Jahre vor | 1 Download |
Gesendet
uitoolbarScrollResize(fig)
uitoolbarScrollResize adds a uitoolbar for magnifying,the contents (Children) of a figure fig.
fast 10 Jahre vor | 1 Download |
Gesendet
isregexpmatched(str, expression)
isregexpmatched is a wrapper of regexp function that returns logical array
fast 10 Jahre vor | 0 Downloads |
Gesendet
iscolorspec(colorSpec)
iscolorspec returns true when colorSpec is a valid colorspec or false if not.
fast 10 Jahre vor | 1 Download |
Gesendet
toggleDefaultFigureWindowStyle()
toggleDefaultFigureWindowStyle toggles the status of Root object's "DefaultFigureWindowStyle"
fast 10 Jahre vor | 1 Download |
Gesendet
toggleAllFigureWindowStyle()
toggleAllFigureWindowStyle toggles the status of all the figure object's "WindowStyle" property
fast 10 Jahre vor | 1 Download |
Gesendet
ticklengthcm(axh,cm)
ticklengthcm allows you to specify the length of Axes ticks in centimeters
fast 10 Jahre vor | 1 Download |
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...
etwa 10 Jahre vor | 0
Frage
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...
etwa 10 Jahre vor | 2 Antworten | 1
2
AntwortenGesendet
K_shadedErrorBar()
K_shadedErrorBar is a MATLAB function for adding shaded error bar to your plot
etwa 10 Jahre vor | 1 Download |
Frage
vertcat of values stored in structure
I prepared this simple classdef. classdef myclassA properties prop end meth...
etwa 10 Jahre vor | 1 Antwort | 1
1
AntwortStrange 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...
etwa 10 Jahre vor | 0
| akzeptiert
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...
etwa 10 Jahre vor | 1
Frage
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,...
etwa 10 Jahre vor | 2 Antworten | 1
2
AntwortenIs 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...
mehr als 10 Jahre vor | 0
Frage
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...
mehr als 10 Jahre vor | 2 Antworten | 0
2
AntwortenHow 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...
fast 11 Jahre vor | 0
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...
fast 11 Jahre vor | 0
| akzeptiert
Frage
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...
fast 11 Jahre vor | 3 Antworten | 0
3
AntwortenHow 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...
fast 11 Jahre vor | 0
Frage
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...
fast 11 Jahre vor | 2 Antworten | 0


