photo

Benson


Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Plotting multiple days on one graph
So normally, I would do something like this: yValue = [1 2 3 4 5]; time = [8.5 10 10.20 13.4 15.2]; %(8.5 = 8:30:00) ...

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

1

respuesta

Pregunta


How to use axis(axis_handle...)?
[AX H1 H2] = plotyy(x1, y1, x1, y2) What I want to do next is... axis([H1, H2], 13 21 -Inf Inf) but it tells me that I ...

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

1

respuesta

Pregunta


Need to line up two graphs on same plot
I am using [AX,H1,H2] = plotyy(time,Y1,time,Y2); <<http://img266.imageshack.us/img266/6017/x0qi.jpg>> The x-axis(time...

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

1

respuesta

Pregunta


textscan not reading file properly
I have used textscan successfully in this manner for other files (different file extension). I am not sure why it does not work ...

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

2

respuestas

Pregunta


Make certain plot markers invisible?
set(0,'DefaultLineMarkerSize',6); plot(x,y,'red.-'); I have some points touching the x-axis (y-value is 0). For these ...

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

1

respuesta

Pregunta


dlmread not working as expected...
%This is my file (and also the expected output): %0 0.334 12:54:00 9.3 -54 %0.22 0.592 13:06:00 5.2 -22 %......

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

1

respuesta