photo

Jeremy Baker


Active since 2013

Followers: 0   Following: 0

Message

Student

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
172,920
of 298,545

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 20,613

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 161,622

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 1

View badges

Feeds

View by

Question


I keep getting this error and i cannot work out what it means
Indat = load('-ascii','C:\Users\jbake_000\Documents\MATLAB\SC101\weather.txt'); Time = Indat(:, 1); Windspeed = Indat(:, 4);...

12 years ago | 1 answer | 0

1

answer

Question


I get an error for plot called "double"
Indat = load('-ascii','C:\Users\jbake_000\Documents\MATLAB\SC101\weather.txt'); Time = Indat(:, 1); Windspeed = Indat(:,...

12 years ago | 1 answer | 0

1

answer

Question


Why doesn't "solve" work on my MLab(student)
e.g. EDU>> [x,y] = solve('x+2*y=4','2*x - y=3') Undefined function 'solve' for input arguments of type 'char'.

12 years ago | 2 answers | 0

2

answers