Resuelto


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

casi 6 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 6 años hace

Resuelto


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

casi 6 años hace

Resuelto


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

casi 6 años hace

Resuelto


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

casi 6 años hace

Resuelto


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

casi 6 años hace

Resuelto


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

casi 6 años hace

Resuelto


Convert given decimal number to binary number.
Convert given decimal number to binary number. Example x=10, then answer must be 1010.

casi 6 años hace

Resuelto


Converting binary to decimals
Convert binary to decimals. Example: 010111 = 23. 110000 = 48.

casi 6 años hace

Resuelto


Calculate the square of a number (Super Easy)
The goal is to calculate the square (y) of a number (x). Good way to start MatLab for beginners.

casi 6 años hace

Resuelto


Matrix for beginners
Multiply x and y elemwise.

casi 6 años hace

Resuelto


equations

casi 6 años hace

Resuelto


tan

casi 6 años hace

Resuelto


find

casi 6 años hace

Resuelto


round your answer

casi 6 años hace

Resuelto


what is the right angle

casi 6 años hace

Resuelto


Vrms

casi 6 años hace

Resuelto


multiply

casi 6 años hace

Resuelto


from binary to analog

casi 6 años hace

Resuelto


calculate RMS voltage
given peak to peak voltage, calculate rms voltage

casi 6 años hace

Resuelto


find

casi 6 años hace

Resuelto


find

casi 6 años hace

Resuelto


i have forgotten the variables!

casi 6 años hace

Resuelto


calculate the answer

casi 6 años hace

Resuelto


area

casi 6 años hace

Resuelto


root

casi 6 años hace

Resuelto


Calculate Voltage

casi 6 años hace

Resuelto


Project Euler: Problem 3, Largest prime factor
The prime factors of 13195 are 5, 7, 13 and 29. What is the largest prime factor of the number being input, input might be ui...

casi 6 años hace

Resuelto


Project Euler: Problem 1, Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23...

casi 6 años hace

Resuelto


Determine the nth term of the sequence

casi 6 años hace

Cargar más