photo

Faith


Last seen: 2 mesi fa Attivo dal 2025

Followers: 0   Following: 0

Statistica

Cody

0 Problemi
81 Soluzioni

RANK
N/A
of 301.200

REPUTAZIONE
N/A

CONTRIBUTI
0 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
0

RANK
 of 21.190

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
6.074
of 173.339

CONTRIBUTI
0 Problemi
81 Soluzioni

PUNTEGGIO
1.006

NUMERO DI BADGE
4

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Community Group Solver
  • Solver

Visualizza badge

Feeds

Visto da

Risolto


Nth root
Nth root of a number x

2 mesi fa

Risolto


Energy of an object
Calculate the total mechanical energy of an object. Total Energy= Potential energy + Kinetic energy P.E.=m*g*h K.E.=1/2...

2 mesi fa

Risolto


Create a constant offset.
Add a constant offset to an array. Example a = [1 3 5 9] offset = 2 y = [3 5 7 11]

2 mesi fa

Risolto


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

2 mesi fa

Risolto


Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.

2 mesi fa

Risolto


Who has power to do everything in this world?
There is only one person who is older than this universe. He is Indian version of Chuck Norris.

2 mesi fa

Risolto


Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...

2 mesi fa

Risolto


Returning a "greater than" vector
Given a vector, v, return a new vector , vNew, containing only values > n. For example: v=[1 2 3 4 5 6] n=3 vNew =...

2 mesi fa

Risolto


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

2 mesi fa

Risolto


Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.

2 mesi fa

Risolto


Square a Number
Given an input x, return y, which is equal to the square of x.

2 mesi fa

Risolto


Vector Multiplication
Vector Multiplication of three matrix as shown in test cases.

2 mesi fa

Risolto


Count number of words in string
Count number of words in string Examples 'hi', answer is 1 'hi hi', answer is 2 'I enjoy cody', answer is 3

2 mesi fa

Risolto


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

2 mesi fa

Risolto


Transpose of matrix
Transpose of matrix as per test cases

2 mesi fa

Risolto


cube of number
find cube of number

2 mesi fa

Risolto


area

2 mesi fa

Risolto


step function

2 mesi fa

Risolto


Shift elements of vector left
Shift elements of vector to the left. For ex. : Input_vec = [1 2 3 4 5] Output_vec = [2 3 4 5 1]

2 mesi fa

Risolto


Counting Money
Add the numbers given in the cell array of strings. The strings represent amounts of money using this notation: $99,999.99. E...

2 mesi fa

Risolto


Is it a number?
Determine if input is numeric. If it is,output is 1; if it is not, output is 0.

2 mesi fa

Risolto


Find the dimensions of a matrix
Just find the number of columns of the given matrix. Example x = [1 2 3 4 5 6] y = 2

2 mesi fa

Risolto


Find Logic 13

2 mesi fa

Risolto


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

2 mesi fa

Risolto


If-then-else
Complete the function below such that if the value of x is in the range 10 to 14, inclusive, the value 18 is assigned to y. Oth...

2 mesi fa

Risolto


length of a vector
Find twice the length of a given vector.

2 mesi fa

Risolto


Laws of motion 5
Calculate the force is u are given mass and acceleration.

2 mesi fa

Risolto


Mass Conversion 1

2 mesi fa

Risolto


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

2 mesi fa

Carica altro