Skip to content

Commit

Permalink
Remove warning in MATLAB 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Löfberg committed May 9, 2024
1 parent 3057396 commit 58a0fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yalmiptest.m
Original file line number Diff line number Diff line change
Expand Up @@ -500,5 +500,5 @@

s = strfind(x,'-');
if ~isempty(s)
x=x(1:s-1);
x=x(1:s(1)-1);
end

0 comments on commit 58a0fb0

Please sign in to comment.