|
182 | 182 | % Remark: bground='' is equivalent to bground.thresh=-Inf
|
183 | 183 | % that is all trajectories are considered relevant.
|
184 | 184 | %
|
185 |
| -% tag : Personalized plot tag. String. String which identifies |
186 |
| -% the handle of the plot which |
187 |
| -% is about to be created. The default is to use tag |
188 |
| -% 'pl_resfwd'. Note that if the program finds a plot which |
189 |
| -% has a tag equal to the one specified by the user, then |
190 |
| -% the output of the new plot overwrites the existing one |
191 |
| -% in the same window else a new window is created. |
192 |
| -% Example - 'tag','myplot' |
193 |
| -% Data Types - char |
194 | 185 | %
|
195 | 186 | % datatooltip : interactive clicking. Empty value, scalar or
|
196 | 187 | % structure.
|
|
378 | 369 | % is 0 that is just a snapshot is shown on the screen.
|
379 | 370 | % Example - 'movieLength',5
|
380 | 371 | % Data Types - single or double
|
| 372 | +% |
| 373 | +% tag : Personalized plot tag. String or char. |
| 374 | +% String which identifies |
| 375 | +% the handle of the plot which |
| 376 | +% is about to be created. The default is to use tag |
| 377 | +% 'pl_resfwd'. Note that if the program finds a plot which |
| 378 | +% has a tag equal to the one specified by the user, then |
| 379 | +% the output of the new plot overwrites the existing one |
| 380 | +% in the same window else a new window is created. |
| 381 | +% Example - 'tag','myplot' |
| 382 | +% Data Types - char or string |
381 | 383 | % Output:
|
382 | 384 | %
|
383 | 385 | % plotopt : options which have been used to create the plot. Cell array
|
|
0 commit comments