필터 지우기
필터 지우기

how to create a mat file

조회 수: 1 (최근 30일)
Elysi Cochin
Elysi Cochin 2012년 11월 29일
sir i have 32 images of diseases and 10 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 10 texture features extracted for a particular sample image. Each row had a unique number (1, 2, 3, 4, 5 or 6) which represented the class (i.e., the disease) of the particular row of data.
please could some one help me....

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2012년 11월 29일
help save
Example
var1=[1 1 1]
var2=[2 2 2]
save filename var1 var2
%or
var=[var1;var2]
save fimename var

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by