필터 지우기
필터 지우기

How to convert checkmonotonic in matlab c coder?

조회 수: 5 (최근 30일)
MitulKumar
MitulKumar 2012년 12월 3일
Hi every one,
I am trying to convert a Matlab code to c using a matlab coder. And my code uses checkmonotonic this function which internally call cell function . So when i try to convert it using a matlab coder and i am not able to do it.
So Please any one let me know how can i convert or use such function in my c standalone application .
Thank you sir
  댓글 수: 1
Jan
Jan 2012년 12월 3일
Please post exactly what you want to convert. And explain the details of "not able to do it" exhaustively. The less a reader must guess, the more likely is an answer.

댓글을 달려면 로그인하십시오.

답변 (2개)

Sean de Wolski
Sean de Wolski 2012년 12월 3일
I've never heard of the checkmonotonic. I would check montonically increasing with:
all(diff(x)>=0);

Fred Smith
Fred Smith 2012년 12월 3일
checkmonotonic does not appear to be a supported MathWorks function. Can you provide more details on what you are trying to do?
In general, you need to recode functions relying on cell arrays if you want to generate code from them.

카테고리

Help CenterFile Exchange에서 MATLAB Coder에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by