MATLAB QUESTIONS & EXPERT ANSWERS

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

Illustration
How to run .m file in python?
Xinfeng Li - 2025-01-15

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 - 2025-01-15

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 ...

how find ramp response
manoj_saini - 2025-01-14

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

what is the difference between simulink control design and control system toolbox?
Vijith Natarajan - 2025-01-09

Hi, while going through simulink control design i came across a thing that we can linearize non linear models , Is that the only different feature we ...

how to find bode plot,phase magnitude plot and template in control system?
nelson - 2025-01-08

z=1:0.5:10; a=1:0.5:5; num=kron(z,ones(1,length(a))); i=1:length(a); deno=zeros(9,3); deno(i,1)=1; deno(i,2)=a(i); den=repmat(deno,length(z),1); n=num...

How to compute control system's performance parameters?
John Doe - 2025-01-02

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...

Using a python trained neural network
Sania - 2024-12-05

Can you please tell me how I can save a neural network after training,in Jupiter notebook and retrieve it in MATLAB for testing on the TEST dataset. S...

What is the difference between tensorflow and GoogleNet?
QianYi - 2024-12-04

I know a little bit about both of them, but I am really new to AI. I just wonder if they are just competely different tools or they somehow related.Th...

How MATLAB makes the distinction between P-Cores and E-Cores?
Brahim - 2024-11-27

It is known that modern CPUs have both Performance cores (P-cores) and efficiency cores (E-cores), different types of CPU cores that have different pu...

How to explain an ANN graph?
AnneDixie - 2024-11-26

Hello, I'm trying to interpret an ANN graph for a paper, but I'm not sure where to start. Should I explain the detailed computations for each data poi...

Get a Free Consultation or a Sample Assignment Review!