photo

Carlos So


Last seen: 4 years 前 自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
1 个回答

排名
228,895
of 300,763

声誉
0

贡献数
7 个提问
1 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,082

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,923

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


kepler's equation not working. it solves the Kepler equation for E given e and M (your function should accept M and e as inputs, and return E). The actual solution should be performed using the MATLAB built in function fzero() to solve the following
it solves the Kepler equation for E given e and M (your function should accept M and e as inputs, and return E). The actual sol...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Matrix with angles that change with each iteration. For loop?
I trying to create a plot using a matrix that changes angles from 0 to 180. I have two issues that I can't figure out. 1 How can...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Find a Fourier series for the function represented by this data set.
y = [1.0668 1.8288 2.7432 3.5662 4.2977 4.6634 2.5908 2.3165 2.6518 3.0785 3.3223 ... 2.6213 0.3200 - 0.5791 - 1.0668 - 1.4326 ...

11 years 前 | 0 个回答 | 0

0

个回答

提问


Nested for loop fourier series
I'm trying to use a nested for loop to do a fourier series. I have to evaluate n to 10 then use the new n for each pass to analy...

11 years 前 | 1 个回答 | 0

1

个回答

提问


.mat file to 3d array
I have a mat file called testdata3D.mat. I have to create a 3D array with the two pages and name it test_results. <</matlabce...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Plot the n=1, n=2, n=3 approximations to e^x for x=0:0.05:1, and plot the built-in exp(x) function on this same interval. Ensure that each line has a unique LineSpec format (ie- line style, tickmark, color),
%HOW DO I ADD THE THREE N APPROXIMATIONS TO THIS CODE? clear, clc err = 1; order(1) = 1; while err > 0.000000001 ...

12 years 前 | 0 个回答 | 0

0

个回答

提问


How can I use the break and continue to keep this loop from stopping all together. When the user enters the inputs it gives a message bu tthen it stops the program. I want it to let the user try new numbers after they get the wrong numbers message
temperature=menu('Temperature Scale','Kelvin','Fahrenheit','Centigrade','Rankine'); T1 = input(['Enter your T_C value',': \n...

12 years 前 | 2 个回答 | 0

2

个回答