Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
Is there a way to use 'useParallel' on the nlarx function in the system identification, like with the train function in the deep learning toolbox? I'm...
Hello, I have a file of all the FRF functions of an experiment, and it is computed in complex numbers + real part. I would like to know if it is possi...
This would really speed up some signal processing that I am doing at work. Does anyone know how to easily adapt the function pmtm for use with a gpu...
Hello, I'm somewhat new to MATLAB, and impressed with how many features it has available. But I'm now stuck and couldn't find a code sample that worke...
I try understanding regexp function. I want you to guide me for next step. Because I got stuck. I would like to read specific parts of a file as patte...
I have A=[1 2; 3 6; 3 5; 1 4; 4 6; 2 7; 1 6; 6 5; 2 3; 6 7; 3 4]; B=[1 2; 1 6; 2 3; 3 4; 4 6];,/pre? I want to find missing element between A and...
I have a table, "patients", with 5 columns. I would like these columns to follow the pattern determined by the cell, "order". How could I do this? Rep...
I have a figure with 2 axes: >> figure >> yyaxis left >> plot(1:10); >> yyaxis right >> plot(2:2:20); How can I change the y-limit of my left axis to ...
I have a table/array/matrix of values in the MATLAB workspace, representing data from sensors, each arranged in a column. The columns have different s...
The FINDPEAKS function does not consider peak points to be valid unless they are strictly greater than the immediately neighboring points. Reproductio...