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 195 of 208 Ask a Question
how to make a CWT like plot - spectral plot
Abigailwilliams · Aug 31, 2020 · matlab , plot , plotting , spectral plot

I have a 3d matrix Z with the elements (t,f,a) t= time f= instantaneous frequency a= instantaneous amplitude (t,f,a) = at time t, the frequency is f and the amplitude is a. I want …

How to change the axis properties of a graph?
divyasharma · Aug 28, 2020 · plot , matlab , plotting , graph

Hi, I want to change the FontSize, FontName and FontWeight of the axis from my graph but I only get error messages. Below you find the commands that I run and the error: SCRIPT:  …

How to add minor ticks to a graph from the command lines?
Evasmith95 · Aug 28, 2020 · plot , matlab , plotting

I want to to add the Minor Ticks from the command line. Currently, I'm editing the Major Ticks as follows: set(gca) set(gca,'XTick',0:1:7) set(gca,'YTick',-1:0.5:1) but I did not f…

How to show a image logo in axes?
annabelletaylor · Aug 28, 2020 · plot , matlab , plotting , images

i want to show the logo off my school at the top off the window in my project. i must define the axes function like this? this isn't correct, how do i set the position ?   h = axe…

how to make grid lines closer in x axis and y axis
sophiawilson96 · Aug 27, 2020 · plot , matlab , x axis , y axis

I have written this code   h1336 = []; L=50; fs=8000; fb=1336; h1336 = (2/L)*cos(2*pi*fb*(0:L-1)/fs); [H,F] = freqz(h1336,1,[],fs); subplot(2,1,1) plot(F./1000,20*log10(abs(H))); …

Get a Free Consultation or a Sample Assignment Review!