Community Profile

photo

裕登 川元


Last seen: alrededor de 1 año hace Con actividad desde 2022

Followers: 0   Following: 0

Estadísticas

All
  • Solver
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Resuelto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

más de 1 año 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 C...

más de 1 año hace

Resuelto


Calculate Amount of Cake Frosting
Given two input variables r and h, which stand for the radius and height of a cake, calculate the surface area of the cake you n...

más de 1 año hace

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

más de 1 año hace

Pregunta


3次元配列における積分値の計算方法について教えてください.
3次元配列において,各行列の各要素での積分値の計算方法について教えていただきたいです. 例えば, 以下3次元配列Y(3×5×2),(データ点の間隔は0.1として)において、各行列の要素を積分して求める方法はありますか? Y (:,:,1)=[1 ...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta