How to write a logical statement?
2 ビュー (過去 30 日間)
古いコメントを表示
Hi;
I need to write a logical statement but I couldn't succeed it. It is attached file because of exponential numbers... This is very important for me ...
Thanks in advance; Regards...
0 件のコメント
回答 (1 件)
Image Analyst
2016 年 1 月 18 日
What does "end" mean there? Does it mean to quit the program? If so, just use return instead of end.
To exponentiate use ^
if LB^(k-1)== N
return;
end
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!