Estadística
4 Preguntas
0 Respuestas
12 Problemas
72 Soluciones
CLASIFICACIÓN
28.026
of 300.779
REPUTACIÓN
1
CONTRIBUCIONES
4 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
25.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.084
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
7.360
of 170.969
CONTRIBUCIONES
12 Problemas
72 Soluciones
PUNTUACIÓN
1.000
NÚMERO DE INSIGNIAS
7
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Problema
Log of a number
Write a script that will give the log of x as output.
más de 9 años hace | 1 | 167 solvers
Problema
Vector with a repeated entry
Create a row vector of length n, filled with 5's. For example, if n = 3, output = [4 4 4] Hint: Search for the function...
más de 9 años hace | 1 | 107 solvers
Problema
If you have matrix A, create matrix B using matrix A as an "element"
A = [1 2 3 4; 5 6 7 8] B = [1 2 3 4 1 2 3 4; 5 6 ...
más de 9 años hace | 1 | 127 solvers
Problema
Square root of a number
Write a code that will output the square root of x.
más de 9 años hace | 1 | 452 solvers
Problema
Unit conversion
Convert x degree Celsius to y degree Fahrenheit.
más de 9 años hace | 4 | 266 solvers
Problema
Annual Salary
What is the annual salary of Mr. Cody if he works 40 hours a week and gets $x per hour and a yearly bonus of $2000? (Let, 50 wee...
más de 9 años hace | 1 | 165 solvers
Resuelto
Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416
más de 9 años hace
Problema
Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416
más de 9 años hace | 5 | 586 solvers
Resuelto
Corresponding letter to ASCII code.
Given the letter, the output will show the corresponding ASCII code.
más de 9 años hace
Problema
Corresponding letter to ASCII code.
Given the letter, the output will show the corresponding ASCII code.
más de 9 años hace | 0 | 103 solvers
Resuelto
ASCII code of a leter.
Given the letter, the output will show the corresponding ASCII code.
más de 9 años hace
Problema
ASCII code of a leter.
Given the letter, the output will show the corresponding ASCII code.
más de 9 años hace | 0 | 102 solvers
Resuelto
ASCII Code
Using matlab, give the symbol that is associated with ASCii code 90.
más de 9 años hace
Problema
ASCII Code
Using matlab, give the symbol that is associated with ASCii code 90.
más de 9 años hace | 2 | 111 solvers
Resuelto
Write a code that will follow the equation y = x * (x + x) * x.
If x = 5, y = 5 * (5+5) * 5 = 250
más de 9 años hace
Problema
Write a code that will follow the equation y = x * (x + x) * x.
If x = 5, y = 5 * (5+5) * 5 = 250
más de 9 años hace | 4 | 355 solvers
Resuelto
Given the variable x as your input, multiply it by four, then divide it by two. Then put the result in y.
If x = 5, y = 4*5/2 = 10
más de 9 años hace
Problema
Given the variable x as your input, multiply it by four, then divide it by two. Then put the result in y.
If x = 5, y = 4*5/2 = 10
más de 9 años hace | 0 | 186 solvers
Resuelto
ASCii Code
Using matlab, give the symbol that is associated with ASCii code 122
más de 9 años hace
Resuelto
UICBioE240 problem 1.1
Remove the middle row from a matrix, assuming # of rows is odd. So if A = [ 1 2 3; 4 5 6; 7 8 9] the...
más de 9 años hace
Resuelto
UICBioE240 problem 1.5
Find the size of the matrix, then multiply both values by 10 and make it into a column vector. So if A = [ 1 2 3; ...
más de 9 años hace
Resuelto
UICBioE240 2.1
This will be useful later in the course, in conjunction to clc and clear all, what is the command to close all figure windows th...
más de 9 años hace
Resuelto
UICBioE240 problem 1.13
Compute the following - y = x^5/(x^-1) and y = (1-(1/x^5))^-1. Have the final answer of y to equal a 1 by 2 vector.
más de 9 años hace
Resuelto
Return the largest number that is adjacent to a zero
This example comes from Steve Eddins' blog: <http://blogs.mathworks.com/steve/2009/05/27/learning-lessons-from-a-one-liner/ Lear...
más de 10 años hace
Resuelto
Bullseye Matrix
Given n (always odd), return output a that has concentric rings of the numbers 1 through (n+1)/2 around the center point. Exampl...
más de 10 años hace
Resuelto
Return the first and last character of a string
Return the first and last character of a string, concatenated together. If there is only one character in the string, the functi...
más de 10 años hace
Resuelto
surface of a spherical planet
you just discovered its circumference, that is the input.
más de 10 años hace
Resuelto
Which values occur exactly three times?
Return a list of all values (sorted smallest to largest) that appear exactly three times in the input vector x. So if x = [1 2...
más de 10 años hace
Resuelto
Remove the vowels
Remove all the vowels in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill' Output s2 is 'Jck nd Jll wn...
más de 10 años hace






