photo

Florian


Last seen: 2 días hace Con actividad desde 2024

Followers: 0   Following: 0

Estadística

All
  • First Answer
  • Solver

Ver insignias

Feeds

Ver por

Resuelto


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

9 meses hace

Respondida
Link: Simulink and Refprop
Add to your matlab code: coder.extrinsic('refpropm') another thing is you have to declare your variables for e.g. x = double...

12 meses hace | 0

Resuelto


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

12 meses hace

Resuelto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

12 meses hace