已解决


04 - Scalar Equations 3
Define the variables a, b, and c: <<http://samle.dk/STTBDP/Assignment1_4-a.png>> <<http://samle.dk/STTBDP/Assignment1_4-b....

4 months 前

已解决


Create a two dimensional zero matrix
You have to create a zero matrix of size (mxn) whose inputs are m and n and the elements of your matrix should be zeros. Exam...

4 months 前

已解决


Matlab Basics - y as a function of x
Write a function to calculate y as a function of x, such that y = 6x^2 + 5x - 2

4 months 前

已解决


Draw a '7' in a zero matrix!

4 months 前

已解决


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

4 months 前

已解决


Is it a number?
Determine if input is numeric. If it is,output is 1; if it is not, output is 0.

4 months 前

已解决


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

4 months 前

已解决


Vectors counting by 2
Create a vector numbers from 7 to 15 in increments of 2

4 months 前

已解决


find the maximum element of the matrix
for e.g x = [1 2; 3 4] y = 4

4 months 前

已解决


Make a 1 hot vector
Make a vector of length _N_ that consists of all zeros except at index _k_, where it has the value 1. Example: Input ...

4 months 前

已解决


y equals x divided by 2
function y = x/2

4 months 前

已解决


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

4 months 前

已解决


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

4 months 前

已解决


Check that number is whole number
Check that number is whole number Say x=15, then answer is 1. x=15.2 , then answer is 0. http://en.wikipedia.org/wiki/Whole_numb...

5 months 前

已解决


Back to basics 15 - classes
Covering some basic topics I haven't seen elsewhere on Cody. Return the class of the input variable.

5 months 前

已解决


04 - Scalar Equations 2
Define the variables a and b: <<http://samle.dk/STTBDP/Assignment1_4-a.png>> <<http://samle.dk/STTBDP/Assignment1_4-b.png>...

5 months 前

已解决


Temperature conversion
Convert temperature in degrees Celsius (C) to temperature in degrees Kelvin (K). Assume your answer is rounded to the nearest Ke...

5 months 前

已解决


Reverse a matrix
Its simple. You have to reverse a given matrix.

5 months 前

已解决


Transpose
Write a MATLAB script in order to convert a random length row vector (v) into a column vector.

5 months 前

已解决


Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area

5 months 前

已解决


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 months 前

已解决


Find the dimensions of a matrix
Just find the number of columns of the given matrix. Example x = [1 2 3 4 5 6] y = 2

5 months 前

已解决


Convert yards to feet
The goal of this script is to convert a value given in yards to feet.

5 months 前

已解决


Wind Chill Computation
On a windy day, a temperature of 15 degrees may feel colder, perhaps 7 degrees. The formula below calculates the "wind chill," i...

5 months 前

已解决


find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y

5 months 前

已解决


02 - Vector Variables 4
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_2d.png>> (Logarithmically spaced numbers between 1 and 1...

5 months 前

已解决


The Answer to Life, the Universe, and Everything
A variation of a previous Hitchhiker's Guide to the Galaxy problem. *Inputs:* Life, the Universe, and Everything *Output:*...

5 months 前

已解决


All your base are belong to us
Find the base _b_ logarithm of the input decimal number _x_. Express the output as a decimal number. The first argument is the n...

5 months 前

已解决


04 - Scalar Equations 1
Define the variable a: <<http://samle.dk/STTBDP/Assignment1_4-a.png>> Use this to calculate x: <<http://samle.dk/STTBD...

5 months 前

已解决


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

5 months 前

加载更多