photo

John


2012 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

4 質問
0 回答

ランク
118,147
of 301,513

評判
0

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

回答採用率
100.0%

獲得投票数
0

ランク
 of 21,310

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 175,013

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Newton's method - how to make the computational performance faster?
I have used a while loop in the algorithm. Once the absolute error is less than the specified tolerance (tol), the while loop st...

13年以上 前 | 1 件の回答 | 0

1

回答

質問


How to make an efficient if-statement-expression that when identifying a 1x3 vector consisting only of either 6's,7's,8's or 9's gives the same statement?
I could you run following if statement vec=[9 9 9]; if vec(1:3)==9 | vec(1:3)==8 | vec(1:3)==7 | vec(1:3)==6 disp('Ident...

13年以上 前 | 2 件の回答 | 0

2

回答

質問


How to display an expression when the user enters a negative number as a first input in a while loop that stops until the user enters a negative number?
The expression could be 'No average'. I have tried to add an if-statement but I did not succeed. % Prompts the user to ent...

13年以上 前 | 3 件の回答 | 0

3

回答

質問


Error: Not enough input argument (line 6)
Why do I get this error message when running following script? function outtype = findargtype (inputarg) % findargtype d...

13年以上 前 | 1 件の回答 | 0

1

回答