How can use "is not equal to" command in matlab? and how terminate or cancel if else??
Show older comments
if i want to restrict variable
length(a) "is not equal to" length(b);
length(c) "is not equal to" length(a);
then terminate
end
Accepted Answer
More Answers (0)
Categories
Find more on Logical in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!