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

답변 (1개)

Star Strider
Star Strider 2016년 5월 26일

0 개 추천

Use the load function.

댓글 수: 2

tra pham
tra pham 2016년 5월 26일
I used LOAD but I don't known see how each image. I learned MATLAB a few days. Please! help me
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.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 File Operations에 대해 자세히 알아보기

태그

질문:

2016년 5월 26일

댓글:

2016년 5월 26일

Community Treasure Hunt

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

Start Hunting!

Translated by