
goc3
Materials Scientist / Metallurgist / Mechanical Engineer
MATLAB, HTML, CSS
Professional Interests:
App Building, Material Sciences, Statistics, Mechanical Engineering, Metals, Materials and Mining
Estadísticas
6 Preguntas
6 Respuestas
141 Problemas
3715 Soluciones
CLASIFICACIÓN
2.456
of 281.880
REPUTACIÓN
21
CONTRIBUCIONES
6 Preguntas
6 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
8
CLASIFICACIÓN
of 19.064
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
3
of 134.248
CONTRIBUCIONES
141 Problemas
3715 Soluciones
PUNTUACIÓN
49.021
NÚMERO DE INSIGNIAS
192
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
7 Temas destacados
MEDIA DE ME GUSTA
3
Content Feed
Resuelto
Find MPG of Lightest Cars
The file cars.mat contains a table named cars with variables Model, MPG, Horsepower, Weight, and Acceleration for several classi...
6 días hace
Custom UI Components are removed from re-opened app file
I believe I figured out the problem. While creating another component, I configured it for use in apps at the beginning and repe...
2 meses hace | 0
| aceptada
Pregunta
Custom UI Components are removed from re-opened app file
Custom UI Components that I have created work as expected in an app (.mlapp) file. However, after closing the app file, upon reo...
2 meses hace | 1 respuesta | 0
1
respuesta
Poll
I use MATLAB on x setups. (work, home; laptop, tablet; local installation, online; etc.)
3 meses hace | 1643 votes | 1 comments
Resuelto
Return fibonacci sequence do not use loop and condition version 2
Calculate the nth Fibonacci number,return sequence Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... ...
4 meses hace

Poll
On the main computer you use for MATLAB, how much RAM is installed?
5 meses hace | 15925 votes | 9 comments


Poll
For your Simulink work, do you use Projects (.prj files)?
5 meses hace | 2443 votes | 1 comments

Resuelto
Golomb's self-describing sequence (based on Euler 341)
The Golomb's self-describing sequence {G(n)} is the only nondecreasing sequence of natural numbers such that n appears exactly G...
5 meses hace
Resuelto
Beauty of Parentheses
Given a string consisting of closed parentheses, form a string array in the following way so that the orders of these parenthese...
5 meses hace
Resuelto
Return a list sorted by number of consecutive occurrences
Inspired by Problem 38 by Cody Team. Given a vector x, return a vector y of the values in x sorted by the number of CONSECUTIVE ...
5 meses hace
Resuelto
Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.
5 meses hace
Resuelto
Coefficient of Sliding Friction
A weight of W1 N rests on a horizontal plane. The plane is gradually inclined until at an angle θ = Ao with the horizontal, the ...
5 meses hace
Resuelto
Calculate BMI
Given weight in kgs and height in metres, calculate body mass index
5 meses hace
Resuelto
Who is using Cody?
Return your 'username' as char vector. Hint: no personal info are revealed, just use basic commands (not only Matlab).
5 meses hace
Resuelto
Find gradient of a numeric data which has same size as the existing vector.
**** Refer matlab documentation about finding gradient **** Convert the entire gradient vector to least integer form. (Probably...
5 meses hace
Resuelto
Identify de Polignac numbers
The numbers 125 and 329 can be written as the sum of a prime and a power of 2. For example, , and . The numbers 127 and 331, whi...
5 meses hace
Resuelto
Write a function to compute the area of a rectangle given its width and height
5 meses hace
Resuelto
Armstrong Number
Write a function name armstrong_check that checks whether the given input is an Armstrong Number or not. It returns logical True...
5 meses hace
Resuelto
Zero finder
Write a function named 'zero_finder' that takes a matrix as input and returns the row index of the last zero for each for each c...
5 meses hace
Resuelto
Buzz
Dado um número inteiro n, retorne 'buzz' se esse valor for multiplo de 5, ou retorne o valor caso contrario. Buzz(5) = 'buzz'; ...
5 meses hace
Resuelto
Repeat a string (not a character array)
True string are a relatively recent addition to MATLAB, first having been available in R2016. Strings contrast with character ar...
5 meses hace
Resuelto
Compare a value to a vector
Given a random value X and a random vector Y. you have to compare X to the Vector Y and make a decision. case 1: X is a value i...
5 meses hace
Resuelto
Generate Hadamard Matrix without using hadamard function
In mathematics, a Hadamard matrix, named after the French mathematician Jacques Hadamard, is a square matrix whose entries are e...
5 meses hace
Resuelto
Median filter over three values
Implement 1-D median filter over input vector x as described: Moving window size is 3 Output is middle/central value in moving...
5 meses hace
Resuelto
About jokes (and compression)
An argument can be made about jokes. The shorter they are, the funnier. Further explained here: https://en.wikipedia.org/wiki/Hu...
5 meses hace
Resuelto
An array is given. Find the unique elements of the array. [keep the sequence unchanged]
An array is given. Find the unique elements of the array. [keep the sequence unchanged] For example if input x=[2 ,4 , 9 ,2 ,...
5 meses hace
Resuelto
Given a matrix X, manipulate it accordingly
Given a matrix X, 1st add a column to the matrix whose elements are the summation of each rows. Then add a row to the matrix who...
5 meses hace