What is minfo in matlab?
Show older comments
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);
Accepted Answer
More Answers (0)
Categories
Find more on Entering Commands in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!