maov2
Computes a two-way Multivariate Analysis of Variance for equal or unequal sample sizes.
Author: Antonio Trujillo-Ortiz
Dear Prof. Trujillo-Ortiz
When I run the maov2, I received an error message given below:
Error in ==> maov2 at 160
PA = [];PB = [];PAB = [];PPA = [];PPB = [];PPAB = [];PLHA = [];PLHB = [];
??? Output argument "MAOV2" (and maybe others) not assigned during call to
"final\maov2.m>maov2".
What should I do to solve this problem?
Yours sincerely
24 Jul 2009
Matlab 2 Latex
A function to convert matlab functions to formatted colored .tex files .
Author: Kevin Mader
Sorry this program does not work I take the following error meassage
??? Input argument "filein" is undefined.
Error in ==> m2tex at 22
fileout=[filein(1:end-1) 'tex'];
Hi, this seems to be very useful. However, I get an error when there're scattered asterisk in the figure:
Undefined function or variable "linex".
Error in plot2svg>axchild2svg (line 1627)
case '*',group=group+1;patch2svg(fid,group,axpos,xmarker'*ones(1,11)+ones(length(linex),1)*[-1 1 NaN 0 0 NaN -0.7
0.7 NaN -0.7 0.7]*markersize,ymarker'*ones(1,11)+ones(length(
Does anyone know how to fix it? Thanks.
Hi,
the script works fine.
But sometime i have problem with the ylabel. It is too close the the Y-Axis, and the long label can overlap with the scale. The X-label too.
Does anyone know how to fix it ?
Comment only
09 Apr 2013
m-code to LaTeX converter
This m-file (with GUI) converts m-code into a tex-file for including in a LaTeX-document.
The package is generally excellent except that I got one problem: there will be one line missing when the m file included is longer than one page; it seems something is needed to handle the page break issue
Thank you for this great tool !
However I encounter a problem when I use alpha on image. For exemple with this kind of code:
>> % SVG converter version 15-Sep-2012
>> figure
>> colormap(hsv)
>> image(randi(100,10,10)),
>> alpha(double(rand(10,10)))
>> plot2svg('test.svg',gcf,'png')
In the svg file, the transparency has disapeared.
Is there a way to fix it ?
Thank you
Comment only