photo

Shinichiro Shimata


Last seen: 4 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
1 Answer

RANK
35,079
of 300,364

REPUTATION
1

CONTRIBUTIONS
5 Questions
1 Answer

ANSWER ACCEPTANCE
80.0%

VOTES RECEIVED
1

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Unable to use min( ) because the table is an index.
When trying to use min( ) function, I get an error message saying "Unable to use a value of type table as an index". How can I f...

4 years ago | 1 answer | 0

1

answer

Question


Plotting using a for loop in Matlab and finding the highest three consecutive value, given imported spreadsheet table of 1x100 called 'P'?
for n = 1:100 PP = P(n,1); x = n; plot(x, P); hold on end The code above doesn't work. Please help fix it and make sure to...

4 years ago | 2 answers | 0

2

answers

Question


Equation in a single column matrix?
I wanted to compute an equation in (n,1) matrix instead of (1,n) in a for loop. Given a =[27.7847; 31.1386,33.3644; 37.0654; ...

4 years ago | 1 answer | 0

1

answer

Question


Displaying a value using fprintf with certain number of decimals.
I am trying to display the value of a using fprintf with only two decimals. Given a = 3.870081e+01; Can you modify my code belo...

4 years ago | 1 answer | 0

1

answer

Answered
putting a trendline on a semi-log plot in MatLab.
Man, thank you again!!

4 years ago | 0

Question


putting a trendline on a semi-log plot in MatLab.
The values are as following, avgspeed = [27.7846701084929; 31.1385896602218; 33.3643634350556; 37.0654321948195; 38.504271287...

4 years ago | 3 answers | 1

3

answers