photo

Andres Adam

MathWorks

Aktiv seit 2023

Followers: 0   Following: 0

Application Engineer at MathWorks. My comments, suggestions, and opinions on the MATLAB Answers community are my own and do not represent MathWorks.

Programming Languages:
C++, MATLAB, Fortran
Spoken Languages:
English, Spanish
Pronouns:
He/him

Statistik

All
  • Knowledgeable Level 2
  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Rand in the constructor of a class and createArray
It seems that createArray is not creating a new object for each element, but rather creating one and copying on the rest of the ...

11 Tage vor | 0

Beantwortet
What is the best way to heat up a thermal liquid ?
Using a "Heat flow rate source" block is usually my go-to for adding heat to a Pipe (TL) and many other fluid blocks with a ther...

etwa 2 Monate vor | 0

| akzeptiert

Beantwortet
How do I label the points in a multidimensional scaling plot?
Hi Stephen, check out the first example in the documentation of cmdscale: https://www.mathworks.com/help/stats/cmdscale.html T...

etwa 2 Monate vor | 0

| akzeptiert

Beantwortet
Cummulative Summing in Simulink
Hi A-Rod, you are right: we usually need a loop in this situation. A cumulative sum is usually done with a "memory" block like t...

etwa 2 Monate vor | 0

| akzeptiert

Gelöst


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Input...

etwa ein Jahr vor