Community Profile

photo

Aniruddh Maini

MathWorks

Last seen: bijna 2 jaar ago Active since 2022

Followers: 0   Following: 0

I am an Intern in the Engineering Development Group at Mathworks. My area of interest is programming and I have experience in programming using C++, Java and Python.

Programming Languages:
Python, C++, C, Java
Spoken Languages:
English

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Creating time vector using number of samples
Hi Lina As per your question NumSamples = 5000 and SampleRate = 2500 That means, in one seconds the signal will be sampled 250...

bijna 2 jaar ago | 0

Answered
Given two input vectors: name - user last names age - corresponding age of the person.Return the name of the oldest person in the output var old_name.Why am I getting error?
Hi Devleena, following function can be used to find the name of oldest person. function oldest_name = findOldest(name,age) ...

bijna 2 jaar ago | 0