Skip to content

Check for missing argument or incorrect argument data type in call to function 'is'. Error in optimizer (line 105) if is(u{i},'complex') #1102

Discussion options

You must be logged in to vote

Your output_controller argument is not an sdpvar

>> is(sdpvar,'complex')

ans =

  logical

   0

>> is([],'complex')
Check for missing argument or
incorrect argument data type in
call to function 'is'.
 
>> is(0,'complex')
Check for missing argument or
incorrect argument data type in
call to function 'is'.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nbahari
Comment options

Answer selected by nbahari
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants