photo

Kouichi Nakamura


Kyoto University

Active since 2015

Followers: 0   Following: 0

Message

Professional Interests: Signal Processing, Image Processing

Statistics

All
MATLAB Answers

6 Questions
7 Answers

File Exchange

10 Files

RANK
8 854
of 300 364

REPUTATION
5

CONTRIBUTIONS
6 Questions
7 Answers

ANSWER ACCEPTANCE
83.33%

VOTES RECEIVED
4

RANK
10 182 of 20 934

REPUTATION
61

AVERAGE RATING
0.00

CONTRIBUTIONS
10 Files

DOWNLOADS
10

ALL TIME DOWNLOADS
618

RANK

of 168 407

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • First Submission
  • Thankful Level 1

View badges

Feeds

View by

Answered
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...

nästan 10 år ago | 0

Question


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...

nästan 10 år ago | 2 answers | 1

2

answers

Question


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

nästan 10 år ago | 1 answer | 1

1

answer

Answered
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...

nästan 10 år ago | 0

| accepted

Answered
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...

nästan 10 år ago | 1

Question


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,...

ungefär 10 år ago | 2 answers | 1

2

answers

Answered
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...

mer än 10 år ago | 0

Question


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...

mer än 10 år ago | 2 answers | 0

2

answers

Answered
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...

mer än 10 år ago | 0

Answered
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...

mer än 10 år ago | 0

| accepted

Question


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...

mer än 10 år ago | 3 answers | 0

3

answers

Answered
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...

mer än 10 år ago | 0

Question


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...

mer än 10 år ago | 2 answers | 0

2

answers