
goc3
Materials Scientist / Metallurgist / Mechanical Engineer
MATLAB, HTML, CSS
Professional Interests:
App Building, Material Sciences, Statistics, Mechanical Engineering, Metals, Materials and Mining
Statistiques
RANG
2 553
of 279 822
RÉPUTATION
19
CONTRIBUTIONS
5 Questions
5 Réponses
ACCEPTATION DE VOS RÉPONSES
20.0%
VOTES REÇUS
7
RANG
of 18 772
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
6 Points forts
NOMBRE MOYEN DE LIKES
3
Content Feed

Poll
On the main computer you use for MATLAB, how much RAM is installed?
environ un mois il y a | 6606 votes | 4 comments


Poll
For your Simulink work, do you use Projects (.prj files)?
environ un mois il y a | 849 votes | 0 comments

Poll
For your MATLAB work, do you use Projects (.prj files)?
environ un mois il y a | 1636 votes | 2 comments
A résolu
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...
environ un mois il y a
A résolu
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...
environ un mois il y a
A résolu
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 ...
environ un mois il y a
A résolu
Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.
environ un mois il y a
A résolu
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 ...
environ un mois il y a
A résolu
Calculate BMI
Given weight in kgs and height in metres, calculate body mass index
environ un mois il y a
A résolu
Who is using Cody?
Return your 'username' as char vector. Hint: no personal info are revealed, just use basic commands (not only Matlab).
environ un mois il y a
A résolu
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...
environ un mois il y a
A résolu
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...
environ un mois il y a
A résolu
Write a function to compute the area of a rectangle given its width and height
environ un mois il y a
A résolu
Armstrong Number
Write a function name armstrong_check that checks whether the given input is an Armstrong Number or not. It returns logical True...
environ un mois il y a
A résolu
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...
environ un mois il y a
A résolu
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'; ...
environ un mois il y a
A résolu
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...
environ un mois il y a
A résolu
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...
environ un mois il y a
A résolu
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...
environ un mois il y a
A résolu
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...
environ un mois il y a
A résolu
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...
environ un mois il y a
A résolu
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 ,...
environ un mois il y a
A résolu
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...
environ un mois il y a
A résolu
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...
environ un mois il y a
A résolu
Find alternating sum
Given an array, find alternating sum i.e. – y = x (1) – x (2) + x (3) – x (4) + x (5) - …
environ un mois il y a
A résolu
Extract the prime numbers
Given a list of elements, extract the prime numbers from that array.
environ un mois il y a
A résolu
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...
environ un mois il y a
A résolu
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...
environ un mois il y a