已解决


GPA
Math's credit is 5 and you got x | Physics's credit 7 and you got y what is your GPA

3 years 前

已解决


Matrix to column conversion
Given a matrix of any size, convert it into a column vector. e.g A=[10 20 30; 40 50 60] then, B = [10; 40; ...

3 years 前

已解决


Write a code that will follow the equation y = x * (x + x) * x.
If x = 5, y = 5 * (5+5) * 5 = 250

3 years 前

已解决


Unit conversion
Convert x degree Celsius to y degree Fahrenheit.

3 years 前

已解决


Mile to Kilometer
x is mile and y is km

3 years 前

已解决


Watt
Ampere x Volt = Watt

3 years 前

已解决


Bit to Gigabyte
1 bit = 1.25 × 10^-10 gigabytes | x is bit | y is gigabyte

3 years 前

已解决


Reverse CHECKBOX MATRIX with 69
Create a reverse checkbox matrix with '69'. Where the size is the input and output will be a square checkbox matrix. Exa...

3 years 前

已解决


Calculate the area of a circle
Given a circle of diameter x calculate its area

3 years 前

已解决


Check if number is a square number
Test if integer i is a square number. Return logical true if it is.

3 years 前

已解决


Convert Fahrenheit to Kelvin
Convert the value f in Fahrenheit to Kelvin

3 years 前

已解决


Log of a number
Write a script that will give the log of x as output.

3 years 前

已解决


ASCII code of a leter.
Given the letter, the output will show the corresponding ASCII code.

3 years 前

已解决


UICBioE240 2.2
Make a 3x4 matrix that contains all ones.

3 years 前

已解决


UICBioE240 problem 1.14
Solve 3^x = 17

3 years 前

已解决


UICBioE240 2.1
This will be useful later in the course, in conjunction to clc and clear all, what is the command to close all figure windows th...

3 years 前

已解决


UICBioE240 problem 1.4
So if A = [ 1 2 3; 4 5 6; 7 8 9] B = [ 3 3]

3 years 前

已解决


UICBioE240 2.8
Convert x number of hours into seconds.

3 years 前

已解决


UICBioE240 problem 1.3
Find the length of a vector. So if A = [1 1 1 1 1] Then B = 5

3 years 前

已解决


UICBioE240 problem 1.5
Find the size of the matrix, then multiply both values by 10 and make it into a column vector. So if A = [ 1 2 3; ...

3 years 前

已解决


UICBioE240 2.10
Given a vector of numbers, give the difference between the maximum and minimum values.

3 years 前

已解决


UICBioE240 problem 1.2
Convert a column vector into a row vector. So if A = [1; 2; 3] Then B = [ 1 2 3]

3 years 前

已解决


UICBioE240 2.3
Make a 4D matrix of 4x4x3x4 containing all zeros.

3 years 前

已解决


Sum of series IV
What is the sum of the following sequence: Σ(-1)^(k+1) (2k-1)^2 for k=1...n for different n?

3 years 前

已解决


surrounded matrix
With a given matrix A (size m x n) create a matrix B (size m+2 x n+2) so that the matrix A is surrounded by ones: A = [1 2 ...

3 years 前

已解决


Sum of series III
What is the sum of the following sequence: Σ(2k-1)^3 for k=1...n for different n?

3 years 前

已解决


Sum of series V
What is the sum of the following sequence: Σk(k+1) for k=1...n for different n?

3 years 前

已解决


Sum of series I
What is the sum of the following sequence: Σ(2k-1) for k=1...n for different n?

3 years 前

已解决


Tiling a matrix
Given a matrix and a number of columns, replicate matrix in a single row

3 years 前

加载更多