photo

Jaevon Stewart


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
270,781
of 300,584

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
0

RANK
 of 21,030

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,723

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

  • Thankful Level 2

View badges

Feeds

View by

Question


How do I save vector values from for loop?
I have this section of code here az = 0:90:270; for k = 1:length(az) rR = 0:.1:1; L1 = (rR.*rR.*.5)+(mu.*rR.*theta...

1 year ago | 1 answer | 0

1

answer

Question


Matlab cannot recognize variable
I have this code here. %May change entire thing to function clc; clear; %Variables sigma = .1; lock = 8; twist = -8; a =...

1 year ago | 1 answer | 0

1

answer

Question


Index exceeds the number of array elements (interation)
Im trying to iterate xin = xh^2/sqrt(x(n)^2+mu^2); x(n+1) = x(n)-((x(n)-muz-xin)/((1+xinx(n))/(x(n)^2+mu^2))) In the setup, ...

1 year ago | 1 answer | 0

1

answer

Question


Running code for different variable values.
Lets say I have these values here. theta = 0:2:12. How do I get matlab to go through the code while the value is zero, get the...

1 year ago | 1 answer | 0

1

answer

Question


Arrays have incompatible sizes for this operation
clc; clear; %This function is will determine the rate of heat loss %you will experience through one of our select pipes and ...

3 years ago | 2 answers | 0

2

answers