photo

Srichakradhar Reddy Nagireddy


Vellore Institute of Technology

Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Undergraduate in Electronics and Communication engineering in VIT University. Professional Interests: programming, algorithms, microcontrollers, robotics, artificial intelligence,

Statistik

All
MATLAB Answers

0 Fragen
1 Antwort

Cody

0 Probleme
5 Lösungen

RANG
478
of 301.200

REPUTATION
168

BEITRÄGE
0 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
84

RANG
 of 21.190

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
58.523
of 173.339

BEITRÄGE
0 Probleme
5 Lösungen

PUNKTESTAND
60

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

mehr als 12 Jahre vor

Gelöst


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

mehr als 12 Jahre vor

Gelöst


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

mehr als 12 Jahre vor

Gelöst


Add two numbers
Given a and b, return the sum a+b in c.

mehr als 12 Jahre vor

Beantwortet
Warning: Name is nonexistent or not a directory
>> edit pathdef.m * Remove the directories that are causing the error. * Save the file and restart matlab, you will notice...

mehr als 12 Jahre vor | 84

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

mehr als 12 Jahre vor