how to create a dat file using matlab?

35 ビュー (過去 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 Center および File ExchangeStandard File Formats についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by