I want to assign values from a 1d array to 2d array. How should I do it?
Mostra commenti meno recenti

Please copy paste above address if image is not visible.
The function tridiagonal(n) gives values of x in a 1 dimensional array. I want to assign it to 2 dimensional array of w(s,t). However it shows error saying "Undefined function 'x' for input arguments of type 'double'."
Risposta accettata
Più risposte (1)
Azzi Abdelmalek
il 21 Ago 2013
0 voti
x is not defined in your code
Categorie
Scopri di più su Logical in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!