Info
此问题已关闭。 请重新打开它进行编辑或回答。
could anyone help me how to arrange the following result in descending order as i am getting error
1 次查看(过去 30 天)
显示 更早的评论
Result:
o_th(:,:,1) =
[0]
o_th(:,:,2) =
[4.1615e+07]
o_th(:,:,3) =
[5.5254e+07]
o_th(:,:,4) =
[5.1183e+07]
o_th(:,:,5) =
[2.4474e+08]
when i used the command
sort(o_th(:,:,:),'descend')
it results in error stating Error using sort DIM and MODE arguments not supported for cell arrays.
could anyone help me to fix it.
0 个评论
回答(1 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!