How can i use the values obtained in a functional file in another file?
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
example:
a=1:100;
b=2:100;
c=a+b;
File 2:
d=c.^2;
Respuestas (1)
Azzi Abdelmalek
el 26 de Jul. de 2015
0 votos
La pregunta está cerrada.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!