photo

Jaevon Stewart


Last seen: 4 months 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


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

5 months 前 | 1 个回答 | 0

1

个回答

提问


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

5 months 前 | 1 个回答 | 0

1

个回答

提问


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

5 months 前 | 1 个回答 | 0

1

个回答

提问


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

5 months 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 2 个回答 | 0

2

个回答