eurekameh
- 209
- 0
I have a table of 100 data points. I want to plot this on Matlab. Is there any other way for me to do this other than making an array for each column and then plotting it?
The discussion revolves around methods for plotting a set of 100 data points in Matlab, specifically exploring alternatives to manually entering data into arrays for plotting.
Participants have not reached a consensus on the best method for plotting the data points, and multiple approaches are being discussed without resolution.
Participants have not specified the format or source of the data points, which may affect the suggested methods for plotting.
Users looking for efficient ways to plot data in Matlab, particularly those dealing with multiple data points or seeking alternatives to manual data entry.
eurekameh said:where x1, x2, y1, y2 are the discrete data points, and if I have something like a hundred of these, it can seem like a lot. What I'm trying to ask is if there is another way that I can plot x vs. y without having to directly type all of these data points into Matlab.