photo

Harshal Ritwik


Last seen: 12 mois il y a Actif depuis 2023

Followers: 0   Following: 0

I am EDG intern at MathWorks. I have a passion for MathWorks products and tooling and programming. Disclaimer - All opinions I express on this forum are my own, and not representative of MathWorks.

Programming Languages:
MATLAB
Spoken Languages:
English
Pronouns:
He/him

Statistiques

All
  • Knowledgeable Level 1
  • First Answer
  • Promoter
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


Dartboard Average I
A dartboard arranges the numbers 1 to 20 such that each value is typically flanked by quite different values - for example, 20 i...

environ un an il y a

A résolu


Sort a list of complex numbers based on far they are from the origin.
Given a list of complex numbers z, return a list zSorted such that the numbers that are farthest from the origin (0+0i) appear f...

environ un an il y a

A résolu


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Input...

environ un an il y a

A résolu


Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...

environ un an il y a

A résolu


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

environ un an il y a