How to calculate math expressions in matlab
조회 수: 2 (최근 30일)
이전 댓글 표시
How can we calculate
when know n=8, P = [ 1 2 3 4 0 7 6 5], c_i is the number of elements of the set { j > i, pj < pi }
0 =< i < 7, 1< j < 8
i 0 1 2 3 4 5 6 7
P 1 2 3 4 0 7 6 5
exam: p_1 = 2, p_j = p_4 = 0 (j=4)
please help me!
댓글 수: 2
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!