Plotting data from a table .mat file

6 vues (au cours des 30 derniers jours)
Nikolaj Moberg
Nikolaj Moberg le 12 Oct 2017
Hello. I have a table with one column which i need to plot, when i import the data i can use the table variable 'p' in the command window, but when i use 'p' in my editor it says that p is not defined and proceeds to erase my table information.
what i need to do is plot the information from the .mat table into my editor.
Thanks for the help. Nikolaj

Réponse acceptée

jean claude
jean claude le 12 Oct 2017
x=table2array(your table title);
read here

Plus de réponses (0)

Catégories

En savoir plus sur Tables dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by