Community Profile

photo

Jeremy Baker


Active since 2013

Followers: 0   Following: 0

Message

Student

Statistics

  • 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);...

11 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(:,...

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

11 years ago | 2 answers | 0

2

answers