Feeds
提问
fopen error using text file
I have the code below but when I run, I get a textscan error. I am not sure what else I can try....I know that my text file is i...
5 years 前 | 1 个回答 | 0
1
个回答提问
Error: Array indices must be positive integers or logical values.
Here is my code: clc;clear; t=[0:0.5:60]; h(t)=2.03*t.^2-0.0013*t.^4+0.000034*t.^4.751; plot(t, h(t)); xlabel('Time'); yla...
5 years 前 | 2 个回答 | 0
