Md Muzakkir Quamar
Followers: 0 Following: 0
Statistics
RANK
132 248
of 295 569
REPUTATION
0
CONTRIBUTIONS
7 Questions
3 Answers
ANSWER ACCEPTANCE
28.57%
VOTES RECEIVED
0
RANK
of 20 247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 057
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
Feeds
Question
Genetic algorithm for FOPID in simulink
cam anyone please help me tune the gai paramters of fractional order PID controller in simulink.
mer än ett år ago | 1 answer | 0
1
answerQuestion
how to save data into same excel sheet after each iteration
HI i want to store data (matrix form, X_dim = 1200x49 and Y_dim = 1200x49) from my current MATLAB program into an excel sheet....
nästan 4 år ago | 1 answer | 0
1
answerHow do you code this set of discrete difference equations using for loop?
you need to create an array for x(n), y(n), z(n) to store the values
ungefär 4 år ago | 0
Question
can anyone please explain X0(1:2) where X0=[0,0,0]' , i wrote X0(2:2) and gave answer 0 i tht it shoudl give error . what i understand is X0(1:2) is 1 row 2 element. please correct me
can anyone please explain X0(1:2) where X0=[0,0,0]' , i wrote X0(2:2) and gave answer 0 i tht it shoudl give error . what i unde...
ungefär 4 år ago | 2 answers | 0
2
answersQuestion
optimization with multivariable and constraint
Hi, I have a similar problem. i want to minimize a function with multi variable and constraint. i used fmin function but i think...
ungefär 4 år ago | 1 answer | 0
1
answerQuestion
how to use Reinforcement learning toolbox
i am new to ML and i need to implement R-learning (qlearning ) in my project. i need to submit any basic example in my first p...
ungefär 4 år ago | 0 answers | 0
0
answersDifferential equations using ODE45
tspan = [0 20]; Y_int=[0 1]; [t,x] = ode45(@odefcn,tspan,Y_int,[],a, b, c, u); figure(1) plot(t,y(:,1),'r',t,y(:,2),'b') ...
ungefär 4 år ago | 0
Question
Error in ODE45 when using ...................... >> [t,x] = ode45(@odefcn,tspan,[0 0]);
function dxdt = odefcn(t,x,a,b,c,u) dxdt = zeros(2,1); dxdt(1) = a*x(1)+2*x(2)+u; dxdt(2) = c*x(1)+ b*x(2)-2*u; end c...
ungefär 4 år ago | 2 answers | 0
2
answersQuestion
how to plot quadratic equation with 2 variable
f(x,y)= 1/2*x^2 + x*y + y^2 + y i tried plotting using Fimplicit function but i am getting some error. copied below _______...
ungefär 4 år ago | 2 answers | 0
2
answersHow can i correct the error in the code?
n=100; lamda=0.1; e=randn(n,1); U12=[Sin(0.1*(1:n)') Sin((0.1+lamda)*(1:n)')] Y=(Sin(0.1*(1:n)')+e; R=U12'*U12; r=U12'*Y; ...
nästan 6 år ago | 0