photo

Shawn Alcorn


Last seen: 2 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
249,968
of 300,781

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
42.86%

收到投票数
0

排名
 of 21,088

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,018

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


Why am I getting this interp1 error?
%% AEM 588 HW1 Question 2 clear all; close all; clc; global A_const; global B_const; global C_const; mu = 398600; %km^3/s...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Issue during for loop.
The issue occurs during the for loop using j. When I calculate deltaTheta it should be pretty constant at the start but eventual...

3 years 前 | 1 个回答 | 0

1

个回答

提问


While loop setting error calculation is not calculating properly.
While loop within code is suppose to adjust betaIter until thetaTanIter is within a certain value of tangent of 10 degrees. The ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Now trying to loop my code for lambda and calculate a CL for each lambda but my code runs only twice.
My code for the for loop for lambda only runs once but I need it to run for each value of lambda and save the CL value for each ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Inverse of C matrix is Inf when it shouldn't be. How do I fix the matrix? The formula to calculate C is correct. May be an issue with input c.
This code gives me an INV(C) as INF. I believe the error is within the input of c into the calculation for C matrix. When I look...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How do I modify my code to get rid of this error: "Index exceeds the number of array elements. Index must not exceed 1. Error in AEM614HW2Q2 (line 35) "
This is my error. Index exceeds the number of array elements (1). Error in HW2P2 (line 35) C(j,n) = 2*b/(pi*...

4 years 前 | 2 个回答 | 0

2

个回答

提问


How do I return to the 2nd For loop until the if statement is met before starting the 2nd iteration of the first For loop?
This may not be a very clean way to code this but, I am trying to get the 2nd For loop to repeat until the 2nd if loop condition...

4 years 前 | 1 个回答 | 0

1

个回答