Changeset 1201 for trunk/src/series/civ2vel_3C.m
- Timestamp:
- Mar 23, 2026, 4:49:29 PM (3 hours ago)
- File:
-
- 1 edited
-
trunk/src/series/civ2vel_3C.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/civ2vel_3C.m
r1157 r1201 52 52 53 53 function ParamOut=civ2vel_3C(Param) 54 disp('test') 54 55 55 %% set the input elements needed on the GUI series when the function is selected in the menu ActionName or InputTable refreshed 56 56 if isstruct(Param) && isequal(Param.Action.RUN,0) … … 349 349 V1=Data{1}.V; 350 350 end 351 Ua=griddata(X1,Y1,U1,Xa,Ya); 351 Ua=griddata(X1,Y1,U1,Xa,Ya);% interpolate PIV data positions to the common grid Xa,Ya 352 352 Va=griddata(X1,Y1,V1,Xa,Ya); 353 353 [Ua,Va,Xa,Ya]=Ud2U(XmlData{1}.GeometryCalib,Xa,Ya,Ua,Va); % convert Xd data to X
Note: See TracChangeset
for help on using the changeset viewer.
