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


