how can I change data type of an array?

I have 1 array with test data in real values. I want to convert it into fixed point how can this be done.

댓글 수: 2

Stephen23
Stephen23 2017년 7월 31일
편집: Stephen23 2017년 7월 31일
Harshit Baghel's "Answer" moved here and formatted correctly:
I am using fi function to change the data type of the array it is showing the error shown below
Trial>> d = fi(s,1,10,23)
Error using embedded.fi/fifactory
Unable to check out a license for the Fixed-Point Designer.
Error in fi (line 222)
a = embedded.fi(varargin{:});
I am using 30 days trial version currently.

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

답변 (1개)

Guillaume
Guillaume 2017년 8월 1일

0 개 추천

I don't see what's unclear about the error message. You do not have a license for the Fixed-Point toolbox (or it's not installed properly).
If you're supposed to have such license, then contact Mathworks or whomever is responsible for managing your license.

카테고리

질문:

2017년 7월 31일

답변:

2017년 8월 1일

Community Treasure Hunt

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

Start Hunting!

Translated by