photo

Mallikarjun Yelameli


Kyushu Institute of Technology

Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

All
MATLAB Answers

10 Fragen
2 Antworten

Cody

0 Probleme
43 Lösungen

RANG
35.504
of 300.763

REPUTATION
1

BEITRÄGE
10 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
50.0%

ERHALTENE STIMMEN
1

RANG
 of 21.082

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
13.905
of 170.923

BEITRÄGE
0 Probleme
43 Lösungen

PUNKTESTAND
420

ANZAHL DER ABZEICHEN
2

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

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

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als 7 Jahre vor | 0

Frage


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

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 8 Jahre vor | 3 Antworten | 1

3

Antworten

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 9 Jahre vor | 0 Antworten | 0

0

Antworten

Gelöst


Back to basics 1 - Saving
Covering some basic topics I haven't seen elsewhere on Cody. Given an input variable 'x', save it to disk in a file named 'co...

etwa 10 Jahre vor

Gelöst


Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...

etwa 10 Jahre vor

Gelöst


Bullseye Matrix
Given n (always odd), return output a that has concentric rings of the numbers 1 through (n+1)/2 around the center point. Exampl...

etwa 10 Jahre vor

Gelöst


Target sorting
Sort the given list of numbers |a| according to how far away each element is from the target value |t|. The result should return...

etwa 10 Jahre vor

Gelöst


Create a row array using double colon operator
Create a row array from 9 to 1, using the double colon operator.

mehr als 10 Jahre vor

Gelöst


Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...

mehr als 10 Jahre vor

Gelöst


Fahrenheit to Celsius using multiple statements
Given a Fahrenheit value F, convert to a Celsius value C. While the equation is C = 5/9 * (F - 32), as an exercise use two state...

mehr als 10 Jahre vor

Gelöst


Return the largest number that is adjacent to a zero
This example comes from Steve Eddins' blog: <http://blogs.mathworks.com/steve/2009/05/27/learning-lessons-from-a-one-liner/ Lear...

mehr als 10 Jahre vor

Gelöst


The Goldbach Conjecture
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...

mehr als 10 Jahre vor

Gelöst


The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".

mehr als 10 Jahre vor

Gelöst


Which values occur exactly three times?
Return a list of all values (sorted smallest to largest) that appear exactly three times in the input vector x. So if x = [1 2...

mehr als 10 Jahre vor

Gelöst


How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...

mehr als 10 Jahre vor

Gelöst


Circle area using pi
Given a circle's radius, compute the circle's area. Use the built-in mathematical constant pi.

mehr als 10 Jahre vor

Gelöst


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

mehr als 10 Jahre vor

Gelöst


Remove the vowels
Remove all the vowels in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill' Output s2 is 'Jck nd Jll wn...

mehr als 10 Jahre vor

Gelöst


Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...

mehr als 10 Jahre vor

Gelöst


Sort a list of complex numbers based on far they are from the origin.
Given a list of complex numbers z, return a list zSorted such that the numbers that are farthest from the origin (0+0i) appear f...

mehr als 10 Jahre vor

Gelöst


Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...

mehr als 10 Jahre vor

Gelöst


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

mehr als 10 Jahre vor

Gelöst


Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

mehr als 10 Jahre vor

Mehr laden