save in .mat

1 Ansicht (letzte 30 Tage)
mohammed hussein
mohammed hussein am 6 Mai 2016
Kommentiert: Star Strider am 6 Mai 2016
Hi i have problem when i saved matrix in name (Ybustotal) in 3D (609*609*1024) the matlab gives me this massage Warning: Variable 'Ybustotal' cannot be saved to a MAT-file whose version is older than 7.3. To save this variable, use the -v7.3 switch. Skipping...
i am using MATLAB R2014a can any one help me with this problem
thank you

Akzeptierte Antwort

Star Strider
Star Strider am 6 Mai 2016
Apparently, it wants you to use the syntax:
save(filename,'Ybustotal','-v7.3')
  5 Kommentare
mohammed hussein
mohammed hussein am 6 Mai 2016
thank you very much for all of you it works
Star Strider
Star Strider am 6 Mai 2016
My pleasure.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Entering Commands finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by