how to plot a .neu file in Matlab?

4 visualizaciones (últimos 30 días)
Niklas Reinshagen
Niklas Reinshagen el 13 de Jun. de 2020
Respondida: Niklas Reinshagen el 15 de Jun. de 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!

Respuesta aceptada

Niklas Reinshagen
Niklas Reinshagen el 15 de Jun. de 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 ;)

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by