필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

how to arrange one column of cell data in increasing or decreasing order

조회 수: 1 (최근 30일)
Akshay Sahu
Akshay Sahu 2020년 1월 7일
마감: MATLAB Answer Bot 2021년 8월 20일
If i have a cell array C = 103x1
and each cell has data
C{1}= [100x3]
C{2}=[100x3]
and so on
Third cordinate of C{1} is 15.6 and C{2} is 15.2 and C{3} is 14.8 and so on upto -9.6
third coordinate is decreasing by .4
so I need to sort data such that it should store in 2 cell array one is from 0 to 15.6 and other one is from -.4 to -9.6.

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by