help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Matlab function "mprint"


From: hassen62
Subject: Re: Matlab function "mprint"
Date: Sat, 22 Sep 2007 18:03:11 +0200 (CEST)

David and Jordi: Thank you.

I putted mprint.m in the following path: C: Program Files\Octave\Listik\mprint.m

I asked this question because when  I wrote the following lines:

r=[1 2 3]';
fprintf(1,'\n Critical values \n');
fprintf(1,'***********************************************\n');
  infod.cnames=strvcat('1%','5%','10%');
  infod.fmt = '%6.3f';
mprint(r,infod);
fprintf(1,'***********************************************\n');

I obtained from Octave 2.9.13  the following messages:

error: wrong # cnames in mprint

error: evaluating if command near line 171, column2

error: evaluating if command near line 169, column1

error: called from 'mprint' in file 'C: Program Files\Octave\Listik\mprint.m'

Thank you.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]