Risposto
B-spline fit of airfoil coordinates
Hi Marco, Thats a really cool problem! Looking at it I would assume that the resoloution between x = 0 and x = 0.01 is not gr...

oltre 2 anni fa | 0

Risposto
How to export live script to latex beamer document class?
Hi @Barbab, One soloution maybe to use mcode if you are not already doing so. I would also suggest taking a look at implementin...

oltre 2 anni fa | 0

Risposto
How to let Matlab show large trends in Nyquist Plot?
Hi Zizhuo, You are correct, considering a system L(s); where L(s) has two poles at the origin, will give a 360 degree colocwis...

quasi 3 anni fa | 0

Risposto
Problem with readtable MATLAB R2020a+
Hi Paolo, I am hoping I have an answer for you however I am working in MATLAB 2020b, it is post 2020a so I think the changes s...

quasi 3 anni fa | 0

Risposto
Create a grouped boxplot
Hi NA, From the documentation here (See section boxplotGroup(__,'primaryLabels',c) ) the number of primary lables should matc...

quasi 3 anni fa | 2

| accettato

Risposto
How to normalize data?
Hi Seval, Normalising data has several diffrent meanings statistically speaking. I am guessing given the mention of the Y colum...

quasi 3 anni fa | 0

Risposto
FIR Filter delay for Realtime Signal Processing
Hi Ghazian, Your question is more about sampling theroy than matlab. Using an FIR filter will intorduce group delay to the sig...

quasi 3 anni fa | 0

Risposto
how to plot all points
Hi Vedang, Before considering my answer below you should know that there are more efficent methids to do this. However as you ...

quasi 3 anni fa | 1

Risposto
How i will draw circle around specific point in 3D model
Hi Radoslaw, There are a couple of similar questions that answer your question. Here is a link as to how to plot circles. I a...

quasi 3 anni fa | 0

| accettato

Risposto
How to upsample a picture with initial values?
Hi Benat, MATLAB as an inbuilt function to do this for you. Let me know if you need any other help. Christopher

quasi 3 anni fa | 0

| accettato

Domanda


Remove rows from table identified in a second string array
Hi, I have a table of results, called Results which is 505x11. The first column is Results.Filename and gives an asociated str...

circa 3 anni fa | 2 risposte | 0

2

risposte

Risposto
Store values from while loop into an array
Hi Jacob, I am not sure what u and v are suppsosed to look like, if you could give some data that would be great! I have been ab...

circa 3 anni fa | 0

| accettato

Risposto
Index in position 1 exceeds array bounds
In your code in line 22 you have resb=resids(bidx(bb,:),:); where as with any index resb=resids(A,B). MATLAB is trying to tell...

circa 3 anni fa | 0

Risposto
pull_up_down in Matlab
Hi Sapir, In MATLAB there is a "configurePin" command which can enable the pull up resistor. Here is the link to the documentat...

circa 3 anni fa | 0

Risposto
Can I use Matlab/Simulink to replace our current CFD?
Hi there, MATLAB is a great and versatile programe that can acheive many things, CFD being one of them. I am currently working...

circa 3 anni fa | 0

Risposto
how can I show all of my data in the legend for each curve?
lgd is outside the for loop with no buffer array to hold the data. This is why only the last value is being displayed. While thi...

circa 3 anni fa | 0

Risposto
Detect the error position in a vector and correct it (Matlab)
Hi Afluo, You can try something like the below to assess where the diffrences between the arrays are; after this just cycle to ...

circa 3 anni fa | 0

| accettato

Risposto
Writing an audio file
Hi Grant, It's been a while from I have used .wav files for ECG recorings. I think you are on the right track with your first a...

circa 3 anni fa | 1

Risposto
MATLAB APP: Create a "log" box
Hi William, There are a few options to do this, if you are using the matlab app designer take a look at uitab and uipanel. Th...

circa 3 anni fa | 0

Risposto
Sampling of a Sine wave.
Hi Ketan, I have ran the code an everything looks corrrect to me. If I understand the question correctly you are asking more ...

circa 3 anni fa | 0

Risposto
Scatte plot to contour plot xyz data.
Hi, Have you tried Contour3 for three dimentional contour plots? You should be able to plot a secondary graph from this. c...

circa 3 anni fa | 0

Risposto
Spline Error - The first input must contain unique values
For anyone that finds this, I was able to determine my own issue. In the array of 300000 data points two concurrent data points ...

circa 3 anni fa | 2

| accettato

Domanda


Spline Error - The first input must contain unique values
Hi, I am proccessing data from the physionet Staff III database. I take the data, apply a bandpass filter and then apply cubic ...

circa 3 anni fa | 1 risposta | 1

1

risposta

Risposto
Error Using trainNetwork (line 170). Too many input arguments.
"Too many input arguments" is a sign that the function expects fewer input arguments. In this case your input arguments appear t...

circa 3 anni fa | 0

| accettato

Domanda


Renaming a struct in v2020b
Hi, I am currently writting code to detect peaks in a signal. The data is pre-recorded in a series of dynamically named .mat...

oltre 3 anni fa | 2 risposte | 0

2

risposte

Risposto
Tables - Data extraction and processing with ifelse
For anyone that stubbles across this, MATLAB has an inbuilt function called rowfun which can apply functions to rows of a table....

oltre 4 anni fa | 0

| accettato

Risposto
How to do simple Excel functions using Matlab instead
Hi Kevin, You should be able to access elements on the array using a proccess known as indexing. % define array x as 3x3 ...

oltre 4 anni fa | 0

Domanda


Tables - Data extraction and processing with ifelse
Where I am at; I have imported a csv file as a table. Each row of the table holds 14 peices of information (stored as variabl...

oltre 4 anni fa | 1 risposta | 0

1

risposta