photo

Ngo Minh Ngoc


Last seen: 2 years ago|Active since 2019

Statistics

  • 科迪Problems in Japanese Master
  • Draw Letters
  • Introduction to MATLAB Master
  • Community Group Solver
  • CUP Challenge Master
  • Solver
  • Promoter

View badges

Content Feed

View by

Solved


Divisible by 6
Pursuant to the in this series, this o...

2 years ago

Solved


Divisible by 2
This is the first problem in a set of "divisible by x" problems. You will be provided a number as a string and the function you ...

2 years ago

Solved


Divisible by 3
Pursuant to the in this series, this o...

2 years ago

Solved


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

2 years ago

Solved


Armstrong Number
Determine whether the given input n-digit number is Armstrong Number or not. Return True if it is an Armstrong Number. An n-D...

2 years ago

Solved


Sum of diagonal of a square matrix
如果x= [1 2 4; 3 4 5; 5 6 7] then y should be the sum of the diagonals of the matrix y = 1 + 4 + 7 = 12

2 years ago

Solved


Arrange vector in ascending order
Arrange a given vector in ascending order. input = [4 5 1 2 9]; output = [1 2 4 5 9];

2 years ago

Solved


Column norms of a matrix
Given a matrix M, return a vector y such that for each k y(k)=norm(M(:,k)) (y(k) is the Euclidean norm of the k-th col...

2 years ago

Solved


matlab indian players
answer is one of the indian matlab player(just for fun dont take serious)

2 years ago

Solved


matrix of natural number
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 resides seially as shown in the examples below. ...

2 years ago

Solved


07 - Common functions and indexing 5
Create the vector _lin_: <> (the integers from 1 to 20) Make every other val...

2 years ago

Solved


03 - Matrix Variables 6
Make _fMat_ be a 5x3 matrix of random integers with values from -3 to 3 (Hint: use *randi*)

2 years ago

Solved


03 - Matrix Variables 5
Make the following variable: <>

2 years ago

Solved


04 - Scalar Equations 1
Define the variable a: <> Use this to calculate x: <

2 years ago

Solved


05 - Vector Equations 1
Define the vector _cVec_: <> (all the numbers from 5 to -5 in increments of -0....

2 years ago

Solved


06 - Matrix Equations 1
Define the vectors _aVec_ and _bVec_ and the matrix _aMat_: <> and <

2 years ago

Solved


03 - Matrix Variables 4
Make the following variable: <> A 3x4 NaN (Not a Number) matrix (Hint: use ...

2 years ago

Solved


02 - Vector Variables 1
Make the following variable: <>

2 years ago

Solved


03 - Matrix Variables 1
Make the following variable: <> A 9x9 matrix full of 2's (Hint: use *ones* o...

2 years ago

Solved


Find the Best Hotels
Given three input variables: * |hotels| - a list of hotel names * |ratings| - their ratings in a city * |cutoff| - the rat...

2 years ago

Solved


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

2 years ago

Solved


Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...

2 years ago

Solved


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...

2 years ago

Solved


Integer or Float?
Test an input to see whether it is an integer or a floating point number. If it is an integer return 1 for 'true'. Otherwise ret...

2 years ago

Solved


Sum of the Matrix Elements
Add up all the elements in a NxM matrix where N signifies the number of the rows and M signifies the number of the columns. E...

2 years ago

Solved


Calculate the square root of a number
Input a Output b = srt(a)

2 years ago

Solved


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

2 years ago

Solved


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

2 years ago

Solved


calculate the length of matrix
input 1 array, calculate the length

2 years ago

Solved


to the 2 all elements
to the 2 all elements

2 years ago

Load more