photo

Kiran Prasad


2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

3 質問
3 回答

ランク
8,168
of 299,722

評判
6

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

回答採用率
100.0%

獲得投票数
1

ランク
 of 20,790

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 165,604

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


Why does the following error come up for this short piece of code?
Hi, Whenever I try to run this code: for i=1:3 H=hilb(n); x = ones (n(i),1); b=H*x; y=mldivid...

約8年 前 | 1 件の回答 | 0

1

回答

質問


While loop isn't terminating even though the expression is 0
Hi, I'm utterly perplexed as to why the following while loop will not terminate. Any help would be appreciated. CO2percen...

約9年 前 | 2 件の回答 | 0

2

回答

質問


My while loop doesn't seem to end, though the expression is satisfied.
Hi, I'm coding an iterative model and am having problems with the following while loop. I'm trying to get the loop to stop ...

約9年 前 | 1 件の回答 | 0

1

回答

回答済み
How to get best fitting model decision for data X and Y?
My guess would be to try either polyfit or glmfit. Even the fit function might help. To me it looks as though what you need is a...

約9年 前 | 0

回答済み
How can I reformat my loop to get result for given equations?
I think Torsten is right. If you run it afterwards you shouldn't get a dimension mismatch. Let us know if this still doesn't w...

約9年 前 | 0

回答済み
How can I get a proper double form for a symbolic matrix?
Just from my limited experience using symbolic equations to get double answers, I would suggest maybe using the double function ...

約9年 前 | 1