Community Profile

photo

manish kumar


Last seen: etwa ein Monat vor Aktiv seit 2018

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • First Review
  • Revival Level 1
  • First Answer
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
how can i write my matlab script program in simulink matlab function block
@Walter Roberson m and n are the part of fitness function i put constant value in fitness function m=321 and n=500 value of thes...

fast 3 Jahre vor | 0

Frage


how can i write my matlab script program in simulink matlab function block
im able to run my program in matlab script ObjectiveFunction = @simple_fitness2v; nvars = 2; % Number of variables LB = [...

fast 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Integral absolute error /Simulink/ to workspace/Error with input data
i am trying to optimize the pi controller gain with the help of IAE. the model is presented in figure but in the code it is show...

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
How to change motor parameters during Simulink simulation?
have you found the solution?

etwa 4 Jahre vor | 0

Frage


How to update the resistance parameter during the simulation of an AC3_Sensorless drive
https://in.mathworks.com/help/physmod/sps/examples/ac3-sensorless-field-oriented-control-induction-motor-drive.html in this dri...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


zoom plot into plot
i am plotting portion of zoom into the plot like data a,b,c are already loaded in the workspace plot(a) hold on plot(b) h...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


after running simulink one block out is coming in workspace
after running simulink model one block out is coming in workspace unnecessary

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to plot a fitness or objective function with optimum values
We want to minimize a simple fitness function of two variables x1 and x2 min f(x) = 100 * (x1^2 - x2) ^2 + (1 - x1)^2; ...

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


optimization problem with two variable maxima and minima
can any one give me the solution or help me out in solving this equation mathamatically Y=2x(1)^2 + 23.08x(2)^2 +4(6+x(1))^2 +...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to connect simulink model and genetic algorithm in matlab?
have you got the answer? please let me know

fast 5 Jahre vor | 0

Frage


does anyone simulate the ac3_field oriented control drive for 5hp
please help me out to simulate the drive for 5hp induction motor i am unable to retune the parameters as given by thius example...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Any simulink model of induction motor consisting of core loss parameter Rfe, like AC3_Field Oriented control.
Please help me out, i want to make a field orinted induction motor model which is consisting of core loss parameter as an inbui...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


GWO structure help, please rewrite the code help
NumAgents = 7; maxiters = 2000; lb = [0 2]; ub = [1 5]; dim = 2; fobj = @my_function_that_expects_a_vector_of_2_values; ...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to plot a function of two variable
i want to plot y=2x(1)^2 + 2x(2)^2 +10(1.1*x(2)^2 +3x(1)^2)^0.5 can any one help me to plot this expression ?

etwa 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how can i mark a minimum point on function plot by using fplot/ezplot comman
y = 12753764076615830083770010361727/(158456325028528675187087900672*x^2) + (14262200079559523*x^2)/140737488355328 i am ...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort