
Python, C++, C, Java, C#, Javascript, R, MATLAB, SQL, HTML, CSS, Arduino, Shell, Assembly, VHDL, Visual Basic
Spoken Languages:
English
Pronouns:
He/him
Estadística
CLASIFICACIÓN
161
of 297.560
REPUTACIÓN
708
CONTRIBUCIONES
0 Preguntas
556 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
68
CLASIFICACIÓN
19.316 of 20.456
REPUTACIÓN
0
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
1 Archivo
DESCARGAS
4
ALL TIME DESCARGAS
4
CLASIFICACIÓN
501
of 159.148
CONTRIBUCIONES
0 Problemas
315 Soluciones
PUNTUACIÓN
3.546
NÚMERO DE INSIGNIAS
10
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...
7 meses hace
Resuelto
Flipping
Write code that can reverse the vector without using any sort of loop. Example Given the input vector A = [ 1 2 3 4 5...
7 meses hace
Resuelto
Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...
7 meses hace
Resuelto
Calculate the derivative of a polynomial
Example: in = [ 1 1 1 ] out = [ 2 1 ]
7 meses hace
Resuelto
Calculate the integral of the polynomial
for e.g. in = [3 2 1] out = [1 1 1 0]
7 meses hace
Resuelto
Square Diagonal
If n is the given number, then make a diagonal matrix of size 2*2 with the square of that number.
7 meses hace
Resuelto
ASCii Code
Using matlab, give the symbol that is associated with ASCii code 122
8 meses hace
Resuelto
Is My Wife Wrong?
Answer the question. (see also <http://www.mathworks.com/matlabcentral/cody/problems/149-is-my-wife-right Problem 149: Is my ...
8 meses hace
Resuelto
Calculate distance travelled when given radius and rotations
When given radius of wheel and number of rotations calculate total distance travelled consider pi=3.14
8 meses hace
Resuelto
Rosenbrock's Banana Function and its derivatives
Write a function to return the value of <http://en.wikipedia.org/wiki/Rosenbrock_function Rosenbrock's two-dimensional banana fu...
8 meses hace
Resuelto
Stress-Strain Properties - 5
Similar to the previous problem, materials may be characterized by their stiffness-to-weight ratio, which is the elastic modulus...
8 meses hace
Resuelto
Stress-Strain Properties - 4
A common measure of the ability of a material to carry load per unit mass is termed strength-to-weight ratio and is calculated b...
8 meses hace
Resuelto
Stress-Strain Properties - 3
A brittle material will not exhibit a yield point. In other words, the yield point and failure point coincide. In such cases, th...
8 meses hace
Resuelto
Stress-Strain Properties - 2
The resilience of a material is its ability to resist permanent (or plastic) deformation. The resilience coincides with the elas...
8 meses hace
Resuelto
Stress-Strain Properties - 1
This is the first in a series of problems regarding mechanics of materials, in particular, material properties drawn from stress...
8 meses hace
Resuelto
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 ] ...
8 meses hace
Resuelto
Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.
8 meses hace
Resuelto
Arrange vector in ascending order
Arrange a given vector in ascending order. input = [4 5 1 2 9]; output = [1 2 4 5 9];
8 meses hace
Resuelto
Matlab Basics II - Intervals
Write a function that takes an interval from a to b, and divides it into 5 parts example: a = 1, b = 2 output = 1 1.25 ...
8 meses hace