how to create a dat file using matlab?

27 visualizaciones (últimos 30 días)
shiny christobel
shiny christobel el 12 de Oct. de 2016
Respondida: KSSV el 13 de Oct. de 2016
iam new to matlab.. i have extracted features using HOG. i have 6(mean,varaiance etc) feature values for 100 images.

Respuestas (1)

KSSV
KSSV el 13 de Oct. de 2016
data = rand(100,2) ; % some random data
save 'myfile.dat' data -ascii % save to myfile.dat
load myfile.dat % load the file
doc save

Categorías

Más información sobre Standard File Formats en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by