Clear Filters
Clear Filters

How to write a logical statement?

1 view (last 30 days)
bilgesu ak
bilgesu ak on 18 Jan 2016
Commented: Image Analyst on 18 Jan 2016
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...

Answers (1)

Image Analyst
Image Analyst on 18 Jan 2016
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 Comments
bilgesu ak
bilgesu ak on 18 Jan 2016
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.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!