Community Profile

photo

Pham Quang Minh


Last seen: 12 meses hace Con actividad desde 2023

Followers: 0   Following: 0

Estadísticas

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

Ver insignias

Feeds

Ver por

Resuelto


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 meses hace

Resuelto


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

12 meses hace

Resuelto


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 meses hace

Resuelto


to the 2 all elements
to the 2 all elements

12 meses hace

Resuelto


Converts numbers into characters
Converts numbers into characters

12 meses hace

Resuelto


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

12 meses hace

Resuelto


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

12 meses hace

Resuelto


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

12 meses hace

Resuelto


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

12 meses hace

Resuelto


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

12 meses hace

Resuelto


Draw a '0' in a one matrix!

12 meses hace

Resuelto


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 meses hace

Resuelto


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 meses hace

Resuelto


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 meses hace

Resuelto


Energy Conversion 2

12 meses hace

Resuelto


Energy Conversion 1

12 meses hace

Resuelto


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

12 meses hace

Resuelto


Area Conversion 2

12 meses hace

Resuelto


Area Conversion 1

12 meses hace

Resuelto


Mass Conversion 2

12 meses hace

Resuelto


Mass Conversion 1

12 meses hace

Resuelto


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

12 meses hace

Resuelto


Temperature Conversion 2

12 meses hace

Resuelto


Temperature Conversion 1

12 meses hace

Resuelto


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 meses hace

Resuelto


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 meses hace

Resuelto


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

12 meses hace

Resuelto


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 meses hace

Resuelto


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 meses hace

Resuelto


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

12 meses hace

Cargar más