Resuelto


EZ4

4 meses hace

Resuelto


EZ5
EZ5

4 meses hace

Resuelto


EZZ
EZZ

4 meses hace

Resuelto


EZ
EZ

4 meses hace

Resuelto


MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9

4 meses hace

Resuelto


MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8

4 meses hace

Resuelto


MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9

4 meses hace

Resuelto


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

4 meses hace

Resuelto


Matlab Basics - Rounding III
Write a script to round a large number to the nearest 10,000 e.g. x = 12,358,466,243 --> y = 12,358,470,000

4 meses 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

4 meses hace

Resuelto


Rounding off numbers to n decimals
Inspired by a mistake in one of the problems I created, I created this problem where you have to round off a floating point numb...

4 meses hace

Resuelto


Mass Conversion 1

4 meses hace

Resuelto


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

4 meses hace

Resuelto


Temperature Conversion 2

4 meses hace

Resuelto


Temperature Conversion 1

4 meses hace

Resuelto


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

4 meses hace

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

4 meses hace

Resuelto


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

4 meses hace

Resuelto


divide by 5

4 meses hace

Resuelto


Converts numbers into characters
Converts numbers into characters

4 meses hace

Resuelto


the average value of the elements
Calculate the average value of the elements in the array

4 meses hace

Resuelto


Double all elements in the array
Duplicate all elements in the array

4 meses hace

Resuelto


Find the max element of the array
Find the max element of the array

4 meses hace

Resuelto


to the 2 all elements
to the 2 all elements

4 meses hace

Resuelto


calculate the length of matrix
input 1 array, calculate the length

4 meses hace

Resuelto


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

4 meses hace

Resuelto


Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...

4 meses hace

Resuelto


radius of a spherical planet
You just measured its surface area, that is the input.

4 meses hace

Resuelto


Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle

4 meses hace

Resuelto


Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.

4 meses hace

Cargar más