What is minfo in matlab?

Can you explain me what this program is all about and why is the minfo used ?
A = xlsread('C:\Users\test\Downloads\100 genes.xlsx');
[MI,P,Q,R,S,T,U] = minfo(A,0,[],0,[]);
xlswrite('C:\Users\test\Downloads\MI100.xlsx',MI);

 Risposta accettata

Walter Roberson
Walter Roberson il 25 Giu 2013

1 voto

There is no "minfo" supplied with MATLAB or any of the toolboxes.
There is, however, minfo as a part of a few different File Exchange contributions, including this one

4 Commenti

Tom
Tom il 25 Giu 2013
in R2012a it's listed in a folder marked 'obsolete', so it must have been phased out recently.
Jan
Jan il 26 Giu 2013
Modificato: Jan il 26 Giu 2013
May I mention, that Walter has answered this question some years ago already. See http://www.mathworks.de/matlabcentral/newsreader/view_thread/159628. Asking an internet search engine before letting the contributors type in new answers is a friendly idea.
Walter Roberson
Walter Roberson il 26 Giu 2013
I had long forgotten that earlier question. It does explain why the routine name seemed a little familiar, though.
The minfo of that old old toolbox was to be called with a single argument, whereas the sample code is called with five arguments. I do not find any minfo with 5 arguments even in the FEX. The minfo I thought I found turned out to be a .mat file rather than code.
I would therefore say that it seems likely that minfo is a locally-provided routine.
Tanmayee
Tanmayee il 27 Giu 2013
Thank You Walter Roberson for answering my question and Thank You Jan Simon for letting me know about it . Next time I would ask the search engine before I post .

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su MATLAB in Centro assistenza e File Exchange

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by