how to plot a .neu file in Matlab?

4 vues (au cours des 30 derniers jours)
Niklas Reinshagen
Niklas Reinshagen le 13 Juin 2020
Hello,
I have different .neu Files with a lot of data in it. As I understoud my teacher, this files can be plotted in Matlab. But I only able to open the file in the Editor Window of Matlab. My major task is to write a function who only needs a .neu file as input immediately plot it.
But before I can write this function I would like to see how a .neu file looks plotted. Is this a chart or a 3D-Plot or something else? And how do I plot this?
I would very appreciate your help!

Réponse acceptée

Niklas Reinshagen
Niklas Reinshagen le 15 Juin 2020
For all of you with the same question, I solved it by myselfe...
Its very easy at all, just the big amount of data is very disaponinting at the beginning.
1) You have to navigate to the directory where your data is stored
2) >> load ('xxx.neu*);
2.5) >> x = xxx.neu;
3) plot(x) or mesh(x) if you want it as a 3D Graphic
So there are just a few steps to plot this data. I think the biggest mistake of mine was the fact, that I wasn't in the right directory and Matlab can't load the file.
don't let you confuse, its just very easy at all ;)

Plus de réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Produits


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by