matrix manipulation with different sizes

A=[m*n1],A=[m*n2],A=[m*n3],A=[m*n4],A=[m*n5];
how to get the result for the above condition

4 Commenti

Dear friend what is the condition? YOu are missing either coding logic or computational logic..
i have to have the different matrix with fixed rows and variable columns together.
Duplicates https://www.mathworks.com/matlabcentral/answers/370127-marix-calculation-with-fixed-and-changing-value
Do not keep asking the same question.
numrows = 3; numcols = randi(flintmax-1, 1, 1); E = randi(15, numrows, numcols); plot(E.').this was the code i need to execute

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by