Statistics
4 Questions
0 Answers
RANK
35,619
of 300,364
REPUTATION
1
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
1
RANK
of 20,934
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168,407
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
8 years ago | 1 answer | 0
1
answerQuestion
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 ...
10 years ago | 1 answer | 1
1
answerQuestion
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...
10 years ago | 2 answers | 0
2
answersQuestion
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 ...
10 years ago | 1 answer | 0
