comparison scripts/plot/__plt2mv__.m @ 2314:949ab8eba8bc

[project @ 1996-07-12 03:58:02 by jwe]
author jwe
date Fri, 12 Jul 1996 03:58:02 +0000
parents 5ca126254d15
children bf8b1bffb58f
comparison
equal deleted inserted replaced
2313:5ca126254d15 2314:949ab8eba8bc
14 ## 14 ##
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
16 ## along with Octave; see the file COPYING. If not, write to the Free 16 ## along with Octave; see the file COPYING. If not, write to the Free
17 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 17 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA
18 ## 02111-1307, USA. 18 ## 02111-1307, USA.
19
20 ## Author: jwe
19 21
20 function plot_2_m_v (x, y, fmt) 22 function plot_2_m_v (x, y, fmt)
21 23
22 if (nargin < 2 || nargin > 3) 24 if (nargin < 2 || nargin > 3)
23 msg = sprintf ("plot_2_m_v (x, y)\n"); 25 msg = sprintf ("plot_2_m_v (x, y)\n");