Florian - MATLAB Central
photo

Florian


Last seen: 1 dag ago Active since 2024

Followers: 0   Following: 0

Statistics

All
CodyMATLAB AnswersFrom 02/24 to 02/25Use left and right arrows to move selectionFrom 02/24Use left and right arrows to move left selectionTo 02/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
73.734
of 157.776

CONTRIBUTIONS
0 Problems
3 Solutions

SCORE
40

NUMBER OF BADGES
1

  • First Answer
  • Solver

View badges

Feeds

View by

Solved


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

9 maanden ago

Answered
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 maanden ago | 0

Solved


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 maanden ago

Solved


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 maanden ago

Go to top of page