Feeds
질문
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...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
5년 초과 전 | 답변 수: 1 | 1
1
답변질문
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...
6년 초과 전 | 답변 수: 1 | 1
1
답변답변 있음
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...
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...
대략 7년 전 | 0


