Find my secret function III
only write a function gives you an outputs as
expls:
input: x=2 ------->>> Output: Y=1
input: x=100 ------->>> Output: Y=...
Getting the indices from a vector
This is a basic MATLAB operation. It is for instructional purposes.
---
You may already know how to <http://www.mathworks....
9 years ago
Solved
Percentage profit
If you are buying at x dollar, what will be the selling price for making the r% profit?
9 years ago
Problem
Find my secret function II
If give my function a x value it will give me a y value, so find the secret of it:
Examples:
input x=23 ---- >>> output y=1...
9 years ago | 1 | 25 solvers
Problem
Find my secret function I
If give my function a x value it will give me a y value, so find the secret of it:
Examples:
input x=[2 5 6 8 9] ---- >>> o...