One thing you can do: define the stub yourself (e.g., in the .c-File with the activations). This way, you have full control of the return type & range.
Stubbed function range specification
4 次查看(过去 30 天)
显示 更早的评论
Was Getting full range for a Function(returns a Float data type range ) .But, wanted to set min. & max. value for that function.so, that it would not cross the given range. 1.I commented it's body so that polyspace would create a stubbed function for it.Polyspace cretaed a stubbed function for it but, it considered return datatype as SINT = short int.Why polyspace considers SINT for datatype by default? 2. Now, I uncommented that commented part & typed name of the functions to be stubbed under " Functions to Stub " option in polyspace.polyspace cretaed stubbed function for it .But, even after running polyspace giving min. & max value for the function,it is considering it's full range(float data type range) only not the one i mentioned min. & max. range. How to make polyspace to consider only that min. & max. value?
and one more is, Is it possible to give min. & max. value in DRS for User defined function?
Thanks in adavnce
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Command-Line Only Options 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!