referencing a matrix value to another matrix value within the same matrix
Ältere Kommentare anzeigen
How do I essentially do the following
A = [ 1 2 3 A(1,1)];
Where I want the first row fourth column to equal the value from the first row first column which is already defined.
I get an error when I try to do this
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Logical finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!