Find index of non empty cell array
This question aims to understand the characteristics of MATLAB programs. Educational problem.
Please find non empty index of ...
3 years ago
Solved
Count trailing zeros in a primorial
<https://www.mathworks.com/matlabcentral/cody/problems/44068-the-number-of-trailing-zero-digit-of-a-factorial Cody Problem 44068...
¿Es una función exponencial?
Crea una función que permita analizar si los datos dados por el usuario ( *x* e *y*) se relacionan por medio de una función expo...
3 years ago
Solved
Simple Interest : Calculate Present Value
Theorem : Simple Interest
where;
F : Future Value
P : Present Value
r : Annual simple interest rate (decimal)
t : Time in...
3 years ago
Solved
Find the sequence
Find the nth number of a sequence. Check the test suite to determine the sequence.
* hint: it is closely related to familiar ...
3 years ago
Solved
Find the standard deviation of an array
given an array, find it's standard deviation without using the std() function. Use sample formula (n-1) for standard deviation a...