解決済み


Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.

約3年 前

解決済み


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

約3年 前

解決済み


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

約3年 前

解決済み


Find The area of the square
Given that the length of the side of a square is x, find the area.

約3年 前

解決済み


Sum of Squares
Given a vector v of length n, write a MATLAB function to calculate the sum of the squares of its elements.

約3年 前

解決済み


A times B
A times B

約3年 前

解決済み


Try 1.5.4: Celsius to Fahrenheit
Write a program to convert an input given in Celsius to Fahrenheit. Examples: Input celsiusValue = 100 Output fahrValu...

約3年 前

解決済み


Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.

約3年 前

解決済み


Convert Fahrenheit to Celsius
Calculate the Celsius temperature C given the Fahrenheit temperature F. Examples: Input F = 90 Output C is 32.22 I...

約3年 前

解決済み


Calculate the square root
Given an input integer x, calculate the square root without using the sqrt function.

約3年 前

解決済み


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

約3年 前

解決済み


Array of Ones
Create a 100 X 100 array of ones.

約3年 前

解決済み


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

約3年 前

解決済み


Max of a Vector
Write a function to return the max of a vector

約3年 前

解決済み


given 3 sides, find area of this triangle
1:3 -> 0; 3:5 -> 6

約3年 前

解決済み


What is Sum Of all elements of Matrix
Given the matrix x, return the sum of all elements of matrix. Example: Input x = [ 1 2 0 0 0 0 6 9 3 3 ] ...

約3年 前

解決済み


Find out value of sine given by degree.
Find out value of sine given by degree. If theta=30, it's value must be 0.5.

約3年 前

解決済み


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

約3年 前

解決済み


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

約3年 前

解決済み


Area of rhombus
Calculate the rhombus area

約3年 前

解決済み


Box!
Given a box, find the volume of the cube. With each side = a.

約3年 前

解決済み


Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...

約3年 前

解決済み


Is my wife right?
Regardless of input, output the string 'yes'.

約3年 前

解決済み


Functions For Points
Use this fucntion to earn some free points! function y = your_fcn_name(x) y = x^2 + 5; end

約3年 前

解決済み


Function(1)
Use this function for some points (free) function y = your_fcn_name(x) y = x^2 + 2; end

約3年 前

解決済み


Find max
Find the maximum value of a given vector or matrix.

約3年 前

解決済み


Square root of a number
Write a code that will output the square root of x.

約3年 前

解決済み


COMPSC 200 help
Use this problem to earn some free points towards your 1,000. Just hit submit! function y = your_fcn_name(x) y = x^2 + 50; e...

約3年 前

解決済み


Freebies anyone? No!!!!
Feel free to copy paste all the tests and voila you solved the problem

約3年 前

解決済み


Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.

約3年 前

さらに読み込む