Community Profile

photo

Pham Quang Minh


Last seen: 12 mois il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

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

Afficher les badges

Feeds

Afficher par

A résolu


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 mois il y a

A résolu


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

12 mois il y a

A résolu


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 mois il y a

A résolu


to the 2 all elements
to the 2 all elements

12 mois il y a

A résolu


Converts numbers into characters
Converts numbers into characters

12 mois il y a

A résolu


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

12 mois il y a

A résolu


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

12 mois il y a

A résolu


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

12 mois il y a

A résolu


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

12 mois il y a

A résolu


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

12 mois il y a

A résolu


Draw a '0' in a one matrix!

12 mois il y a

A résolu


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 mois il y a

A résolu


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 mois il y a

A résolu


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 mois il y a

A résolu


Energy Conversion 2

12 mois il y a

A résolu


Energy Conversion 1

12 mois il y a

A résolu


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

12 mois il y a

A résolu


Area Conversion 2

12 mois il y a

A résolu


Area Conversion 1

12 mois il y a

A résolu


Mass Conversion 2

12 mois il y a

A résolu


Mass Conversion 1

12 mois il y a

A résolu


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

12 mois il y a

A résolu


Temperature Conversion 2

12 mois il y a

A résolu


Temperature Conversion 1

12 mois il y a

A résolu


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 mois il y a

A résolu


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 mois il y a

A résolu


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

12 mois il y a

A résolu


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 mois il y a

A résolu


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 mois il y a

A résolu


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

12 mois il y a

Charger plus