photo

Kiran Prasad


Con actividad desde 2016

Followers: 0   Following: 0

Estadística

MATLAB Answers

3 Preguntas
3 Respuestas

CLASIFICACIÓN
8.168
of 299.737

REPUTACIÓN
6

CONTRIBUCIONES
3 Preguntas
3 Respuestas

ACEPTACIÓN DE RESPUESTAS
100.0%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.791

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 165.655

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

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

alrededor de 9 años hace | 0

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

alrededor de 9 años hace | 0

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

alrededor de 9 años hace | 1