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);...
12년 초과 전 | 답변 수: 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(:,...
12년 초과 전 | 답변 수: 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'.
12년 초과 전 | 답변 수: 2 | 0
