Feeds
已回答
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...
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...
4 years 前 | 0
提问
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 = [...
4 years 前 | 2 个回答 | 0
2
个回答提问
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...
5 years 前 | 0 个回答 | 0
0
个回答已回答
How to change motor parameters during Simulink simulation?
have you found the solution?
How to change motor parameters during Simulink simulation?
have you found the solution?
5 years 前 | 0
提问
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...
6 years 前 | 1 个回答 | 0
1
个回答提问
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...
6 years 前 | 1 个回答 | 0
1
个回答提问
after running simulink one block out is coming in workspace
after running simulink model one block out is coming in workspace unnecessary
6 years 前 | 0 个回答 | 0
0
个回答提问
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; ...
6 years 前 | 2 个回答 | 0
2
个回答提问
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 +...
6 years 前 | 1 个回答 | 0
1
个回答已回答
How to connect simulink model and genetic algorithm in matlab?
have you got the answer? please let me know
How to connect simulink model and genetic algorithm in matlab?
have you got the answer? please let me know
6 years 前 | 0
提问
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...
6 years 前 | 1 个回答 | 0
1
个回答提问
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...
6 years 前 | 1 个回答 | 0
1
个回答提问
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; ...
6 years 前 | 1 个回答 | 0
1
个回答提问
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 ?
6 years 前 | 2 个回答 | 0
2
个回答提问
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 ...
7 years 前 | 1 个回答 | 0