photo

Katherine DeChambeau


Last seen: 5 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
196,209
of 301,296

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,225

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,814

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 2 answers | 0

2

answers