已回答 Can MATLAB Fcn block output a bus?
The MATLAB function block is not able to create a bus.
We strongly suggest the use of the Embedded MATLAB function that allo...
14 years 前 | 0
| 已接受
已回答 problem with positioning in GUI
If you are working with normalized units you should use position values between 0 and 1 to set the position.
The following co...
已回答 Create a vector x with the elements
You can use vector operations on the vector n with elements from 1 to 100:
x = (-1.^n + 1/2*n -1);
to create the x vecto...