Resuelto


Convert Angstrom to Meters
Write a code that converts the angstrom unit to meters.(A is angstrom and m is meters.)

más de 3 años hace

Resuelto


Area of square
Find the area of a square whose diagonal length is given as x.

más de 3 años hace

Resuelto


Replace 0 indices in array with 1's
Take a incoming vector, and replace 0's with ones

más de 3 años hace

Resuelto


Power Numbers
Find the n-th power of m.

más de 3 años hace

Resuelto


UICBioE240 2.8
Convert x number of hours into seconds.

más de 3 años hace

Resuelto


Saving MATLAB session to a file
How to save MATLAB session to a file?

más de 3 años hace

Resuelto


Spherical Volume
Calculate the volume of a sphere.

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


Sum sum!!!
Sum the numbers from 1 to n

más de 3 años hace

Resuelto


Round to nearest integer

más de 3 años hace

Resuelto


Odd row
Create a row 'y' with odd numbers where the potential maximum number is given by 'x' and the space between them by 'm'. The firs...

más de 3 años hace

Resuelto


Numbers spiral diagonals (Part 1)
Inspired by Project Euler n°28 et 58. A n x n spiral matrix is obtained by starting with the number 1 and moving to the right...

más de 3 años hace

Resuelto


Round2 Three Times Fight!
Your function should round the numbers then multyply them by 2 then repeat them three times

más de 3 años hace

Resuelto


Multiplos 7
Escreva um programa que mostre todos os números entre 5 e 100 que são divisíveis por 7, mas não são múltiplos de 5. Os números o...

más de 3 años hace

Resuelto


Maior Primo
Dado um valor inteiro N, qual o maior valor primo <= N MaiorPrimo(5) = 5; MaiorPrimo(10) = 7;

más de 3 años hace

Resuelto


Convert a vector into a number
This is a sub problem related to this problem: <http://www.mathworks.com/matlabcentral/cody/problems/621-cryptomath-addition>...

más de 3 años hace

Resuelto


Distancia Vetores
Dados dois vetores a = (x1, y1) e b = (x2, y2). Calcule a distância entre os vetores e verifique se estão perto (distancia < 10)...

más de 3 años hace

Resuelto


Total energy

más de 3 años hace

Resuelto


Potential energy calculation

más de 3 años hace

Resuelto


Kinetic energy calculation

más de 3 años hace

Resuelto


Laws of motion 1

más de 3 años hace

Resuelto


Laws of motion 2

más de 3 años hace

Resuelto


Laws of motion 3

más de 3 años hace

Resuelto


Squares inside a square!

más de 3 años hace

Resuelto


Flow rate in a pipe

más de 3 años hace

Resuelto


Caracteres Unicos
Dada uma string, verifique se a string é composta de caracteres únicos, ou seja, nenhuma letra se repete. Retorne true ou false;...

más de 3 años hace

Resuelto


Fun with matrix
Design a sample matrix as given in the test cases

más de 3 años hace

Resuelto


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

más de 3 años hace

Resuelto


Laws of motion 5

más de 3 años hace

Cargar más