Hi there I am using a custom-made Matlab s-function script which demands that I know how large my output data is before I intialise it. The problem is I want this to be chosen by a variable rather than me having to manually open the file and change it.
What I need to know is how to go about...