Resuelto


only add 1
add 1

casi 10 años hace

Resuelto


multiply 3 by 3
x=3 y=3*x

casi 10 años hace

Resuelto


add 1050
just add 1050

casi 10 años hace

Resuelto


add 1052
just add 1052

casi 10 años hace

Resuelto


just solved
solved given x answer y must be x+2*3/6

casi 10 años hace

Resuelto


only add 100
add 100

casi 10 años hace

Resuelto


only add 50
add 50

casi 10 años hace

Resuelto


add 1
given x, y should be 1 greater than the input.

casi 10 años hace

Resuelto


Return area of square
Side of square=input=a Area=output=b

casi 10 años hace

Resuelto


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

casi 10 años hace

Resuelto


Matlab Basics II - squares
Write a function that takes matrix A, and squares each element in the matrix example: A = [1 2 3] output = [1 4 9]

casi 10 años hace

Resuelto


Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.

casi 10 años hace

Resuelto


square number
Square a number

casi 10 años hace

Resuelto


Square a Number
Given an input x, return y, which is equal to the square of x.

casi 10 años hace

Resuelto


Calculate square and cube of number
Calculate square and cube of number x

casi 10 años hace

Resuelto


Square the input
Given a scalar or vector x, return the square of each element. Example x = [7 2] answer = [49 4]

casi 10 años hace

Resuelto


square root
Find the square root (y) of an input (x).

casi 10 años hace

Resuelto


Square Diagonal
If n is the given number, then make a diagonal matrix of size 2*2 with the square of that number.

casi 10 años hace

Resuelto


Matlab Basics - Assigning Variables
Assign different types of data to variables: integer, double, and strings Example: A is a double, for example 2.34 B is a...

casi 10 años hace

Resuelto


Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.

casi 10 años hace

Resuelto


Saving MATLAB session to a file
How to save MATLAB session to a file?

casi 10 años hace

Resuelto


Matlab Basics - Logical Tests I
Write a script to test whether a year number is for a leap year or not. eg. x = 1884 output = 1 eg. x = 3 output = 0

casi 10 años hace

Resuelto


Matlab Basics II - Count rows in a matrix
Write a function that returns that number of rows in a vector or matrix x example: x = [1; 2; 3] output = 3

casi 10 años hace

Resuelto


Replacing a row
For matrix G=[1 2 3; 4 5 6; 7 8 9] Replace the 2nd row with 8s **remember to create matrix G

casi 10 años hace

Resuelto


Sudoku square
We have a small Sudoku square, but one number is missing. x = [ 1 5 4 8 6 3 0 9 7 ] Make a function, wher...

casi 10 años hace

Resuelto


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

casi 10 años hace

Resuelto


Matlab Basics II - Free Fall
An object freely falling from rest under gravity covers a distance x given by: x = 1/2 gt^2 write a function that calculat...

casi 10 años hace

Resuelto


Matlab Basics - Rounding II
Write a script to round a variable x to 3 decimal places: e.g. x = 2.3456 --> y = 2.346

casi 10 años hace

Resuelto


ASCii Code
Using Matlab get the ASCii for '?'

casi 10 años hace

Resuelto


Matlab Basics - Create a row vector
Write a Matlab script to create a row vector of 10 consecutive numbers x = [1 2 3 4 5 6 7 8 9 10]

casi 10 años hace

Cargar más