From: Zia on
Hi,

I make a stand alone exe of simulink model containg two s-function blocks in subsystem. Now i want to make a gui to feed in Inputs and s-function parameters in the exe, For that first i need a rtp.mat file. in the help documents the command given to generate rtp is as:

rtP = rsimgetrtp('mdlname')

But when i am giving this command i am having the following result:

rtP =

modelChecksum: [1x4 double]
parameters: []

But it must show the parameters most likely as parameters:[1x1]

Does anybody know what might be the problem? Maybe its because of subsystem or two s-functions. Any suggestion pleaseeeeeee :-(
Regards!