Modess Seyednezhad
Followers: 0 Following: 0
Statistics
RANK
12 537
of 295 486
REPUTATION
4
CONTRIBUTIONS
1 Question
6 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
2
RANK
of 20 236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
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
gamultiobj output function error
Hi, I have the same issue. The syntaxt page was not useful for me. I could not find my error. function [history,searchdi...
mer än 4 år ago | 0
gaplotpareto not supported for this algorithm
My function is: function COP = simpleMultiObjective(x) % both dT and I0 & COP are vectors % x(1)=dT; % x(2)=I0; % based ...
mer än 4 år ago | 1
gaplotpareto not supported for this algorithm
I have the same issue and that Link was not usefule for me. Anyone can help me?
mer än 4 år ago | 1
Return only second output in anonymous function
how about when we have: function [f] = f024(theta) f(1) = 23*sin(theta); f(2) = 23*cos(theta); end how can I call only f(2) ...
nästan 5 år ago | 0
Simulink: Error in the Jacobian Matrix caused the Simulation to stop at t = 0.0
I got the same error , abut I have reciprocal math function which has a zero denominator at the beginning of the time interval w...
nästan 7 år ago | 0
complex numbers in Symbolic Toolbox
But I got this: >> syms a b c d real; F=a+j*b; G=c+j*d; imF=imag(F) imF = b >> D = F/G; >> k=imag(D) k = ...
ungefär 7 år ago | 0
Question
overlapping time steps in ODE45
Fy is a global variable, center1 is the function that is calling Fy = 1000; Y0 = [0 -0.025 0 0 0 0]'; tspan = 0:0...
mer än 7 år ago | 1 answer | 0