photo

DAYANANDA B N


Last seen: 1 month ago Active since 2023

Followers: 0   Following: 0

Dayananda B N is in his third year of study at the National Institute of Technology Karnataka(India), where he is pursuing a Bachelor of Technology in Electronics and Communication Engineering. In addition, he is completing his research training on radar for various applications at Sri Shasha Prayathi Technologies Private Limited. -Radar & Lidar Signal Processing, - Multi Target Tracking, - State Estimation - Information Fusion - Navigational Systems, -and Deep Learning for Radar Applications are some of his research interests. He is an IEEE and SAE INDIA student member.

Programming Languages:
Python, C++, C, MATLAB
Spoken Languages:
English, Hindi
Pronouns:
He/him

Statistics

All
MATLAB Answers

6 Questions
0 Answers

Cody

0 Problems
4 Solutions

RANK
223,959
of 300,352

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
65,457
of 168,212

CONTRIBUTIONS
0 Problems
4 Solutions

SCORE
50

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3
  • Solver

View badges

Feeds

View by

Solved


Pi Estimate 1
Estimate Pi as described in the following link: <http://www.people.virginia.edu/~teh1m/cody/Pi_estimation1.pdf>

11 months ago

Solved


Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...

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

11 months 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