how to creat .mat file ?
Show older comments
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)
Azzi Abdelmalek
on 30 Dec 2013
A=[2 4;3 5]
save yourfilename A
Look at
doc save
doc load
Categories
Find more on Import, Export, and Conversion in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!