MATLAB Solutions & Expert Answers

Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.

MATLAB expert answering student questions
Showing page 173 of 208 Ask a Question
problem in applying loop
Quincy · Dec 4, 2020 · matlab , signal , signal processing

I have emg signal (30000x4) and want to apply function on it in loop....     function waveLen = find_waveform_length(signal) sum=0; for i=2:length(signal) sum= sum + abs(signal(i…

How to useParallel in system identification?
Eli_sa2 · Dec 4, 2020 · matlab , signal , signal processing

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 using neuralnet as the nonlin…

Plotting FRF with imaginary and real numbers
Teagan · Dec 4, 2020 · matlab , signal , signal processing

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 possible to plot the graphic of it …

How to adapt pmtm for a gpuArray?
Travis · Dec 4, 2020 · matlab , signal , signal processing

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 gpuArray? I know that the fastest…

Find values of vector that fall within multiple ranges
Nicholas · Dec 4, 2020 · matlab , signal , signal processing

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 worked/helped. I believe the answer…

find missing element between two matrix
Khloe · Dec 3, 2020 · matlab , matrix , simulink

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 B result should be res=[3 6; …

Get a Free Consultation or a Sample Assignment Review!