photo

Rahul punk


www.yawot.com

Last seen: 4 months ago Active since 2018

Followers: 0   Following: 0

Automation Engineer if any kind of automation (PLC, HMI, VFD, DCS, Arduino, excel, website building and hosting etc)required feel free to email Contact@yawot.com

Statistics

All
MATLAB Answers

12 Questions
34 Answers

File Exchange

10 Files

Cody

0 Problems
5 Solutions

ThingSpeak

2 Public Channels

RANK
6,062
of 300,364

REPUTATION
8

CONTRIBUTIONS
12 Questions
34 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
6,486 of 20,934

REPUTATION
172

AVERAGE RATING
4.90

CONTRIBUTIONS
10 Files

DOWNLOADS
14

ALL TIME DOWNLOADS
1253

RANK
53,853
of 168,407

CONTRIBUTIONS
0 Problems
5 Solutions

SCORE
62

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
2 Public Channels

AVERAGE RATING
40

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • MATLAB Mini Hack Participant
  • Treasure Hunt Participant
  • Thankful Level 2
  • 3 Month Streak
  • Solver
  • Explorer
  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 3
  • GitHub Submissions Level 3
  • First Submission
  • Revival Level 3

View badges

Feeds

Solved


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

4 years ago

Solved


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

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

5 years ago

Solved


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

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

5 years ago