File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,15 +109,16 @@ function EndGUI(handles)
109109%% Info button
110110function Info_Callback(hObject , eventdata , handles )
111111info = [...
112- ' FASTTool v1.3 (July 2019 ) \n ' , ...
112+ ' FASTTool v1.4 (February 2021 ) \n ' , ...
113113 ' For the course AE4W09\n ' , ...
114114 ' \n ' , ...
115- ' Works on Windows with Matlab R2018b (v9.1) and above \n ' , ...
116- ' Designed for FAST v8.16' , ...
115+ ' Works on Windows with Matlab R2018b (v9.1) and above. \n ' , ...
116+ ' Designed for FAST v8.16. ' , ...
117117 ' \n ' , ...
118118 ' Course instructor: Michiel Zaaijer (M.B.Zaayer@tudelft.nl) \n ' , ...
119119 ' GUI created by: Rene Bos and Michiel Zaaijer \n ' , ...
120- ' Simulink integration: Sebastiaan Mulders (S.P.Mulders@tudelft.nl) and Jan-Willem van Wingerden (J.W.vanWingerden@tudelft.nl)' ];
120+ ' Simulink integration: Atindriyo K. Pamososuryo (A.K.Pamososuryo@tudelft.nl) and Jan-Willem van Wingerden (J.W.vanWingerden@tudelft.nl) \n ' ,...
121+ ' Previous contributors: Sebastiaan P. Mulders & Sachin Navalkar.' ];
121122helpdlg(sprintf(info ), ' Info' )
122123
123124%% Open turbine
You can’t perform that action at this time.
0 commit comments