The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".
Transpose the Matrix
Transpose the given matrix, e.g. x=[a b;c d]
transpose of x = [a c;b d]
2年弱 前
解決済み
Calculate Resistance 2
In this problem, you have to calculate Resistance R of a linear conductor having voltage V across it and current I is passing i...
2年弱 前
解決済み
Calculate Resistance
Calculate Resistance R of a linear conductor having resistivity p, length l and area A
2年弱 前
解決済み
Sum Sum Sum!
Calculate the sum of the natural numbers from 1 to n
2年弱 前
解決済み
true or false
if the matrix has a zero, return true. else, return false
2年弱 前
解決済み
'Determine if array of numbers is odd'
Return true if the input single number is odd. If the input is a vector, it will return a vector or array of logical values indi...
2年弱 前
解決済み
0<=x<=pi?
Check whether the given angle is between zero and pi.
Return logical true or false.
2年弱 前
解決済み
The great 82-year-old
Let's answer the question below;
'I am *x* years old and I have never written programs.
If I study from now, will I be able ...
Beginner's Problem - Squaring
Try out this test problem first.
Given the variable x as your input, square it by two and put the result in y.
Examples:
...
2年弱 前
解決済み
What number has this problem?
This problem is added because it is problem number *???* in the "Community" problems section.
<http://www.mathworks.de/matlab...