Kouichi Nakamura
Kyoto University
2015 年からアクティブ
Followers: 0 Following: 0
Professional Interests: Signal Processing, Image Processing
統計
All
ランク
of 153,872
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
送信済み
isregexpmatchedany(str, expression)
isregexpmatchedany is a wrapper of regexp function that returns a scalar logical
8年以上 前 | ダウンロード 1 件 |
送信済み
linealpha(x,y,varargin)
linealpha allows you to draw a line with transparency alpha taking advantage of patch object.
8年以上 前 | ダウンロード 2 件 |
送信済み
uitoolbarScrollResize(fig)
uitoolbarScrollResize adds a uitoolbar for magnifying,the contents (Children) of a figure fig.
8年以上 前 | ダウンロード 1 件 |
送信済み
isregexpmatched(str, expression)
isregexpmatched is a wrapper of regexp function that returns logical array
8年以上 前 | ダウンロード 0 件 |
送信済み
iscolorspec(colorSpec)
iscolorspec returns true when colorSpec is a valid colorspec or false if not.
8年以上 前 | ダウンロード 1 件 |
送信済み
toggleDefaultFigureWindowStyle()
toggleDefaultFigureWindowStyle toggles the status of Root object's "DefaultFigureWindowStyle"
8年以上 前 | ダウンロード 1 件 |
送信済み
toggleAllFigureWindowStyle()
toggleAllFigureWindowStyle toggles the status of all the figure object's "WindowStyle" property
8年以上 前 | ダウンロード 0 件 |
送信済み
ticklengthcm(axh,cm)
ticklengthcm allows you to specify the length of Axes ticks in centimeters
8年以上 前 | ダウンロード 1 件 |
回答済み
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...
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...
9年弱 前 | 0
質問
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...
9年弱 前 | 2 件の回答 | 1
2
回答送信済み
K_shadedErrorBar()
K_shadedErrorBar is a MATLAB function for adding shaded error bar to your plot
9年弱 前 | ダウンロード 1 件 |
質問
vertcat of values stored in structure
I prepared this simple classdef. classdef myclassA properties prop end meth...
約9年 前 | 1 件の回答 | 1
1
回答回答済み
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...
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...
約9年 前 | 0
| 採用済み
回答済み
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...
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...
約9年 前 | 1
質問
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,...
約9年 前 | 2 件の回答 | 1
2
回答回答済み
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...
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...
9年以上 前 | 0
質問
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...
9年以上 前 | 2 件の回答 | 0
2
回答回答済み
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...
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...
9年以上 前 | 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...
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...
9年以上 前 | 0
| 採用済み
質問
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...
9年以上 前 | 3 件の回答 | 0
3
回答回答済み
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...
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...
9年以上 前 | 0
質問
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...
9年以上 前 | 2 件の回答 | 0