photo

Chris


Wyle Information Systems LLC

Last seen: casi 6 años hace Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

8 Preguntas
4 Respuestas

CLASIFICACIÓN
292.593
of 301.577

REPUTACIÓN
0

CONTRIBUCIONES
8 Preguntas
4 Respuestas

ACEPTACIÓN DE RESPUESTAS
50.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.338

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 175.550

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


Remove grey space between subplots and plot text with axes handle in each plot
TWIMC; I am using some code in R2016 that was created for R2007 called getCustomAxesPos. It works well, but when I try to put ...

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

0

respuestas

Respondida
how do I combine handles of probplot so that I can make a single legend?
Hey, Birdman. Thanks for thinking on this. I tried your solution, but the legend had the fitted lines for the first and third ...

alrededor de 8 años hace | 0

Pregunta


how do I combine handles of probplot so that I can make a single legend?
Hello. I have this code: ha1 = probplot(data1); ha2 = probplot(gca,data2); ha3 = probplot(gca,data3); how do I combine the ...

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

1

respuesta

Respondida
Anyone know how I can use normplot to have a logarithmic scaling of the x-axis like this old timey version?
It does work! I had been using normplot to no avail. Probplot it is! Thank you, again!

alrededor de 8 años hace | 0

Pregunta


Anyone know how I can use normplot to have a logarithmic scaling of the x-axis like this old timey version?
I have tried to use set(gca,'xscale','log') with normplot. The data then plots correctly, but the fitted line through it plots ...

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

2

respuestas

Respondida
How can I show only the outer outline of all the histogram bars as in this picture:
It works! Thank you very much!

alrededor de 8 años hace | 0

Pregunta


How can I show only the outer outline of all the histogram bars as in this picture:
I am trying to replicate an old histogram style where the edges between bars are not shown. Can I do this in Matlab? <</matl...

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

2

respuestas

Respondida
How can I get the normplot function to have an x-axis with logarithmic scale?
Dear Mr. Ballaney; Hello. Thank you for looking at my question. I need the normplot's functionality. So, the semilogx functi...

alrededor de 8 años hace | 0

Pregunta


How can I get the normplot function to have an x-axis with logarithmic scale?
I just need to make the x-axis of the normplot have logarithmic scaling. If I use set(gca,'xscale','log'), then the data point ...

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

2

respuestas

Pregunta


setting ytick marks on normplot does not behave as expected
TWIMC; I tried this: normplot(x) set(gca,'YTick',[.001 .01 .1 .5 .9 .99 .999]) the result did not show those tick marks on t...

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

1

respuesta

Pregunta


How can I reverse the probability on a normplot graph so the fitted line slope is negative
To Whom It May Concern; I need to change the way normplot graphs the data. Instead of indicating the probability of a given po...

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

1

respuesta

Pregunta


How do you prepare meshgrids for interp2?
I have : theta = 0:5:180; phi = -180:5:180; size(temp) is 37x73; tp = 90;rp = 0; Vq = interp2(thetaprime,phiprime,temp,tp,rp)...

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

1

respuesta