I want to use the input dialog box.
The user has to enter some parameters for the simulation(numbers).
How can I transform the single elements of the cell array into numbers ( double arrays) so that I can calculate with them??
I wrote a communications simulation in Matlab and have to transfer it now to simulink.
How can all the input parameters (like bandwidth,...)
be added to a function block?
Can anyone help me?