Community Profile

photo

REEMA MOHANTY


Active since 2016

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

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

7 years ago | 0 answers | 0

0

answers

Answered
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); ...

7 years ago | 0