photo

Rashmi Upase


Actif depuis 2020

Followers: 0   Following: 0

Programming Languages:
Python, C, MATLAB, Assembly
Spoken Languages:
English, Hindi, Marathi
Professional Interests:

Statistiques

Cody

0 Problèmes
132 Solutions

RANG
N/A
of 301 966

RÉPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
 of 21 475

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
1 852
of 177 784

CONTRIBUTIONS
0 Problèmes
132 Solutions

SCORE
1 586

NOMBRE DE BADGES
6

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Promoter
  • Introduction to MATLAB Master
  • CUP Challenge Master
  • Community Group Solver
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


Draw a '2' in a zero matrix!

plus de 5 ans il y a

A résolu


Draw a '9' in a zero matrix!

plus de 5 ans il y a

A résolu


Draw a '6' in a zero matrix!

plus de 5 ans il y a

A résolu


Draw a '4' in a zero matrix!

plus de 5 ans il y a

A résolu


Draw a '3' in a zero matrix!

plus de 5 ans il y a

A résolu


Draw a '7' in a zero matrix!

plus de 5 ans il y a

A résolu


Draw a '5' in a zero matrix!

plus de 5 ans il y a

A résolu


Draw a '8' in a zero matrix!

plus de 5 ans il y a

A résolu


Draw a '1' in a zero matrix!

plus de 5 ans il y a

A résolu


MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9

plus de 5 ans il y a

A résolu


MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8

plus de 5 ans il y a

A résolu


MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9

plus de 5 ans il y a

A résolu


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

plus de 5 ans il y a

A résolu


Find the Best Hotels
Given three input variables: * |hotels| - a list of hotel names * |ratings| - their ratings in a city * |cutoff| - the rat...

plus de 5 ans il y a

A résolu


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

plus de 5 ans il y a

A résolu


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

plus de 5 ans il y a

A résolu


Converts numbers into characters
Converts numbers into characters

plus de 5 ans il y a

A résolu


Find the max element of the array
Find the max element of the array

plus de 5 ans il y a

A résolu


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

plus de 5 ans il y a

A résolu


calculate the length of matrix
input 1 array, calculate the length

plus de 5 ans il y a

A résolu


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

plus de 5 ans il y a

A résolu


to the 2 all elements
to the 2 all elements

plus de 5 ans il y a

A résolu


the average value of the elements
Calculate the average value of the elements in the array

plus de 5 ans il y a

A résolu


Double all elements in the array
Duplicate all elements in the array

plus de 5 ans il y a

A résolu


Draw a '0' in a one matrix!

plus de 5 ans il y a

A résolu


Is it an Armstrong number?
An Armstrong number of three digits is an integer such that the sum of the cubes of its digits is equal to the number itself. Fo...

plus de 5 ans il y a

A résolu


Who invented zero?
We know the importance zero in computer science, mathematics... but who invented zero? Clue: He was the first in the line ...

plus de 5 ans il y a

A résolu


Count decimal digits of a number
* Given an integer number you have to return the number of its digits. * For example 248 has 3 digits and 1589 has 4 digits ...

plus de 5 ans il y a

A résolu


What percentage?
Calculate the output c as the percentage of a on b for given a and b.

plus de 5 ans il y a

A résolu


only input
Return the output without writing any code into the function.

plus de 5 ans il y a

Charger plus