photo

arun


SRM University

Last seen: 6개월 전 2016년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

12 질문
1 답변

File Exchange

1 파일

순위
38,209
of 300,863

평판
1

참여
12 질문
1 답변

답변 채택
16.67%

획득한 표
1

순위
15,999 of 21,100

평판
9

평균 평점
0.00

참여
1 파일

다운로드 수
1

ALL TIME 다운로드 수
91

순위

of 171,413

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • First Review
  • GitHub Submissions Level 1
  • First Submission
  • Thankful Level 1

배지 보기

Feeds

보기 기준

제출됨


Activity Recognition with Reduced Basis Decomposition
This Matlab Source code is based on the paper Titled, "Online action recognition from RGB-D cameras based on reduced basis deco...

7년 초과 전 | 다운로드 수: 1 |

0.0 / 5

답변 있음
How to circular shift a matrix for every 1 to 6 elements until its end?
Thank you all for your ideas and contributions, but it seems cell2mat concept is easier than other ideas

대략 8년 전 | 0

질문


How to circular shift a matrix for every 1 to 6 elements until its end?
I have a matrix 12528x246, I would like to the circular shift of the 2nd dimension(246). The shift should be done for every cons...

대략 8년 전 | 답변 수: 5 | 0

5

답변

질문


How to obtain absolute transformed difference between two images?
I was able to obtain the absolute difference of 2 images using the code below F = F + imabsdiff(front,front_pre); But no...

거의 9년 전 | 답변 수: 0 | 0

0

답변

질문


How to solve "Matrix dimensions must agree error" for this function?
Matrix Dimensions didn't agree in a function. Please tell me the meaning of unique function. While i try to debug the function b...

대략 9년 전 | 답변 수: 0 | 0

0

답변

질문


Error inside the function,"Struct contents reference from a non-struct array object"?
Error in split_train_test (line 11) idx_label = find(dataset.label == i); tr_num = 240; field = 'label'; value = {...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


How can i recover from this error, Sub scripted assignment dimension mismatch error?
I found it very difficult to recover from this error, please note that variable 'class(:,index)' has to accept 50 values, which ...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


frames of a video in .xml format, how to convert it into .mat?
Multiple frames of a single video in .xml files. Is it possible to combine and convert them into a single .mat file?

대략 9년 전 | 답변 수: 0 | 0

0

답변

질문


how to process images with different sizes for classification?
I've the following code for the image size (row = 320; col = 240;) But i'm having images with variable sizes (116x110),(13...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


What are the methods available to display confusion matrix in interactive format?
I'm getting confusion matrix in numbers.. Is it possible to use different methods to obtain in percentage and other methods..

대략 9년 전 | 답변 수: 0 | 0

0

답변

질문


How to convert a folder of .bin files into .mat files?
With the code below, I was able to read a folder containing .bin files.. in the end it converts all .bin file into a single .mat...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


Using verbose produces error
Undefined function or variable 'verbose'. Error in (line 166) if verbose if verbose fprintf('Trial...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Index Exceeds Matrix Dimension Error for the following code
% trial = 2; total_trial = 50; F_train_size = zeros(1,NumAct); F_test_size = zeros(1,NumAct); HOGs_train_all= ze...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Need Help in the following code, Subscript indices must either be real positive integers or logicals?
Need help for the following code, i'm getting subscript indices error.. if true % sample_ind = cell(1,NumAct); ...

9년 초과 전 | 답변 수: 1 | 1

1

답변