photo

Mallikarjun Yelameli


Kyushu Institute of Technology

2014년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

10 질문
2 답변

Cody

0 문제
43 답안

순위
35,504
of 301,513

평판
1

참여
10 질문
2 답변

답변 채택
50.0%

획득한 표
1

순위
 of 21,312

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
14,179
of 175,031

참여
0 문제
43 답안

점수
420

배지 수
2

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1
  • Commenter
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
why am I getting error "Undefined function or variable"
Thank you all for replying me so fast and early. The problem is solved when I restarted my computer and then Matlab started doin...

거의 8년 전 | 0

질문


why am I getting error "Undefined function or variable"
I have defined a variable called "bestDimen". There is no error. I crosschecked many times. The script is also correct. It was w...

거의 8년 전 | 답변 수: 2 | 0

2

답변

질문


How to plot 3D scatter plot with legends?
I want to plot 3D scatter plot, change in colour with the label attached to the data point. Is it possible in Matlab or simply s...

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

1

답변

질문


How to edit confusion matrix figure in matlab?
For example, I have added a figure of confusion matrix generated in Matlab. I don't want the circled things information. How not...

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

1

답변

질문


How to read text file in matlab?
I have a text file. The example file attached here. Could you tell me please how to read it in table format? The 'dlmread' forma...

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

1

답변

질문


K-cross validation ANN
Check my following code, if there is any error (may be logical) let me know. Thank You. clc;clear all; close all; %traini...

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

0

답변

질문


how to calculate the classification accuracy in neural network toolbox?
net=patternnet(10); [net,tr]=train(net,inputs,targets); outputs=net(inputs); [values,pred_ind]=max(outputs,[],1...

거의 9년 전 | 답변 수: 3 | 1

3

답변

질문


Is it necessary to initialize weights and biases while training neural network? If yes then how to initialize it?
* I am using "patternnet" function for classification purpose. Is it necessary to initialize weights and biases with a proper nu...

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

1

답변

질문


How not to normalize the data in patternnet function and how to do K-fold cross validation technique?
I want to do classification using ANN 'patternnent' function. I am new to ANN. I have already normalised data and also divided i...

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

1

답변

질문


How to read large size excel files in matlab?
I have a file of 30000 rows and 1026 columns. If I use "xlsread" matlab functions then it takes about 6 to 7 minutes to read. ...

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

0

답변

답변 있음
Undefined function 'detectSURFFeatures' for input arguments of type 'uint8'.
Thank you for your suggestion.

11년 초과 전 | 0

질문


Undefined function 'detectSURFFeatures' for input arguments of type 'uint8'.
Hi, I am getting the following error. Undefined function 'detectSURFFeatures' for input arguments of type 'uint8'. wel...

11년 초과 전 | 답변 수: 2 | 0

2

답변