My friends give me 50 pictures in .jpg but contain the file .mat. Please help me to see the file.mat.

Réponses (1)

Star Strider
Star Strider le 26 Mai 2016

0 votes

Use the load function.

2 commentaires

tra pham
tra pham le 26 Mai 2016
I used LOAD but I don't known see how each image. I learned MATLAB a few days. Please! help me
Star Strider
Star Strider le 26 Mai 2016
See the documentation for load to understand how to use it.
You will need to use load with an output argument for best results:
Pictures = load( ... );
The ‘Pictures’ variable is a structure array that will have the names of all the images in it. The documentation for Structures has information on how to work with them.
If you are a beginner with MATLAB, devote some time to reading and studying Getting Started With MATLAB and related documentation. MATLAB takes some time to learn, even if you have prior programming experience.

Connectez-vous pour commenter.

Catégories

En savoir plus sur File Operations dans Centre d'aide et File Exchange

Question posée :

le 26 Mai 2016

Commenté :

le 26 Mai 2016

Community Treasure Hunt

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

Start Hunting!

Translated by