photo

Kiran Prasad


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

3 질문
3 답변

순위
8,220
of 300,338

평판
6

참여
3 질문
3 답변

답변 채택
100.0%

획득한 표
1

순위
 of 20,922

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,149

참여
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