Risolto


find

oltre 5 anni fa

Risolto


find

oltre 5 anni fa

Risolto


find

oltre 5 anni fa

Risolto


Power

oltre 5 anni fa

Risolto


Unit

oltre 5 anni fa

Risolto


celsius to kelvin problem

oltre 5 anni fa

Risolto


Celsius to Fahrenheit

oltre 5 anni fa

Risolto


Vrms

oltre 5 anni fa

Risolto


from binary to analog

oltre 5 anni fa

Risolto


root

oltre 5 anni fa

Risolto


add num

oltre 5 anni fa

Risolto


Average of corner elements of a matrix (★★)
(copy of prob 2235) Calculate the average of corner elements of a matrix. e.g. x=[1 2 3; 4 5 6; 7 8 9;] avg = (1+3+7+9)...

oltre 5 anni fa

Risolto


Swap the first and last columns (★★)
(copy of Prob 19) Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becom...

oltre 5 anni fa

Risolto


Sum of elements of a vector (★★★)
Given any vector x = [x1, x2, x3, ... xn], compute the sum of its elements. Thus, if x = [ 1 3 -2 5 ], then the sum of its el...

oltre 5 anni fa

Risolto


Median computation (★)
Given a vector of values, compute the median. The median is defined as the middle value in a set of *sorted* data. Thus, if ...

oltre 5 anni fa

Risolto


Variance computation (★)
Given a vector x with several values, compute the variance, whose formula is given by: <<https://i.imgur.com/Wg95KBE.gif>> ...

oltre 5 anni fa

Risolto


Mo money, mo math #2! (★★★)
(adapted from Prob 9 Cody team) You have a matrix for which each row is a person and the columns represent the number of quar...

oltre 5 anni fa

Risolto


find

oltre 5 anni fa

Risolto


find

oltre 5 anni fa

Risolto


find

oltre 5 anni fa

Risolto


find

oltre 5 anni fa

Risolto


find

oltre 5 anni fa

Risolto


find

oltre 5 anni fa

Risolto


Fibonacci Word
F1='0' F2='1' F3 is the catenation of the previous two. So, F3 = cat(F2,F1)='10'. similarly, F4 = cat(F3,F2...

oltre 5 anni fa

Risolto


Use a timetable to analyze a train timetable (Part 4)
You are analyzing a train timetable (you have some time to kill since you just missed your train!) What is the average daily tri...

oltre 5 anni fa

Risolto


PEMDAS test (★★)
Create the function that will return the following expression for x and y. <<https://i.ibb.co/RHWyzrv/Code-Cogs-Eqn-1.gif>> ...

oltre 5 anni fa

Risolto


Curve fitting (linear functions) & function handles
In this problem you are provided some raw data. You need to find a way of summarising the data with just a few parameters, so t...

oltre 5 anni fa

Risolto


find

oltre 5 anni fa

Risolto


divide by 5

oltre 5 anni fa

Carica altro