how to import matrix using load
Mostra commenti meno recenti
hi
i want to write in "vtu file"
i have some data point and pressure
first of all i write point in matrix (30603x6) in vtu using script below
but what i have is different matrix, in vtu file
anyone give me suggestion?
filename = ( '3layer.vtu' );
load point.txt
load pressure.txt
fid = fopen (filename, 'w' );
fprintf (fid, '% 16.0f% 16.0f% 16.0f% 16.0f% 16.0f% 16.0f \ n' , point);
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Vector Volume Data in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!