
goc3
Materials Scientist / Metallurgist / Mechanical Engineer
MATLAB, HTML, CSS
Professional Interests:
App Building, Material Sciences, Statistics, Mechanical Engineering, Metals, Materials and Mining
Statistiche
RANK
2.555
of 277.739
REPUTAZIONE
19
CONTRIBUTI
5 Domande
5 Risposte
ACCETTAZIONE DELLE RISPOSTE
20.0%
VOTI RICEVUTI
7
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
6 Punti principali
NUMERO MEDIO DI LIKE
3
Content Feed

Poll
On the main computer you use for MATLAB, how much RAM is installed?
circa un mese fa | 7968 votes | 4 comments


Poll
For your Simulink work, do you use Projects (.prj files)?
circa un mese fa | 1061 votes | 0 comments

Poll
For your MATLAB work, do you use Projects (.prj files)?
circa un mese fa | 1989 votes | 3 comments
Risolto
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...
circa 2 mesi fa
Risolto
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...
circa 2 mesi fa
Risolto
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 ...
circa 2 mesi fa
Risolto
Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.
circa 2 mesi fa
Risolto
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 ...
circa 2 mesi fa
Risolto
Calculate BMI
Given weight in kgs and height in metres, calculate body mass index
circa 2 mesi fa
Risolto
Who is using Cody?
Return your 'username' as char vector. Hint: no personal info are revealed, just use basic commands (not only Matlab).
circa 2 mesi fa
Risolto
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...
circa 2 mesi fa
Risolto
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...
circa 2 mesi fa
Risolto
Write a function to compute the area of a rectangle given its width and height
circa 2 mesi fa
Risolto
Armstrong Number
Write a function name armstrong_check that checks whether the given input is an Armstrong Number or not. It returns logical True...
circa 2 mesi fa
Risolto
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...
circa 2 mesi fa
Risolto
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'; ...
circa 2 mesi fa
Risolto
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...
circa 2 mesi fa
Risolto
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...
circa 2 mesi fa
Risolto
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...
circa 2 mesi fa
Risolto
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...
circa 2 mesi fa
Risolto
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...
circa 2 mesi fa
Risolto
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 ,...
circa 2 mesi fa
Risolto
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...
circa 2 mesi fa
Risolto
Play with array Min-Max
An array is provided. For example, a= [ 2,1,11,4,5,13] Create an array from a like this way, out= [ 1,11,2,13,4,5] ➢ 1st take...
circa 2 mesi fa
Risolto
Find alternating sum
Given an array, find alternating sum i.e. – y = x (1) – x (2) + x (3) – x (4) + x (5) - …
circa 2 mesi fa
Risolto
Extract the prime numbers
Given a list of elements, extract the prime numbers from that array.
circa 2 mesi fa
Risolto
Compute the area of the shoemaker’s knife
A shape resembling a shoemaker’s knife is constructed from a semicircle with diameter with two semicircular “bites” of diameter...
circa 2 mesi fa
Risolto
An array is given that contains the marks. Find out the highest 3 marks
An array is given that contains the marks received by a group of students in their class test. Find out the highest 3 marks rec...
circa 2 mesi fa