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 199 of 208 Ask a Question
How to remove the grid from plot
Abigailwilliams · Aug 4, 2020 · grid , matlab , ploting, plot

How to remove the grid from a pcolor plot ? grid off does not work.   x = linspace(0,10); [X,Y] = meshgrid(x,x); z = X.*Y; s = pcolor(x,x,z); s.FaceColor = 'interp';…

Why won't Matlab plot anything?
Sophia · Aug 4, 2020 · matlab , ploting , plot

When I try to plot anything, nothing comes up. There are no errors, there's just nothing.   >> x=-10:.1:10; >> y=sin(x); >> plot(x,y); No figure window pops up.…

The right way to create a user function inside a GUIDE
Amoli · Jul 31, 2020 · matab , functions , plot

The gui have an axes and a table, the ideal is when the user changed some shared data, then both the axes and table are need to be updated. How can I add a self-defined function in…

FFT Analysis,denoising And Filtering Of ECG Signal
technicalsource9 · Jul 31, 2020 · matlab , ECG Signal , FFT

Steps involved   1 Reading ECG signal   2) Change input signal from time domain to frequency domain(FFT analysis)   3) Filter the signal in frequency domain using Savitzky-Golay…

Get a Free Consultation or a Sample Assignment Review!