Automatically Run Script MatLab
Show older comments
Come posso fare per scrivere uno scripts matlab che restituisca gli elementi di una matrice in coppia?
Se scrivo A = [1 2 3; 4 5 6; 7 8 9]; crea la matrice ogni volta.
Se scrivo: load ('filename.mat') Error using load
Unable to read file 'Filename.mat'. No such file or directory.
Posso visualizzare la matrice solo se la digito sulla command window
Accepted Answer
More Answers (0)
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!