comparison scripts/plot/draw/streamline.m @ 28136:23f667483fab stable

Add Matlab compatible "streamtube" function (bug #57471). * streamtube.m: Add new function "streamtube" based on "ostreamtube" that is Matlab compatible. * ostreamtube.m, stream3.m, streamline.m, module.mk, plot.txi, NEWS: Add references.
author Markus Meisinger <chloros2@gmx.de>
date Wed, 19 Feb 2020 07:50:04 +0100
parents 695bb31e565b
children 8a9a041db1dc 0a5b15007766
comparison
equal deleted inserted replaced
28135:695bb31e565b 28136:23f667483fab
59 ## v = x - y / 4; 59 ## v = x - y / 4;
60 ## streamline (x, y, u, v, 1.7, 1.5); 60 ## streamline (x, y, u, v, 1.7, 1.5);
61 ## @end group 61 ## @end group
62 ## @end example 62 ## @end example
63 ## 63 ##
64 ## @seealso{stream2, stream3, ostreamtube} 64 ## @seealso{stream2, stream3, streamtube, ostreamtube}
65 ## @end deftypefn 65 ## @end deftypefn
66 66
67 function h = streamline (varargin) 67 function h = streamline (varargin)
68 68
69 [hax, varargin, nargin] = __plt_get_axis_arg__ ("streamline", varargin{:}); 69 [hax, varargin, nargin] = __plt_get_axis_arg__ ("streamline", varargin{:});