Air
- 202
- 0
How can I plot graph using a few values in the table? I know how to plot if we are to plot a formula but how can I plot pacific values?
This discussion focuses on plotting graphs in MATLAB using specific table values rather than formulas. Users shared methods to utilize the 'plot' function, specifically using commands like plot(x(1), y(1), 'o') to plot individual points. The conversation highlighted the importance of correctly indexing the data and using additional commands to customize the appearance of the plot, such as markers for specific data points.
plot function documentation for detailed usageThis discussion is beneficial for MATLAB users, data analysts, and engineers looking to visualize specific data points from tables effectively.