Réponse apportée
"Inputs must be scalars" error message whilst using linspace command
your last line of code should be a =linspace(min(A(:,2)), max(A(:,2)),30); you had a colon separating min(A(:,2)) and m...

presque 8 ans il y a | 0

| A accepté

Réponse apportée
convert vector of n or any size into a matrix
Here's one way to do this. Note that I changed your notation to use n (rather than x) for the number of columns as this seems m...

environ 8 ans il y a | 0

| A accepté

Réponse apportée
Time alignment of two signal with same length
I think the fundamental problem you have with your approach is not that the signals are the same length it is that they contain ...

environ 8 ans il y a | 0

| A accepté

Question


How to prevent user from changing directory using uiputfile
I would like to allow a user to select a name for a file to be saved using a standard dialog box for saving files, such as uiput...

environ 12 ans il y a | 3 réponses | 0

3

réponses

Réponse apportée
Calculate vector norm in Simulink?
You can use the dot product block (with the same vector wired to both inputs) followed by a square root. Both are under the Math...

presque 13 ans il y a | 9

| A accepté

Réponse apportée
How to write cell array into a csv file
You could do it as follows with fprintf c = {'abc' 'def' 'ghk';[23],[24],[67];[87],[13],[999];[656],[6767],[546]}; fi...

presque 13 ans il y a | 4

Question


How can I construct a dataset array from data on an excel worksheet with an unknown number of rows
I would like to construct a dataset array from data on an Excel worksheet. I know the location of the upper left corner of the ...

presque 13 ans il y a | 2 réponses | 0

2

réponses