Export pde solution out of matlab
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Lalson Vincent
am 10 Mär. 2020
Kommentiert: Lalson Vincent
am 11 Mär. 2020
Is there a way to export the pde solution out of matlab. I have solved a electrostatic problem using matlab solvepde. I want to export the solution outside matlab in pvd file format(pvd file format is readable in paraview)
Is it possible ?
0 Kommentare
Akzeptierte Antwort
Ravi Kumar
am 10 Mär. 2020
Hi Lalson,
Solution is availble as a matrix in NodalSolution property of the result object obtained using solvepde. You may need to write a short script that takes NodalSolution, Mesh, (and gradients, if needed) and write a script that writes pvd format file, say using fprintf.
Regards,
Ravi
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Geometry and Mesh finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!