Unexpected data type for Run-Time Parameter: how to solve this
    5 views (last 30 days)
  
       Show older comments
    
Hello,
I am running into this issue while using Simscape. It says Unexpected data type for Run-Time Parameter...Type 'single' does not match the expected type: 'double'.
0 Comments
Answers (1)
  Kumar Pallav
    
 on 25 Oct 2021
        Please refer this solution for a similar problem. You may need to explicitly set the data types to avoid the mismatch of datatypes. Double click on the inports and outports (or any other approriate block where the data type is set to AUTO). Now click on the "Signal Attributes" tab, and then for the "Data type" property, explicitly specify the data type (e.g. double) attribute of the signal for those ports.
0 Comments
See Also
Categories
				Find more on Creating Custom Components and Libraries in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
