필터 지우기
필터 지우기

PLOT MULTIPLE LINES 3 ACCESS

조회 수: 1 (최근 30일)
Chris
Chris 2018년 12월 8일
If I have data such as
Date Price Quantity
12/8/2018 9 3
12/7/2018 7 2
12/6/2018 3 10
and so on
x axis would be date, y axis would be price, and z axis would be quantity
I want to plot lines in 3d so basically line 1 for 12/8 would draw a line from (x,y,z) (12-8-2018,9,0) extending that line to to (12-8-2018,9,3)
Then line 2 would be (12-7-2018,7,0) to (12-7-2018,2)
Line 3 (12-6-2018,3,0) to (12-6-2018,3,10)
and so on. I have 100's of records that I want to draw the repsective lines then be able to rotate the model
What's the best way to do this?
I am not sure what kind of 3d line chart this is?
Can my data be setup as a time series?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Price and Analyze Financial Instruments에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by