photo

Omar Abdullateef


Last seen: 5 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
134,569
of 299,772

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,801

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,865

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


I have the following code for matlab and I am trying to estimate the final weight w0 iteratively starting with 14500 as a value for w0. How can I write that as a function or loop to execute only 8 iterations max?
v = 969.02667; % speed of sound at 35000ft v_cruise = 0.78*v; %speed of cruise given is 0.78 Mach Mmax = 0.9; rho = 0.0007...

5 years 前 | 0 个回答 | 0

0

个回答

提问


2 graphs on same plot
S3(x)=-0.0196x^2+0.2974x+9.1157 S3(x)=-0.9288(x-1)^3+0.619(x-1)^2+0.548(x-1)+9.39 I am trying to plot both these unctions...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How to plot points without line
I'm trying to plot the following command as points rather than a linear line how do i do that?

6 years 前 | 2 个回答 | 0

2

个回答