Community Profile

photo

Pham Quang Minh


Last seen: 12 maanden ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Project Euler I
  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

View badges

Feeds

View by

Solved


Longest run of consecutive numbers
Given a vector a, find the number(s) that is/are repeated consecutively most often. For example, if you have a = [1 2 2 2 1 ...

12 maanden ago

Solved


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

12 maanden 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;...

12 maanden ago

Solved


to the 2 all elements
to the 2 all elements

12 maanden ago

Solved


Converts numbers into characters
Converts numbers into characters

12 maanden ago

Solved


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

12 maanden ago

Solved


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

12 maanden ago

Solved


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

12 maanden ago

Solved


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

12 maanden ago

Solved


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

12 maanden ago

Solved


Draw a '0' in a one matrix!

12 maanden ago

Solved


Convert from Fahrenheit to Celsius
Given an input vector F containing temperature values in Fahrenheit, return an output vector C that contains the values in Celsi...

12 maanden ago

Solved


Current through resistor
Three resistors (R2, R3, R4) are connected in parallel as shown in the figure. If this combination is connected in series with ...

12 maanden ago

Solved


Calculate Parallel Resistance
Three resistors connected in parallel have resistances R1, R 2, and R 3, respectively. Return the total resistance R total of ...

12 maanden ago

Solved


Energy Conversion 2

12 maanden ago

Solved


Energy Conversion 1

12 maanden ago

Solved


Velocity Conversion
Given a velocity in mph, convert it to km/h. Round the answer to the fourth decimal place.

12 maanden ago

Solved


Area Conversion 2

12 maanden ago

Solved


Area Conversion 1

12 maanden ago

Solved


Mass Conversion 2

12 maanden ago

Solved


Mass Conversion 1

12 maanden ago

Solved


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

12 maanden ago

Solved


Temperature Conversion 2

12 maanden ago

Solved


Temperature Conversion 1

12 maanden ago

Solved


Resistance of a light bulb
The current through two identical light bulbs connected in series is C Amperes. The total voltage across both bulbs is V Volts....

12 maanden ago

Solved


Electrical Diode Current Calculation
In engineering, there is not always a single equation that describes a phenomenon accurately enough to be applied in all instanc...

12 maanden ago

Solved


An Ohm's Law Calculator
*BACKGROUND / MOTIVATION:* Many important observations in math and science can be described by short, but powerful, equations...

12 maanden ago

Solved


Force and Motion 3
Two robots push on a large object in the same direction. One robot pushes with a force of F1 Newtons and the other with a force...

12 maanden ago

Solved


Force and Motion 2
Two robots are pulling on an object in opposite directions. One robot pulls with a force of F1 Newtons and the other with a forc...

12 maanden ago

Solved


ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
MATLABでは,角括弧の中に要素を入れることで、ベクトルを作成できる。 x = [1 2 3 4] また次のようにも書ける(コンマはオプション)。 x = [1, 2, 3, 4] 問題:次のベクトルを出力する関数を作成せよ。...

12 maanden ago

Load more