Community Profile

photo

Viktor Zankov


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Can someone explain why I am getting the error "Not enough input arguments (line 2)"?
function f = fun( x ) f = 4./x(1)+9./x(2)+(x(1)+x(2)); end function [ c,cequ ] = mycon( x ) c=[-x(1); -x(2); x(1)+x(2)...

3 years ago | 1 answer | 0

1

answer