how to create .mat file with three variables x y z and each variable has 1500 data?
    1 view (last 30 days)
  
       Show older comments
    
    gowthaman gowtham kumar
 on 17 Apr 2014
  
    
    
    
    
    Edited: gowthaman gowtham kumar
 on 5 May 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 Comments
Accepted Answer
  Azzi Abdelmalek
      
      
 on 17 Apr 2014
        
      Edited: Azzi Abdelmalek
      
      
 on 17 Apr 2014
  
      save data x y z
Look at
doc save
doc load
1 Comment
More Answers (0)
See Also
Categories
				Find more on Workspace Variables and MAT Files in Help Center and File Exchange
			
	Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

