Community Profile

photo

Katherine DeChambeau


Last seen: fast 3 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 3 Jahre vor | 2 Antworten | 0

2

Antworten