Omar Abdullateef - MATLAB Central
photo

Omar Abdullateef


Last seen: 4年以上 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 03/19 to 04/25Use left and right arrows to move selectionFrom 03/19Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

4 質問
0 回答

ランク
290,695
of 298,086

評判
0

コントリビューション
4 質問
0 回答

回答採用率
50.0%

獲得投票数
0

ランク
 of 20,530

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,316

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

1

回答

質問


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

4年以上 前 | 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年 前 | 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年 前 | 2 件の回答 | 0

2

回答