Feeds
질문
Ho to perform the same calculation in all columns of a matrix?
Hi all, I would like to perform "adtest" in all columns of my matrix sized 200x90 without having a loop iterating 90 times. I...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
Multitaper spectral estimation (pmtm.m)
Hi, I was trying to use pmtm function but oddly it gives error. I have been using it a few months ago with no problem. Has an...
9년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to get values assigned to a string?
Hi all, My data are stored as below in the workspace: white_left 400x129 white_right 400x129 black_left 400x90 ...
9년 초과 전 | 답변 수: 2 | 0
2
답변질문
Usage of Exclamation point in MATLAB?
Hey all, I just wondered about the application of "exclamation point" (!) in MATLAB. I have read a bit in forums and it is mo...
9년 초과 전 | 답변 수: 1 | 0
1
답변질문
Cross validation in Support vector machine (SVM).
Hello all, I am trying to find out of sample mis-classification for my SVM model using by using: CVSVMModel1 = crossval(...
거의 10년 전 | 답변 수: 0 | 2
0
답변질문
How to make my logical data homogene?
Hi all, I have a vector logical data which varies between 0 and 1 in this way: data = [0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1...
거의 10년 전 | 답변 수: 3 | 0