photo

Nikolaos Nikolaou


Last seen: 3 giorni ago|Active since 2015

Physics , Wholesale auctions , Crypto Mining , Renewable Energy

Statistics

  • Treasure Hunt Participant
  • 米ATLAB Central Treasure Hunt Finisher
  • ASEE Challenge Master
  • Sequences And Series II Master
  • Leader
  • 米atrix Patterns III Master
  • 米atrix Patterns I Master
  • 米atrix Manipulation II Master
  • Indexing IV Master
  • Number Manipulation II Master
  • Number Manipulation I Master
  • Indexing I Master

View badges

Content Feed

View by

Solved


Remove Upper Case Letters
Example Matlab --> atlab proBlem --> prolem Enter --> nter

3 giorni ago

Solved


Remove Lower Case Letters
Example MEMOry --> MEMO IMPlEMeNtATiON --> IMPEMNATON

3 giorni ago

Solved


String Logic 3
Example: 'CAT' --> 'RPI' 'DOG' --> 'SDV' 'MATLAB' --> 'BPIAPQ' 'ROSY' --> 'GDHN' 'TRUST' --> 'IGJHI' 'MOSTLY' --> 'BDHI...

3 giorni ago

Solved


String Logic 2
Example: ROSY --> HEIO TRUST --> JHKIJ MOSTLY --> CEIJBO

3 giorni ago

Solved


String Logic 1
Examples: 'CAT' --> 'IGZ' 'DOG' --> 'JUM'

3 giorni ago

Solved


Random Problem12- Squaring a number
Square the number

4 giorni ago

Solved


RandomProblem13-Cube a number
Cube a number

4 giorni ago

Solved


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

4 giorni ago

Solved


what is a one mile in km?
one mile = 1.61 km

6 giorni ago

Solved


Fill a rectangle with 1x1 and 2x2 tiles
A 3x2 rectangle can be filled with 1x1 and 2x2 tiles in three ways: The colors merely distinguish the sizes of the tiles. A 3...

6 giorni ago

Solved


String Manipulator
Write a script that takes a string as an input and returns a cell array containing – I. the count of vowels. II. Find the ind...

6 giorni ago

Solved


Determine whether the given number is palindrome or not.
A palindromic number (also known as a numeral palindrome or a numeric palindrome) is a number (such as 16461) that remains the s...

6 giorni ago

Solved


That's not my hat!
There exists a highly secretive hat consortium. Members possess identical hats. The members are invited to a meeting. All of the...

6 giorni ago

Solved


Find the area of the circle
geometry

7 giorni ago

Solved


Convert grams of Carbon to Moles
Stoichiometry...fun!

7 giorni ago

Solved


factorial
真的有一些科迪与fac相关的问题torial of n, e.g., 42667, 45184, 46054, and etc. It is interesting to ask why ...

7 giorni ago

Solved


UICBioE240 problem 1.11
Store a series of numbers into a 4 by 4 matrix, starting with the first few positions going right and down, and leaving the rest...

12 giorni ago

Solved


make histogram
You probably know the function hist(x,n) to get the histogram. Now try to write the function yourself! For the cheaters wanting...

22 giorni ago

Solved


Perform Rubik's Cube Moves
A standard Rubik's Cube is shown in 3-D and also unfolded to identify the specific Tile-face numbering. The faces are White-U...

22 giorni ago

Solved


米andelbrot Number Test [Real+Imaginary]
The is built around a simple iterative equation. z(1) = c z...

24 giorni ago

Solved


First use of arrayfun() and anonymous function @(x)
Create an anonymous function using @(x) for a parabola equation for the given coefficients stored in s with s(1)x2 + s(2)x + s(...

25 giorni ago

Solved


Two-output anonymous function?
Return a function handle that when applied to an input, it produces two outputs: the first is the same as the input, and the sec...

25 giorni ago

Solved


weekday and month
Given a year and a weekday, determine how many months of that year had five of those weekdays. It is kind of easy to find. Exam...

26 giorni ago

Solved


İmage Series 2 AND
Given two input first one is a number which is uint8, second one is image which is 8 bit gray scale image, the image has pixsels...

26 giorni ago

Solved


Cumulative probability of finding an unlikely combination
This is a supplemental problem to the ...

26 giorni ago

Solved


Eliminate Outliers Using Interquartile Range
Given a vector with your "data" find the outliers and remove them. To determine whether data contains an outlier: # Identi...

26 giorni ago

Solved


Reassign cell contents to empty variables, preserving cell content data type
Given a cell array C, return a cell array D with the following specifications: 1. D has the same size as the input C. 2. E...

26 giorni ago

Solved


add one to x

27 giorni ago

Solved


False position (linear interpolation) method of finding a root.
Test the false position algorithm described in Chapter 5 of Steven C. Chapra's textbook, Applied Numerical Methods with MATLAB f...

28 giorni ago

Solved


Composite Trapezoidal Rule for Numeric Integration
Use the trapezoidal rule to numerically integrate a function, _f(x)_, passed as the first argument, between upper and lower limi...

28 giorni ago

Load more