필터 지우기
필터 지우기

Info

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

Alternative int32 old matlab doesn't support

조회 수: 1 (최근 30일)
Nicola
Nicola 2014년 3월 19일
마감: MATLAB Answer Bot 2021년 8월 20일
Good morning,
how can i do the
int32
function in a different way? Because Matlab 5.2 doesn't support it, and i have to use that version
Thanks so much
Best regards Nicola

답변 (2개)

Walter Roberson
Walter Roberson 2014년 3월 19일
"With a great deal of difficulty".
Please explain more about what you need to do with int32 ?

Image Analyst
Image Analyst 2014년 3월 19일
Try using round instead. It will give you exact integers (no problems like this I believe) but the class is double instead of integer. But I think it should work well in all or most situations you will encounter.
By the way, why not just upgrade to the latest version? Your version was made during the last century, literally!

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

Community Treasure Hunt

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

Start Hunting!

Translated by