how to create .mat file with three variables x y z and each variable has 1500 data?
    1 Ansicht (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    gowthaman gowtham kumar
 am 17 Apr. 2014
  
    
    
    
    
    Bearbeitet: gowthaman gowtham kumar
 am 5 Mai 2014
            hello, i need to create .mat file with three variables x y z x=[1500 data] y=[1500 data] z=[1500 data] to create "data.mat" file with variables "x y z" pls give suggestion for this... thank you....
0 Kommentare
Akzeptierte Antwort
  Azzi Abdelmalek
      
      
 am 17 Apr. 2014
        
      Bearbeitet: Azzi Abdelmalek
      
      
 am 17 Apr. 2014
  
      save data x y z
Look at
doc save
doc load
1 Kommentar
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Workspace Variables and MAT Files finden Sie in Help Center und File Exchange
			
	Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


