how to create a dat file using matlab?

조회 수: 56 (최근 30일)
shiny christobel
shiny christobel 2016년 10월 12일
답변: KSSV 2016년 10월 13일
iam new to matlab.. i have extracted features using HOG. i have 6(mean,varaiance etc) feature values for 100 images.

답변 (1개)

KSSV
KSSV 2016년 10월 13일
data = rand(100,2) ; % some random data
save 'myfile.dat' data -ascii % save to myfile.dat
load myfile.dat % load the file
doc save

카테고리

Help CenterFile Exchange에서 Standard File Formats에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by