formal initialisation of matrix
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
I would like to know if it's possible to create a matrix A by giving the value of every coefficient A(i,j). Something like that :
A(i,j) = i+j
I would like to do this directly when the matrix is created, not using the double for i, for j.
Thankyou for your answer,
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (4)
Titus Edelhofer
am 9 Apr. 2014
Hi Julien,
often you can use the function meshgrid for this...
Titus
0 Kommentare
Siehe auch
Kategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!