How to write a logical statement?

2 次查看(过去 30 天)
bilgesu ak
bilgesu ak 2016-1-18
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...

回答(1 个)

Image Analyst
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
  2 个评论
bilgesu ak
bilgesu ak 2016-1-18
yes end means quit the problem. But (k) or (k-1) don't represent the exponential values. It is just a representation that LB gets values according to the change of k.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Linear Algebra 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by