creating .mat file in matlab
    6 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
I have several audio signals, and how can i create .mat file and include the audio signals into the .mat file?
0 comentarios
Respuestas (1)
  Azzi Abdelmalek
      
      
 el 24 de Jun. de 2015
        save filename signa1 fs1 signal2 fs2
2 comentarios
  Azzi Abdelmalek
      
      
 el 24 de Jun. de 2015
				
      Editada: Azzi Abdelmalek
      
      
 el 24 de Jun. de 2015
  
			There are no steps. to save the variables var1, var2 and var3 in the file filename.mat, just write
save filename var1 var2 var3
Read the documentation
doc save
doc load
Ver también
Categorías
				Más información sobre Audio and Video Data en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

