photo

Cahit Semih


Last seen: 1 day ago Active since 2025

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
98,554
of 300,369

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
 of 20,936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,436

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2

View badges

Feeds

View by

Question


solve function depend on z
clear all; clc; syms s m b T B K d; %d=e^(-s(T/2)) A=m*T*s^3 + b*T*s^2+K+d*(B*s)+d^2*(-K)+d^3*(-B*s); A_tilde=-m*T*s^3*d^3 ...

1 day ago | 1 answer | 0

1

answer

Question


I haven't defined syms x but solve function gives me values depend on x
I am designing a PID controller for which I set the denominator of my closed-loop transfer function equal to the product of the ...

6 months ago | 2 answers | 1

2

answers