matlab indian players
answer is one of the indian matlab player(just for fun dont take serious)
3年以上 前
解決済み
kmph to mps
convert kilometer per hour to meter per second
3年以上 前
解決済み
Min of a Matrix
Return the minimum value in the given matrix.
3年以上 前
解決済み
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...
3年以上 前
解決済み
What number has this problem?
This problem is added because it is problem number *???* in the "Community" problems section.
<http://www.mathworks.de/matlab...
3年以上 前
解決済み
Return 'on' or 'off'
When the input is true, return 'on', otherwise, return 'off'.
Who knows the last digit of pi?
There is only one man who knows the last digit of pi, who is that man?
Give the name of that man, who, by popular believe, can ...
3年以上 前
解決済み
Find the hypotenuse
Given a and b (the two sides of a right-triangle), find c, the hypotenuse.
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....
3年以上 前
解決済み
Do you like your boss?
Do you like your boss?
Answer can be any string!
For example:
Boss = 'Do you like your boss?';
Output = 'yes'
or
...