Home > other >  Use matlab error, error of solve> getEqns (line 418).
Use matlab error, error of solve> getEqns (line 418).

Time:09-27

% % calculates the number of iteration Time
Time=ceil (double (solve ([' 1000 * (0.9) ^ x=', num2str (Tend)])));
Count=0; % iteration count
Obj=zeros (Time, 1); % target matrix initialization
Track=zeros (Time, N); % of each generation of the optimal route matrix initialization


Using solve> error; GetEqns (line 418)
The List of equations must not be empty.
The error of solve (line 226)
[eqns, vars, options]=getEqns (varargin {that});
Error ZNSF19 (line 26)
Time=ceil (double (solve ([' 1000 * (0.9) ^ x==', num2str (Tend)])));

CodePudding user response:

Please solve the
  • Related