How to extract matrix elements?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello.
I have Matrix M that each cells of it are Seperate function. so I want to get each cells function and then do something (Like intergrating) and then put it in new matrix. the below code show the matrix that I used, but I dont know how to access each cell and do something that I want. I will be apperciate that some one could help me?
thanks.
clear all
clc
syms x
M=[x 2*x 3*x; 4*x 5*x 6*x; 7*x 8*x 9*x];
% How to access each cell.
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Logical 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!