Risolto


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

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


Add two numbers
Add two numbers (For beginners)

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


Multiply pi
Multiply pi with x!

circa 5 anni fa

Risolto


Return multiples of 3

circa 5 anni fa

Risolto


Row avg

circa 5 anni fa

Risolto


Row sum

circa 5 anni fa

Risolto


Swap rows

circa 5 anni fa

Risolto


Insert zeros

circa 5 anni fa

Risolto


Insert zeros II

circa 5 anni fa

Risolto


Learn MATLAB

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


Learn MATLAB

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


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];

circa 5 anni fa

Risolto


Learn MATLAB

circa 5 anni fa

Risolto


Learn MATLAB

circa 5 anni fa

Risolto


Learn MATLAB

circa 5 anni fa

Risolto


Learn MATLAB

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


Learn MATLAB

circa 5 anni fa

Risolto


Learn MATLAB

circa 5 anni fa

Risolto


Learn MATLAB

circa 5 anni fa

Carica altro