photo

Arun


Indian Institute of Technology Hyderabad

Last seen: 1 year ago Active since 2023

Followers: 0   Following: 0

Masters Degree in Computer Science and Engineering.

Programming Languages:
Python, C++, C, Java, PHP, MATLAB, SQL, HTML, CSS
Spoken Languages:
English, Hindi
Pronouns:
He/him
Professional Interests:
Vehicle Network Toolbox Supported Hardware, Wireless Communications, Get Started with Automated Driving Toolbox, Networks

Statistics

All
MATLAB Answers

0 Questions
90 Answers

Cody

0 Problems
7 Solutions

RANK
894
of 300,603

REPUTATION
86

CONTRIBUTIONS
0 Questions
90 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
17

RANK
 of 21,028

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
43,585
of 169,786

CONTRIBUTIONS
0 Problems
7 Solutions

SCORE
93

NUMBER OF BADGES
2

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 3
  • 3 Month Streak
  • Promoter
  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • First Answer

View badges

Feeds

View by

Solved


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

2 years ago

Solved


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

2 years ago

Solved


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

2 years ago

Solved


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

2 years ago

Solved


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

2 years ago

Solved


02 - Vector Variables 1
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_2a.png>>

2 years ago

Solved


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

2 years ago