How do I load a faces1000.mat and nonfaces1000.mat image so I can label the faces from non faces

回答 (1 件)

Hi,
You can use load function to load the mat files as shown below:
load('nonfaces1000.mat')
load('faces1000.mat')

質問済み:

2021 年 11 月 4 日

回答済み:

2021 年 11 月 7 日

Community Treasure Hunt

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

Start Hunting!

Translated by