Skip to content

Commit

Permalink
Updated the version extensions from 3.04 to 3.4.0 to be compatible wi…
Browse files Browse the repository at this point in the history
…th the Matlab file exchange server.
  • Loading branch information
JoostVeenman committed Apr 21, 2024
1 parent 2200ec1 commit 20d664a
Show file tree
Hide file tree
Showing 85 changed files with 92 additions and 93 deletions.
2 changes: 1 addition & 1 deletion IQClab_readme.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
disp('-------------------------------------------------------------------');
disp(' IQClab v3.04 ');
disp(' IQClab v3.4.0 ');
disp('-------------------------------------------------------------------');
disp('Thanks for considering IQClab, your gateway for robustness analysis');
disp('and control design. Please visit www.iqclab.eu for the user manual,');
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fAugss.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function Psi = fAugss(Psi,Phi,nr)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
3 changes: 1 addition & 2 deletions auxiliary/fBasis.m
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
function Phi=fBasis(l,pl,nr,type,Ts)

% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fBoundvar.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function iqcprob = fBoundvar(iqcprob,var,bnd,scale)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fCleanupsys.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function Gcleaned = fCleanupsys(G,threshold)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fCoprime.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function [Cl,Cr] = fCoprime(G)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fCutFig.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function fCutFig(n,m)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fEigfac.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function [M,J,v,in] = fEigfac(P)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fHe.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function B = fHe(A)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fHinfbalreal.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function [Gb,Tb,Tbi] = fHinfbalreal(G)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fIntkerext.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function [a,b,c,d] = fIntkerext(A,B)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fInv.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function B = fInv(A)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fInvproj.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function X = fInvproj(A,B,P)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fJ.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function d = fJ(a,b,c)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fJfac.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function [M,J] = fJfac(P,ind)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fJt.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function d = fJt(a,b,c)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fKron.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function C = fKron(A,B)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fLFTdata.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function [M,d] = fLFTdata(uobject)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fLyapext.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function Xe = fLyapext(X,Y,type)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fMultiplext.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function [Pe,Qe,Se,Re] = fMultiplext(Pp,Pd,type)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fOblkdiag.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function Y = fOblkdiag(X,O1,O2)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fPEET.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function W=fPEET(type,Delta_t,Delta_ts)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fQ.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function B = fQ(A,P)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fRP.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function [Bound,muinfo,RPmargin] = fRP(N,om,Usc)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fRS.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function [Bound,muinfo,RSmargin] = fRS(N,om)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fSchur.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function B = fSchur(A,T)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fSquare.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function [Psih,Mh,Z,Rm] = fSquare(Psi1,Psi2,M,options)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fT.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function [To,Ti] = fT(mo,mi,co,ci)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fVec.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function x = fVec(A,type)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fW.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function W=fW(tmax,glf,type,Ts)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fmultss.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function G=fmultss(G1,G2)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fplantex.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function Mex=fplantex(M,IO,options)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fss2m.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function m = fss2m(sys)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/fsskron.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function F = fsskron(G,nr)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion auxiliary/ftriang.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function A=ftriang(A1,A2,A3,options)
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion demos/Demo_001.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion demos/Demo_002.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion demos/Demo_003.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion demos/Demo_004.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion demos/Demo_005.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion demos/Demo_006.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion demos/Demo_007.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion demos/Demo_008.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion demos/Demo_009.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
2 changes: 1 addition & 1 deletion demos/Demo_010.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% -------------------------------------------------------------------------
%
% IQClab: Version 3.04
% IQClab: Version 3.4.0
% Copyright: This is copyrighted material owned by Novantec B.V.
% Terms: IQClab is available for non-commercial usage under a
% Creative Commons (Attribution-NoDerivatives 4.0
Expand Down
Loading

0 comments on commit 20d664a

Please sign in to comment.