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년 전 | 답변 수: 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년 전 | 답변 수: 2 | 0
