Community Profile

photo

Benson


Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 2 answers | 0

2

answers

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 1 answer | 0

1

answer