How can i use the values obtained in a functional file in another file?
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
example:
a=1:100;
b=2:100;
c=a+b;
File 2:
d=c.^2;
Antworten (1)
Azzi Abdelmalek
am 26 Jul. 2015
0 Stimmen
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!