Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
hi , i am very new to matlab so i have a probeme , whenerver i run the function below i get that the input which is matrix is undefined , i load the matrix in my current folder but the error still
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
when i run the function i have this error
any help pleaze
0 Commenti
Risposte (2)
Bjorn Gustavsson
il 24 Mag 2019
In your base workspace you should load the Adj-matrix and call your function with that as input:
load Adj.mat Adj % The last Adj is to inform the matlab-code-snooper about what is loaded for JIT-optimization et al.
psi = FeaturesFromAdjacentMatrix(Adj);
HTH
0 Commenti
Questa domanda è chiusa.
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!