i need such matlab command which took the sequence of previous matrix and use it for the next matrix?

답변 (1개)

What do you mean by "take the sequence of 'p' and use it..."
A = randn(10,10);
p = sortrows(A);
You have the matrix p, you can use that as an input to your code. Write a function that takes p as an input. Or, simply run a script that access the variable p in the command window.

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

질문:

2014년 3월 2일

댓글:

2014년 3월 9일

Community Treasure Hunt

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

Start Hunting!

Translated by