Hi Suigeneris,
thanks a lot for your tip!!
actually the 'getfield' causes a erroermessage:
??? Error using ==> getfield
Error using ==> subsref
Index exceeds matrix dimensions.
Error in ==> C:\Programme\Matlab\work\Untitled.m
On line 9 ==> A = getfield(answer,{1}); %first input field
but...
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?