photo

REEMA MOHANTY


Actif depuis 2016

Followers: 0   Following: 0

Statistiques

MATLAB Answers

1 Question
1 Réponse

RANG
231 359
of 300 364

RÉPUTATION
0

CONTRIBUTIONS
1 Question
1 Réponse

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 407

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • 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= -...

presque 9 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); ...

presque 9 ans il y a | 0