3D plot of 3 vectors

3 views (last 30 days)
Petros alexakis
Petros alexakis on 2 Apr 2014
Edited: Petros alexakis on 28 Apr 2014
Hello to everyone
I have current measurements that with 3 different inductors. My question is how do I create a 3D plot where the X axis is time, Y axis is the inductanses and Z axis is the current. Thank you in advance

Answers (1)

Walter Roberson
Walter Roberson on 2 Apr 2014
plot3(timevalues, inductancevalues, currentvalues)
  4 Comments
Walter Roberson
Walter Roberson on 4 Apr 2014
Are you measuring 5 different items for each inductance ? The places where the line segments end: is there data present there that is NaN or inf, or is there no data for some of them for some times? If there is no data for some times, then where do you store your information about which times are represented for each line?
Petros alexakis
Petros alexakis on 28 Apr 2014
Edited: Petros alexakis on 28 Apr 2014
The data is what you see. There is no Inf or NaN data each seperate line is a specific temperature

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!