photo

Raju


Technical University of Denmark- DTU

Con actividad desde 2018

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

11 Preguntas
2 Respuestas

CLASIFICACIÓN
158.171
of 300.988

REPUTACIÓN
0

CONTRIBUCIONES
11 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
18.18%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.130

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 172.218

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 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


How do I determine goodness of the fit (any curve )when using least square method?
I am trying to fit my data as, % %Curve fit fun = @(p,xdata) p(1).*(1-exp(-xdata./p(2))) + p(3).*(1-exp(-xdata./p(4))); [...

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Customizing mask or background in images
I want to set a mask (background) for values less than 'Int_bound' in all the figures/subfigures (code shown below). This mask ...

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Sorting same rows & columns in two different matrices?
I have two matrices A = 16 2 3 13 5 11 0 8 ...

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Creating mask for Background in an image?
I have a color image in which I want to assign/fill the background with a specific color than human faces in the same image. I c...

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Vertical line to the plot when ylimit is manually set to [0 inf]?
I want to add a vertical line in my plot. It adds succesfully when I do not use 'ylim'. However it doesnot when ylim[0 inf]. How...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Finding fitting parameters from fitted curve?
I am fitting my data sets using equation 'fun1 = @(p,xdata) p(1).*(1-exp(-xdata./p(2)))+C' and saving outputs as [pb1,resnorm,r...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Starting 'for' loop from integers (for e.g. 7 ) after 1 and not counting lower integers value (for e.g. 1-6)?
I am starting a for loop as, for I=7:12 end and expect the results which are meant to be from 7 to 12. But I am al...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Displaying fitting parameters on the graph?
I have fitted my data and saved as, fun = @(p,xdata) p(1).*(1-exp(-xdata./p(2)))+y_o; [pb1,resnorm,residual,exitflag,out...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Respondida
How do I plot error in x values and error in y values together in matlab?
Those syntax plot by considering one value of err. I want to plot different axes errors (error in x axis and error in y axis. If...

alrededor de 8 años hace | 0

Respondida
How to write a code to add notifier (text/value) for every point on plot?
thanks for your reply. Is there any way to place text for each point with code? I have many graphs to be performed with same ...

alrededor de 8 años hace | 0

Pregunta


How do I plot error in x values and error in y values together in matlab?
I have x values with x-errors(sqrt(x)) and corresponding y values with y-errors (sqrt(y)). How do I plot this with errors in bot...

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

2

respuestas

Pregunta


How to write a code to add notifier (text/value) for every point on plot?
In my plot,every y value corresponding to x value represents something for (eg. temperature values). I want these temperature va...

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

2

respuestas

Pregunta


Interpolation in negative axis?
I have fitted my data with a gaussion function. the curve is basically lying in first coordinate and not starting from zero. I w...

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

1

respuesta