이전 댓글 표시
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!
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Texas Instruments C2000 Processors에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!