photo

Benson


2013년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 2 | 0

2

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변