Rank: 12036 based on 0 downloads (last 30 days) and 0 files submitted
photo

joshua vogelstein

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by joshua
Updated File Comments Rating
23 Apr 2009 Publish to MediaWiki A stylesheet to make MATLAB publishing produce MediaWiki markup as an output. Author: Matthew Simoneau

this works pretty great for me, but i get things like:

<source lang="matlab"> load('west0479.mat') A = west0479; S = A * A' + speye(size(A)); pct = 100 / prod(size(A));
clf; spy(S), title('A Sparse Symmetric Matrix') nz = nnz(S); xlabel(sprintf('nonzeros=%d (%.3f%%)',nz,nz*pct)); </source>

is it possible that i set something up incorrectly?

Contact us at files@mathworks.com