Highphi
FAMU FSU College of Engineering
Followers: 0 Following: 0
B.S. in Mechanical Engineering. Masters in Industrial and Manufacturing Engineering
Estadística
2 Preguntas
13 Respuestas
1 Problema
318 Soluciones
CLASIFICACIÓN
2.017
of 295.495
REPUTACIÓN
31
CONTRIBUCIONES
2 Preguntas
13 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
5
CLASIFICACIÓN
of 20.240
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
346
of 153.991
CONTRIBUCIONES
1 Problema
318 Soluciones
PUNTUACIÓN
4.523
NÚMERO DE INSIGNIAS
24
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
the average value of the elements
Calculate the average value of the elements in the array
alrededor de 2 años hace
Resuelto
Duplicate each element of a vector.
for an n-dimensional vector x, the function should return another vector 2n-dimension which each element is repeated twice. Ex...
alrededor de 2 años hace
Resuelto
First non-zero element in each column
For a given matrix, calculate the index of the first non-zero element in each column. Assuming a column with all elements zero i...
alrededor de 2 años hace
Resuelto
Matlab Basics II - squares
Write a function that takes matrix A, and squares each element in the matrix example: A = [1 2 3] output = [1 4 9]
alrededor de 2 años hace
Resuelto
Matlab Basics - Rounding I
Write a script to round x DOWN to the next lowest integer: e.g. x = 2.3 --> x = 2 also: x = 2.7 --> x = 2
alrededor de 2 años hace
Resuelto
Matlab Basics II - Extract last 3 elements of a vector
Let x be a vector of unknown length, we are always interested in the last 3 numbers in the vector, write a function that gives t...
alrededor de 2 años hace
Resuelto
Counting down
Create a vector that counts from 450 to 200 in increments of 10.
alrededor de 2 años hace
Resuelto
Compare two input matrices
Check which input matrix has more elements. Return "1" if matrix A has more elements than matrix B. Otherwise return "0". Exa...
alrededor de 2 años hace
Resuelto
Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5
alrededor de 2 años hace
Resuelto
Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.
alrededor de 2 años hace
Resuelto
Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.
alrededor de 2 años hace
Resuelto
Back to basics 19 - character types
Covering some basic topics I haven't seen elsewhere on Cody. Return the number of punctuation characters in the input variabl...
alrededor de 2 años hace
Resuelto
Check to see if a Sudoku Puzzle is Solved
*Description:* Your task, should you choose to accept it, is to make a function that checks to see if a 9x9 matrix of integer...
alrededor de 2 años hace
Resuelto
Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<https://i.imgur.com/jlZDHhq.png>> Image courtesy of <http://up...
alrededor de 2 años hace
Resuelto
Is my wife right? Now with even more wrong husband
Again, as in "Is my wife right?" ( <http://www.mathworks.com/matlabcentral/cody/problems/149-is-my-wife-right> ), answer 'yes' r...
alrededor de 2 años hace
Resuelto
Sum the elements in either diagonal of a square matrix
Sum the elements of a square matrix that lie on either the major diagonal or anti-diagonal. (Include all elements that are part ...
alrededor de 2 años hace
Resuelto
Output any real number that is neither positive nor negative
Output any real number that is neither positive nor negative
alrededor de 2 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;...
alrededor de 2 años hace
Resuelto
Convert a given Character to its decimal equivalent value
Convert a given character to its decimal equivalent value according to the ascii table. if x = '!'; y = 33; if x = 'u'; ...
alrededor de 2 años hace
Resuelto
All capital?
Are all the letters in the input string capital letters? Examples: 'MNOP' -> 1 'MN0P' -> 0
alrededor de 2 años hace
Resuelto
Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.
alrededor de 2 años hace
Resuelto
Divisible by 10
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...
alrededor de 2 años hace
Resuelto
Sum of first n positive integers
Given n, find the sum of first n positive integers Example: If n=10, then x=1,2,3,4,5,6,7,8,9,10. The sum of these terms is 55
alrededor de 2 años hace
Resuelto
Divisible by 2
This is the first problem in a set of "divisible by x" problems. You will be provided a number as a string and the function you ...
alrededor de 2 años hace
Resuelto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
alrededor de 2 años hace
Resuelto
Matlab Basics II - Minimum
Write a function that returns the minimum of each ROW of a matrix x example: x = [1 2 3; 4 5 6]; output [1;4];
alrededor de 2 años hace
Resuelto
Area of a Square
Inside a square is a circle with radius r. What is the area of the square?
alrededor de 2 años hace