photo

REEMA MOHANTY


Actif depuis 2016

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Question


Hii.I am new to matlab environment. I am unable o find out why I am getting error as" not enough input arguments".
MY code is xo=0.4; A=[]; b=[]; Aeq=[]; beq=[]; Q=100; R=1; N = 50; U0= zeros(100,1); % Umin= -...

plus de 7 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
Not Enough Input Arguments
clc; clear; close all; xo=0.4; A=[]; b=[]; Aeq=[]; beq=[]; Q=100; R=1; N = 50; U0= zeros(100,1); ...

plus de 7 ans il y a | 0