photo

Lucky


Last seen: 2 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
1 Answer

RANK
31,099
of 300,369

REPUTATION
1

CONTRIBUTIONS
6 Questions
1 Answer

ANSWER ACCEPTANCE
66.67%

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
  • Thankful Level 1

View badges

Feeds

View by

Question


How to calculate controller effort
I am trying to compare PID controller with fuzzy controller and I want to compare the controller effort for them.

4 years ago | 0 answers | 1

0

answers

Question


How to use multiple cores for simulink
I am trying to use multiple cores to run thiis file. For this I have to create different atomic subsystems in order for the pr...

4 years ago | 1 answer | 0

1

answer

Question


Declare global variable in simulink
In Simulink,I need to use one of the inputs to a function block in another saved function. So I want to decalre this input as gl...

5 years ago | 1 answer | 0

1

answer

Question


how to change suddenly dropping output by a gradually dropping output?
I am using simulink matlab function to process some inputs and create an output as shown Here, as shown in the graph I don,...

5 years ago | 1 answer | 0

1

answer

Question


How to use different sampling times for 2 blocks in the same simulink model?
I am trying to write a RLS (Root Least squares) algorithm. I am using ode4(Runge-kutta) as my solver with a fixed step size of 0...

5 years ago | 1 answer | 0

1

answer

Answered
Compare results of different step size using Euler's method
Thanks a lot again, but it still doesn't solve my problem. I need all the plots on a single figure. clear all h = sort([0.000...

6 years ago | 0

Question


Compare results of different step size using Euler's method
x1=zeros(10000,1); x2=zeros(10000,1); x3=zeros(10000,1); Time=zeros(10000,1); for i=1:10001 t=(i-1)*0.0005; Time(i...

6 years ago | 2 answers | 0

2

answers