link between two codes
    4 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
How can I do the link between two codes (two files). I explain, i'd like use (call) all the data and all the results obtained in the code 1 for another code 2 (file2)? have I to make save and load for all my values and all mye vectors and matrix? Thank you,
Adam
0 comentarios
Respuesta aceptada
  Andrei Bobrov
      
      
 el 30 de Mayo de 2012
        ? (eg)
[a b c] = filewithcode1(x,y);
out = filewithcode2(a, b, c);
0 comentarios
Más respuestas (0)
Ver también
Categorías
				Más información sobre Get Started with MATLAB en Help Center y File Exchange.
			
	Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

