photo

Kiran Prasad


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
3 个回答

排名
8,168
of 299,763

声誉
6

贡献数
3 个提问
3 个回答

回答接受率
100.0%

收到投票数
1

排名
 of 20,798

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,797

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1