Respondida
"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...

alrededor de 8 años hace | 0

| aceptada

Respondida
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...

más de 8 años hace | 0

| aceptada

Respondida
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 ...

más de 8 años hace | 0

| aceptada

Pregunta


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...

más de 12 años hace | 3 respuestas | 0

3

respuestas

Respondida
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...

más de 13 años hace | 9

| aceptada

Respondida
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...

más de 13 años hace | 4

Pregunta


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 ...

más de 13 años hace | 2 respuestas | 0

2

respuestas