I have a 1 by 10000 variable, a 1 by 60 variable, and a 1 by 1491 variable, is there a way to visualize and plot this in a 3D graph?

 채택된 답변

Walter Roberson
Walter Roberson 2022년 12월 16일

0 개 추천

Yes.
resample() the second and third variables to the same size as the first variable.
Now plot3() the variables against each other.
Whether the results are meaningful is dubious but not impossible.

추가 답변 (0개)

카테고리

제품

릴리스

R2022a

질문:

2022년 12월 16일

답변:

2022년 12월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by