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 6 of 208 Ask a Question
how to feed a signal through a transfer function?
Jason · Jan 18, 2025 · transfer function , signal processing , Signal Processing Toolbox , Digital and Analog Filters

I'm sure this is probably really simple but I can't seem to find it. I have a z transform transfer function, given from tf, and I have an input signal. What i need is to pass the s…

How to create a python 3 class to start MATLAB and keep it running?
tamashika · Jan 18, 2025 · python , python 3 , matlab engine , External Language Interfaces , Python with MATLAB , Call MATLAB

I'm using matlab 2017b and python 3 on windows 10. I want to create a class that can start the matlab and keep it open. However, matlab closes right after I finished the python scr…

How to run .m file in python?
Xinfeng Li · Jan 15, 2025 · python , matlab , Python with MATLAB , Call Python from MATLAB

I have a .m code what I want to run in python. Is it any easy way? 1. this code is not a function. 2. don't want to show the matlab window.  …

How to PID tuning to meet conditions for settling time and overshoot
Ashaya KC · Jan 15, 2025 · pid tuning , control system , proportional gain , integral gain , settling time , overshoot

PID tuning to meet conditions for settling time and overshoot while a stable system with minimum peak time and zero velocity error. So I am trying to find the gain values for a PI …

how find ramp response
manoj_saini · Jan 14, 2025 · Control Systems , Control System Toolbox , Dynamic System Models ,ramp

what is method to find out ramp response of a transfer system. there is any command like step or impulse?…

How to compute control system's performance parameters?
John Doe · Jan 2, 2025 · Control Systems , System Identification Toolbox , Model Analysis , Response Computation and Visual

J = 0.2; b = 0.1; K = 0.2; R = 10; L = 5; s = tf('s'); p = K/((J*s+b)*(L*s+R)+K^2); step(p,200) [y,t]=step(p,200); stepinfo(y) With the following code, I want to measure the rise t…

Get a Free Consultation or a Sample Assignment Review!