How to calculate math expressions in matlab
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
How can we calculate
![a1.PNG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/223137/a1.png)
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 Commenti
Risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!