Feeds
질문
Translation R code to Matlab
Hi, I am trying to translate an R code into Matlab, and with this piece of code i get different result and I don't understand th...
거의 6년 전 | 답변 수: 1 | 0
1
답변질문
When I use the function it just ignore all the outputs a part from the first one.
function [SOFM,VSI,INC,TO,FROM,NET,NPSO,ALL,rowNames,colNames,VSTable] = VS(x) SOFM=x.*100; VSI=sum(sum(SOFM-diag(diag(SOFM)),...
거의 6년 전 | 답변 수: 0 | 0