Isyraf Izuddin - MATLAB Central
photo

Isyraf Izuddin


Last seen: mer än 2 år ago Active since 2021

Followers: 0   Following: 0

Programming Languages:
C++
Spoken Languages:
English

Statistics

MATLAB AnswersFrom 01/21 to 03/25Use left and right arrows to move selectionFrom 01/21Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

6 Questions
0 Answers

RANK
34 557
of 297 527

REPUTATION
1

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
83.33%

VOTES RECEIVED
1

RANK
 of 20 454

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159 075

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 3

View badges

Feeds

View by

Question


How Do I Fix This Fuzzy Gain Scheduling System?
Here I attached The System by following this paper that i find. I can not run the system because of the error.

nästan 3 år ago | 1 answer | 0

1

answer

Question


Do my fuzzy logic correct and how to tune my PID properly using this system?
This is my system for first transfer function This is the second one both of my system does not achieve the desired resul...

nästan 3 år ago | 1 answer | 0

1

answer

Question


How to tune this Transfer Function using Zieger nichols or Cohen coon
because from the this s=tf('s'); sys=(5809000*s + 28060)/(s^3 + 571300*s + 1266); step(sys) i only get this and the...

nästan 3 år ago | 3 answers | 1

3

answers

Question


PID tuning Gain Scheduling Technique for Temperature Control System
It is my final year project and I can find any tutorial to show do i use and design a Gain Scheduling to tuning a pid controller...

nästan 3 år ago | 1 answer | 0

1

answer

Question


Is there any Steady-state error for Step input command?
clear all clc syms s; K=1; Gnum=(50/3)*K; Gden=sym2poly((s+5)*(s+(10/3))*(s+1)); G=tf(Gnum,Gden); Hnum=20; Hde...

ungefär 4 år ago | 1 answer | 0

1

answer

Question


How do I fix this error?
clear all clc syms s K=1; Gnum=(50/3)*K; Gden=sym2poly((s+5)*(s+(10/3))*(s+2)); G=tf(Gnum,Gden); H=20/(s+20); figure rl...

ungefär 4 år ago | 1 answer | 0

1

answer