Feeds
提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0