MATLAB QUESTIONS & EXPERT ANSWERS

Ask an expert. Trust the answer.
Your academic and career questions answered by verified experts.

Illustration
how to plot a continuous signal?
amina sundas - 2023-11-07

i am unable to plot the following signal can anyone help me? x(t)=20t^2(1-t)^4cos(12*pi*t)  ...

Why put a semicolon after the last input for an array?
David - 2023-11-07

This is an example from a textbook that I'm working with as a beginner. Why would this have semi colons after the 8.99 and -1.50?     updatePriceTab...

Which function can I use instead of fsolve to solve a system of nonlinear equations with a global optimisation?
- 2023-11-06

I am trying to solve 3 non linear equations and I cannot have good guess values for those equations. I read along different documents, that the soluti...

How to find the point of intersection of two lines in matlab ?
Prince Alex - 2023-11-06

I have two llines say f1 and f2, each having 100 data points. How to find the point of intersection of these two lines or how to find a points in f1 a...

how do I find the x-axis value from my yline intercept on my acceleration curve?
Sam - 2023-11-03

I have an acceleration curve and i need to find the 0-60mph (0-26.8224m/s) Stuck on how to get there, currently only have a yline that shows where 26....

How do I view the properties of an abstract class?
Aaron Kaw - 2023-11-03

For a class such as     classdef (Abstract) AbstractClassDemo properties (Constant) one = 1 two = 'two' end end I should be using something like met...

Copy and paste not working in the MATLAB editor?
Ella Feldmann - 2023-11-03

Hi, I think my MATLAB updated to the latest version this morning. Now the copy and paste functions don't work. Copying from other applications and pas...

How to plot signal with unit step?
Bilal Siddiqui - 2023-11-03

I want to plot the following signal in matlab but I am not sure how to do this with the unit step response involved.     x[n] = ((4/5)^n)u[n] -5 < n...

How to change the column pixel values of a DICOM image and assign new values columnwise)?
Rahman Ud Din - 2023-11-03

I want to change the column-wise values of a DICOM image and assign them with new values to generate a new image. Columns (384) will be divided into 1...

Can I find out if a class is an abstract class before trying to instantiate it?
Sam - 2023-11-03

Can i somehow say:   if isAbstract(className)   % do something else % do something else end...

Get a Free Consultation or a Sample Assignment Review!