Subscript indices must either be real positive integers or logicals

I have a strange problem with MATLAB. I wrote a algorithm and finally gave the epsss values answer as shown in the picture below. But when I try to get Max from it, it gives an error!!!!!

 Accepted Answer

You have created a variable in the workspace named MAX.
You need to CLEAR that variable from the workspace, then try again.

More Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Tags

Asked:

on 3 Jan 2023

Answered:

on 3 Jan 2023

Community Treasure Hunt

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

Start Hunting!