how to creat .mat file ?

Hello,i have images and features extracted for that images... i wanted to create a mat file.... please could u help me in creating a mat file...
This is the way i wanted to create the mat file...
Each row had 10 columns representing the features extracted for images.

Answers (1)

A=[2 4;3 5]
save yourfilename A
Look at
doc save
doc load

Tags

Asked:

on 30 Dec 2013

Answered:

on 30 Dec 2013

Community Treasure Hunt

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

Start Hunting!