Réponse apportée
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...

presque 14 ans il y a | 0

| A accepté

Réponse apportée
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...

presque 14 ans il y a | 2

| A accepté

Réponse apportée
Are there any functions for taking the most/least significant digits from a given value?
If I'm correctly understanding your question you would like to extract some digits from a number. The mathematical approach ...

presque 14 ans il y a | 0

| A accepté

Réponse apportée
is it possible to fit two curves (real and imaginary part) at the same time?
You need to separate the real and imaginary part and fit them individually. An example of this approach is available in the fol...

presque 14 ans il y a | 0

Réponse apportée
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...

presque 14 ans il y a | 2

Réponse apportée
Read each columns of xls,csv,... as a matrix
To read an Excel file you should use XLSREAD: <http://www.mathworks.com/access/helpdesk/help/techdoc/ref/xlsread.html> The...

presque 14 ans il y a | 0

Réponse apportée
Storing multiple values in one location of matrix
If your need is to place the single digits to create a bigger number if you would like to avoid passing through string conversio...

presque 14 ans il y a | 2

Réponse apportée
How do I get pretty symbolic expressions in MATLAB using fancy?
The FANCY function on the MATLAB newsgroup is not part of standard MATLAB. To make use of that code you need to copy it from the...

presque 14 ans il y a | 0