Last change
on this file since 1102 was
1102,
checked in by sommeria, 4 years ago
|
introduce user defined export function for uvmat
|
File size:
378 bytes
|
Line | |
---|
1 | %'quiver_export': plot vector fields and save figures for project
|
---|
2 | %------------------------------------------------------------------------
|
---|
3 |
|
---|
4 | function quiver_export(handles)
|
---|
5 | %------------------------------------------------------------------------
|
---|
6 |
|
---|
7 | %% get input data
|
---|
8 | Data_uvmat=get(handles.uvmat,'UserData');
|
---|
9 | Data=Data_uvmat.Field; %get the current plotted field
|
---|
10 |
|
---|
11 |
|
---|
12 |
|
---|
Note: See
TracBrowser
for help on using the repository browser.