Changeset 647 for trunk/src/series/civ_input.m
- Timestamp:
- Jun 2, 2013, 4:01:41 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/civ_input.m
r645 r647 1 2 %'civ_input': function associated with the interface 'civ_input.fig' for PIV, spline interpolation and stereo PIV (patch) 3 %------------------------------------------------------------------------ 4 % provides an interface for the software menucivx 5 % function varargout = civ_input(varargin) 6 % provides an interface for the software menucivx 1 %'civ_input': function associated with the GUI 'civ_input.fig' to set the input parameters for civ_series 2 %------------------------------------------------------------------------ 3 % function ParamOut = civ_input(Param) 4 % 5 % OUPUT: 6 % ParamOut: Matlab structure containing the parameters set by the GUI civ_input 7 % 8 % INPUT: 9 % Param: Matlab structure containing the input parameters set by the GUI 7 10 % 8 11 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA … … 22 25 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 23 26 function varargout = civ_input(varargin) 24 %TODO: search range 25 26 27 % Last Modified by GUIDE v2.5 25-May-2013 12:37:21 28 % Begin initialization code - DO NOT EDIT 27 29 28 gui_Singleton = 1; 30 29 gui_State = struct('gui_Name', mfilename, ...
Note: See TracChangeset
for help on using the changeset viewer.