How can I efficiently plot data that varies over time?

  • Thread starter Thread starter Kudaros
  • Start date Start date
  • Tags Tags
    Plots Time
Click For Summary
SUMMARY

The discussion centers on efficiently plotting time-varying data using MATLAB and Maple. The user has three lists representing time, space, and value but struggles with automating the plotting process for each time frame. Kerry suggests that MATLAB can handle this task effectively, questioning whether the user prefers a graphical user interface (GUI) or command-line execution for the solution.

PREREQUISITES
  • Basic understanding of MATLAB programming
  • Familiarity with data structures such as lists
  • Knowledge of plotting functions in MATLAB
  • Understanding of time-series data representation
NEXT STEPS
  • Research MATLAB's plotting functions, specifically 'plot' and 'subplot'
  • Explore MATLAB GUI development for interactive data visualization
  • Learn about MATLAB's 'uicontrol' for creating buttons to navigate through time frames
  • Investigate Maple's plotting capabilities for time-series data
USEFUL FOR

This discussion is beneficial for data analysts, MATLAB users, and anyone interested in visualizing time-series data efficiently.

Kudaros
Messages
18
Reaction score
0
I am having a difficult time finding a way to efficiently plot something that varies over time. I have written a program that outputs three lists of numbers like:

time space value
x
y
z
.
.
.

I want to be able to input those lists and plot 'space' and 'value' against each other in a single plot for time =x and then, perhaps, press a button and move onto the next time.

I have access to MATLAB and maple and I've toyed around with it for hours. Short of plotting all of these time frames manually, I am not sure how I would go about doing this.

It is probably helpful to note that my programming knowledge is minimal for anything outside of C.

Thanks!
 
Physics news on Phys.org
I've done things like this in MATLAB. Why do you think it will be difficult? What are you getting hung up on? Do you want a GUI or are you looking for something you can run from the command line?

-Kerry
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
5K