Rev | Line | |
---|
[27230] | 1 | Index: ../trunk-jpl/src/m/plot/plot_transient_movie.m
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/src/m/plot/plot_transient_movie.m (revision 27043)
|
---|
| 4 | +++ ../trunk-jpl/src/m/plot/plot_transient_movie.m (revision 27044)
|
---|
| 5 | @@ -11,7 +11,7 @@
|
---|
| 6 | %xlim
|
---|
| 7 | if exist(options,'transient_movie_field'),
|
---|
| 8 | field=getfieldvalue(options,'transient_movie_field');
|
---|
| 9 | - elseif ischar(getfieldvalue(options,'data'))
|
---|
| 10 | + elseif ischar(getfieldvalue(options,'data')) && ~strcmp(getfieldvalue(options,'data'),'transient_movie')
|
---|
| 11 | field=getfieldvalue(options,'data');
|
---|
| 12 | else
|
---|
| 13 | disp('List of available fields:');
|
---|
Note:
See
TracBrowser
for help on using the repository browser.