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

Upload New File

parent d66d134a
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 i=coord2state(I,p_x)
i=(I-1)'*p_x(1:length(I))+1;
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