Show older comments
Hello everyone I am trying to write something like:
x=input('x value: '); y=input('y value: ');
k=x*y;
if k=6 k1=2; elseif k=0 k1=1; end
How can i write that with that statement and no error? Thank you!
Accepted Answer
More Answers (0)
Categories
Find more on Texas Instruments C2000 Processors in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!