Single Precision Converter Does not work with R2016B
I am using Matlab R2016b. I need to convert a Simulink model to single-precision. When I click Analysis–>Data Type Design –> Single Precision Converter, I got a blank window.
Then I tried to use command line:
>> report = DataTypeWorkflow.Single.convertToSingle("MyModel")
it instantly returns:
report =
Report with no properties.
Which I believe it didn’t do anything, but no error or warning was displayed either.
Any help will be appreciatedI am using Matlab R2016b. I need to convert a Simulink model to single-precision. When I click Analysis–>Data Type Design –> Single Precision Converter, I got a blank window.
Then I tried to use command line:
>> report = DataTypeWorkflow.Single.convertToSingle("MyModel")
it instantly returns:
report =
Report with no properties.
Which I believe it didn’t do anything, but no error or warning was displayed either.
Any help will be appreciated I am using Matlab R2016b. I need to convert a Simulink model to single-precision. When I click Analysis–>Data Type Design –> Single Precision Converter, I got a blank window.
Then I tried to use command line:
>> report = DataTypeWorkflow.Single.convertToSingle("MyModel")
it instantly returns:
report =
Report with no properties.
Which I believe it didn’t do anything, but no error or warning was displayed either.
Any help will be appreciated single precision converter r2016b MATLAB Answers — New Questions