Skip to content
Snippets Groups Projects
Commit b67bdc0b authored by Girard Antoine's avatar Girard Antoine
Browse files

Upload New File

parent dfb6bc4e
No related branches found
No related tags found
No related merge requests found
%% Tutorial example on symbolic control
%% Author: Antoine GIRARD, Universit Paris-Saclay, CNRS, CentraleSuplec, Laboratoire des signaux et systmes, 91190, Gif-sur-Yvette, France.
%% Date: 2024
function L=coordbox2state(Imin,Imax,box)
for i=1:length(Imin)
k{i}=[Imin(i):Imax(i)];
end
L = box(k{:});
L = reshape(L,[numel(L),1]);
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment