python variable in matlab
Afficher commentaires plus anciens
how to load a .npy variable or matrix in matlab R2017a?
Réponses (1)
Meet
le 20 Déc 2024
0 votes
Hi Joydeb,
There are two ways in which you could load a '.npy' matrix in MATLAB R2017a:
- Write a custom python script to read the '.npy' file.
- You could use "npy-matlab" libraries to load the '.npy' files.
You could refer to this MATLAB Answer for more information: https://www.mathworks.com/matlabcentral/answers/444998-how-do-read-npy-files-in-matlab
I hope it helps you with your task!!
Catégories
En savoir plus sur Call Python from MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!