photo

Daniele Cuomo


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


Split a specific matrix in 4 equal parts
If I define the matrix as follows: Given 4 matrix of equal dimensions, say A, B, C, D. Let E = [A B; C D]; May I do somethi...

4 years ago | 1 answer | 0

1

answer

Question


How to show a deformation of a sphere
I want to show a function that take a sphere with radius 1 as input and that gives in output an ellipsoid with axes always lower...

4 years ago | 1 answer | 1

1

answer

Question


How to create a simple Agent Based Model with Simulink
I need to make a system with an Agent-Based modeling. I haven't any type of technology restriction, but I'd like to learn how to...

5 years ago | 1 answer | 1

1

answer

Answered
How do you create a symbolic function that takes a vector input?
Is there a clean way to do the same thing but for functions like x = sym('x', [1 2]); Ffun(x) = [x(1)^2 + x(2)^2 - 1; sin(pi*x...

5 years ago | 0