photo

Mallikarjun Yelameli


Kyushu Institute of Technology

Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

10 Domande
2 Risposte

Cody

0 Problemi
43 Soluzioni

RANK
35.504
of 300.369

REPUTAZIONE
1

CONTRIBUTI
10 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
1

RANK
 of 20.936

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
13.330
of 168.436

CONTRIBUTI
0 Problemi
43 Soluzioni

PUNTEGGIO
420

NUMERO DI BADGE
2

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

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

Visualizza badge

Feeds

Visto da

Risposto
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...

oltre 7 anni fa | 0

Domanda


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...

oltre 7 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 8 anni fa | 3 risposte | 1

3

risposte

Domanda


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...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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. ...

quasi 9 anni fa | 0 risposte | 0

0

risposte

Risposto
Undefined function 'detectSURFFeatures' for input arguments of type 'uint8'.
Thank you for your suggestion.

quasi 11 anni fa | 0

Domanda


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...

quasi 11 anni fa | 2 risposte | 0

2

risposte