Community Profile

photo

goc3


Last seen: Today|Active since 2014

Materials Scientist / Metallurgist / Mechanical Engineer

Programming Languages:
MATLAB, HTML, CSS
Professional Interests:
App Building, Statistics, Material Sciences, Mechanical Engineering, Metals, Materials and Mining

Statistics

All
  • Treasure Hunt Participant
  • MATLAB Central Treasure Hunt Finisher
  • Thankful Level 1
  • Knowledgeable Level 1
  • Likeable
  • Community Group Solver
  • First Review
  • Introduction to MATLAB Master
  • Curator
  • Matrix Patterns II Master
  • Matrix Patterns III Master
  • Project Euler I

View badges

Content Feed

Solved


A sequence of Ones
You are given number(s) with all digits - 1. Your answer will depend on the count of 1 in the given number, for example - x1...

7 hours ago

Solved


Compute the Sequence of the Day
A sequence starts with 1 and 2, and each subsequent term is the sum of the digits of the product of the previous two terms. As a...

24 hours ago

Solved


Total resistance of resistors in series
What is the total resistance of a number of resistors in series? A vector R contains the resistances (in Ohm) of n resistors, w...

1 day ago

Solved


Total resistance of resistors in parallel
What is the total resistance of a number of resistors in parallel? A vector R contains the resistances (in Ohm) of n resistors,...

1 day ago

Solved


Total resistance of a network of resistors in series and parallel
What is the total resistance of a network of resistors in series and in parallel? A matrix R contains the resistances (in Ohm) ...

1 day ago

Solved


Draw 'P' !!!
Draw a n by n matrix 'P' using 0s and 1s. (n is odd and greater than 4) if n=5 , then the output will be [1 1 1 1 1 1 0 0 0...

2 days ago

Solved


Sum of two number using (regexp, varargin) comand?
Sum two number a &b and get there result in c using the rexp and varargin comand.

2 days ago

Solved


Time reverse indices
Time reverse the index values as follows IndexIn = [7 1 0] IndexOut = [7 6 0] Note that the indices are zero based and so...

2 days ago

Solved


Total energy

2 days ago

Solved


Draw 'Y'
Draw 'Y' in an x-by-x matrix (where x is odd and x >= 3) Examples: x = 3 y = [1 0 1 0 1 0 0 1 0] x = 5 y = [1...

2 days ago

Solved


n-th digit of write-down all numbers
Write down number as 123456789101112131415161718192021222324252627282930... what's the n-th digit? input n and get the digit.

2 days ago

Solved


Palindrome Problem 1
Continued Problem 50033: A palindrome is one-thirteenth of the sum of and , where and are also palindrome. Give an example o...

3 days ago

Solved


Count of Unique Elements of a Vector
Count the number of times each unique element appears in a vector. Example: Input x = [2 9 1 2 4 9 2] Output y = [1 1; 2 3; 4...

3 days ago

Solved


Random Problem14 - Multiply a vector by a scalar of 2
Multiply a vector by a scalar of 2

3 days ago

Solved


Get the n-th rand number with given seed
Given seed s, return the n-th rand number using rand(). Round the answer with 4 digits. n is a postive integer.

3 days ago

Solved


Summy's even sum

6 days ago

Solved


Summy's odd sum

6 days ago

Solved


Which Prime
Given two prime numbers, specify the relation between them i.e. - 'Twin Prime', 'Cousin Prime', 'Sexy Prime' or 'None'

6 days ago

Solved


使用时间表来分析火车时间表(部分5)
You are analyzing a train timetable (you have some time to kill since you just missed your train!) How many trains depart each d...

7 days ago

Solved


使用时间表来分析火车时间表(部分4)
You are analyzing a train timetable (you have some time to kill since you just missed your train!) What is the average daily tri...

7 days ago

Solved


使用时间表来分析火车时间表(部分3)
Oh no, you missed your train to Boston (again?)! How many times can you miss that train today? (In other words, how many Boston ...

7 days ago

Solved


使用时间表来分析火车时间表(部分2)
Oh no, you missed your train to Boston! Find the departure time of the next available train by analyzing the train timetable. Yo...

7 days ago

Solved


使用时间表来分析火车时间表(部分1)
Oh no, you missed your train to Boston! Find the departure time of the next available train by analyzing the train timetable. Th...

7 days ago

Solved


Number Puzzle - 119

8 days ago

Solved


Number Puzzle - 118

8 days ago

Solved


Number Puzzle - 117

8 days ago

Solved


Number Puzzle - 116

8 days ago

Solved


Number Puzzle - 115

8 days ago

Solved


Number Puzzle - 114

8 days ago

Load more