Luca Amicucci
Followers: 0 Following: 0
Feeds
提问
How to convert variables in a function handle ?
Hi all, Is It possible to convert this handle function f = @(x1,x2,x3) [g1;g2;g3]; where g1 g2 and g3 are complicated functi...
2 years 前 | 1 个回答 | 0
1
个回答提问
How to extract an element from a ''vector'' of function handle
Hi guys, I'm having some troubles managing handle functions. What I would like to do is to extract an element of an "handle" a...
2 years 前 | 2 个回答 | 0
2
个回答提问
How to make a piecewise function and plot it ?
Hi guys! I want to write a piecewise function , with 4 case , and so I made this : H = 2; w = 209.439509; % 2000 rpm a = ...
4 years 前 | 1 个回答 | 0
1
个回答提问
How to find x and y component of a vector
Hi! I was doing an exercise about position velocity and accelleration of a four-bar linkage. So, for example, I wrote the vect...
4 years 前 | 1 个回答 | 0
1
个回答提问
How can I solve a linear system of equation Ax=b where A and b are changing in a for loop
Hi there. I'm doing a dynamic force analysis problem and i need to determinate forces and torque on a four-bar linkage. So I w...
4 years 前 | 1 个回答 | 0