Community Profile

photo

Savanna


Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Code keeps running and running and not stopping
I have code I am trying to run and when I try to get the value for V_max, the code won't stop running. I don't get an error and...

6 years ago | 1 answer | 0

1

answer

Question


a better explanation of polyfit please
My teacher wants us to use polyfit and gave us a little bit of information on how to use it, but what he gave us makes no sense ...

9 years ago | 1 answer | 1

1

answer

Question


reshaping and transposing question
So my teacher gave us this problem where there's an array C=[1 7; 2 8; 3 9; 4 10; 5 11; 6 12] What he wants us to do wit...

9 years ago | 2 answers | 0

2

answers

Question


Index exceeds matrix dimensions. I can't figure out what I'm doing wrong, please help.
here is my code: if true S=[]; n=2; w=abs(10^6); v=1:998; u= -1:1; for a = -2 : 0.04 : 2 for b = -2 : 0.04 : 2 ...

9 years ago | 1 answer | 0

1

answer