photo

Niphon Wansophark


Last seen: 11 days ago Active since 2021

Followers: 0   Following: 0

Statistics

Cody

0 Problems
184 Solutions

RANK
N/A
of 301,863

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 21,443

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
1,018
of 177,015

CONTRIBUTIONS
0 Problems
184 Solutions

SCORE
2,335

NUMBER OF BADGES
8

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Project Euler I
  • Introduction to MATLAB Master
  • CUP Challenge Master
  • Promoter
  • Community Group Solver
  • Solver

View badges

Feeds

View by

Solved


The MATLAB Treasure Hunt – Extract the Hidden Cave’s Coordinates from a Long List of Numbers
After decoding the first clue, you uncover another piece of parchment — a long list of numbers. At first glance, it looks random...

19 days ago

Solved


Ohm’s Law - Calculate Resistance
Ohm’s Law states that resistance R can be calculated as:R=V/I​ where: V is the voltage (in volts) I is the current (in ampere...

19 days ago

Solved


LED Current Calculation
In an electrical circuit, the current (III) flowing through an LED is determined using Ohm’s Law: ​​ Where: I is the current ...

19 days ago

Solved


Basic Physics IV
Calculate the Work.

19 days ago

Solved


Basic Physics III
Calculate the Potential Energy (PE).

19 days ago

Solved


Basic Physics II
Get the Kinetic Energy (KE).

19 days ago

Solved


The MATLAB Treasure Hunt – Decode the First Clue Hidden in a Jumbled Sequence of Numbers
You discover an ancient parchment inside the college archives. It contains a jumbled sequence of numbers that seems meaningless ...

23 days ago

Solved


Basic Physics I
Calculate the energy by the famous formula of Albert Einstein.

23 days ago

Solved


Problem Set 2
Make a calculator by the four main operators (op): + - * / And the two numbers (n1, n2). Don't forget to check to divisio...

23 days ago

Solved


Problem Set 1
You will get the vector "v", you should put it's length in a variable called "lngth", then... If it's length from 1 to 5, sz = ...

23 days ago

Solved


NOT
If a not equal to zero, b = true, else, b = false.

23 days ago

Solved


OR
If a greater than zero or c less than 10, b = true, else, b = false.

23 days ago

Solved


AND
If a greater than 0 and n less than 10, b = true, else, b = false. (Checking a should be in one line by AND special sign in MAT...

23 days ago

Solved


Nested If(s)
If a greater than zero, then check, if a = greater that 1 and less than 10, then b = true, else, b = false.

23 days ago

Solved


If-Elseif-Else
If a more than zero, b = true, if a = zero , b = zero, else, b = false.

23 days ago

Solved


If-Else
If a more than zero, b = true, else, b = false.

23 days ago

Solved


If
If a more than zero, then b = true.

23 days ago

Solved


Breaking up a chocolate bar
You've got a chocolate bar of size , and you want to break it up into bite-sized () pieces. How many steps are required to do th...

11 months ago

Solved


num4
nmjhg

11 months ago

Solved


frame of the matrix
Given the matrix M, return M without the external frame.

11 months ago

Solved


Given a matrix, swap the 2nd & 3rd columns
If a = [1 2 3 4; 1 2 3 4; 1 2 3 4; 1 2 3 4]; then the result is ans = 1 3 2 4 1 3 2...

11 months ago

Solved


Converts numbers into characters
Converts numbers into characters

11 months ago

Solved


Find the max element of the array
Find the max element of the array

11 months ago

Solved


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

11 months ago

Solved


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

11 months ago

Solved


the average value of the elements
Calculate the average value of the elements in the array

11 months ago

Solved


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

11 months ago

Solved


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

11 months ago

Solved


Double all elements in the array
Duplicate all elements in the array

11 months ago

Solved


Draw a '0' in a one matrix!

11 months ago

Load more