解決済み


Sum of the Matrix Elements
Add up all the elements in a NxM matrix where N signifies the number of the rows and M signifies the number of the columns. E...

約5年 前

解決済み


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".

約5年 前

解決済み


Find out sum of all elements of given Matrix
Find out sum of all elements of given Matrix A=[1 2 3;4 5 6 ;7 8 9]; Answer must be: 45 *If you like this problem, pl...

約5年 前

解決済み


sum of first 'n' terms
Given n=10, find the sum of first 'n' terms Example: If n=10, then x=1,2,3,4,5,6,7,8,9,10. The sum of these n=10 terms is 55...

約5年 前

解決済み


Min of a Matrix
Return the minimum value in the given matrix.

約5年 前

解決済み


Add two numbers
Add two numbers (For beginners)

約5年 前

解決済み


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

約5年 前

解決済み


Multiply pi
Multiply pi with x!

約5年 前

解決済み


Return multiples of 3

約5年 前

解決済み


Row avg

約5年 前

解決済み


Row sum

約5年 前

解決済み


Swap rows

約5年 前

解決済み


Insert zeros

約5年 前

解決済み


Insert zeros II

約5年 前

解決済み


Learn MATLAB

約5年 前

解決済み


Mid-term report
You just got your mid-term report, but it's full of ones and twos :(. So before you give it to your parents, you change it, in o...

約5年 前

解決済み


Learn MATLAB

約5年 前

解決済み


Area of a circle
Find the value for area of the circle if diameter is given

約5年 前

解決済み


only input
Return the output without writing any code into the function.

約5年 前

解決済み


Given area find sides
In a right angle triangle given area 'A' one arm=x, another arm=2x then find the value of x. For example, area A=400 then ...

約5年 前

解決済み


Who is the smartest MATLAB programmer?
Who is the smartest MATLAB programmer? Examples: Input x = 'Is it Obama?' Output = 'Me!' Input x = 'Who ?' Ou...

約5年 前

解決済み


Matlab Basics II - Minimum
Write a function that returns the minimum of each ROW of a matrix x example: x = [1 2 3; 4 5 6]; output [1;4];

約5年 前

解決済み


Learn MATLAB

約5年 前

解決済み


Learn MATLAB

約5年 前

解決済み


Learn MATLAB

約5年 前

解決済み


Learn MATLAB

約5年 前

解決済み


Find Factrorial without using built-in function
A number is given, you have to find the factorial of the number without using built-in factroial function. You may use loops....

約5年 前

解決済み


Learn MATLAB

約5年 前

解決済み


Learn MATLAB

約5年 前

解決済み


Learn MATLAB

約5年 前

さらに読み込む