Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Open Fcn call error in simulink-

Status
Not open for further replies.

ashokone

Member level 3
Joined
Sep 30, 2009
Messages
56
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Location
banglore
Activity points
1,659
i have created an M file. this i have add in simulink block. i created one SubSystem block. while i am opening the block, it giving error tat is Error Evaluating OpenFcn call back.. plz help how to solve this problem.

i did like this .. i m getting error.
>>sys='mskmod';
>> new_system(sys);
>>add_block('built-in/SubSystem','msktrrr/noise variance');
>>set_param([sys,'/','msk/noiset'],...
'Background',7,...
'Mask Display','Noise Variance',....
'Mask Type','Noise',....
'Mask Dialogue','eval(''setnoise'')');

wher setnoise is matlab function.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top