usage of not isequal
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ken
el 16 de Oct. de 2016
Respondida: Walter Roberson
el 16 de Oct. de 2016
I am using this line: while not(isequal(OptimalPath(end,2)),SearchGoal)
end
I get error "not enough input arguments" - puzzled why
0 comentarios
Respuesta aceptada
Walter Roberson
el 16 de Oct. de 2016
not( isequal(OptimalPath(end,2),SearchGoal) )
You had the ) in the wrong place
0 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!