Community Profile

photo

SRI SINDHU S P


KONGU ENGINEERING COLLEGE

Aktiv seit 2015

Followers: 0   Following: 0

Kontakt

Statistiken

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Explain me this code.
function W = lofdd(a, fracrej, k, distmat, sD) %distmat and sD are optional parameters and are mainly used by lofrangedd ...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


What does Matlab version 1.7.3 means?
""the code was written at the time version 1.7.3, but may very well work with the latest version"" it was given in the code. so ...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to open a toolbox added manually by an user?
I have added a toolbox in matlab R2013a using pathtool command. How to open that particular toolbox after adding.

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to add a tool box to installed Matlab application?
I have a Local Outlier Function toolbox. How to add that toolbox to my installed MatlabR2013a.

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Unrecognized variable name 'rows'
S = dataset('xlsfile','nss.xlsx') h = randperm(size(S,1)) g = S(h(1:2300),:) l = ismember(S,g,'rows') S(l<0.5, :) where nss...

mehr als 8 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


A=[6 6;7 8;0 9;9 10] B=[6 6;0 9] how to find Matrix C with rows not in B but in A?
A=[6 6;7 8;0 9;9 10] B=[6 6;0 9] how to find Matrix C with row not in B but in A?

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort