Skip to content

Instantly share code, notes, and snippets.

@tieubinhco
Last active December 8, 2020 07:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tieubinhco/6cbec9c2fc21207679463f770877f560 to your computer and use it in GitHub Desktop.
Save tieubinhco/6cbec9c2fc21207679463f770877f560 to your computer and use it in GitHub Desktop.
Input values MATLAB
T5=[130 131 132 133 134];
X8=zeros(length(T5));
X5=zeros(length(T5));
for i=1:length(T5)
X8(i)=XsolCarrol(T2,T1);
X5(i)=XsolCarrol(T1,T5(i));
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment