Giovanni Mottola
Followers: 0 Following: 0
PhD student in Mechanical Engineering, with an interest in robotics
Feeds
提问
Error no longer produces beep
On my PC, any error in the code (either while running a script or in the Command Window) will produce an error message, but no "...
3 years 前 | 0 个回答 | 0
0
个回答已回答
How to remove 0 (for 'double' numerical type) or [] (for cell type) rows in a table ?
Starting point: tab = S_Bankname S_CommonEquityTierRatio_2013 S_Log_TotalAssets_2013 __________ ...
How to remove 0 (for 'double' numerical type) or [] (for cell type) rows in a table ?
Starting point: tab = S_Bankname S_CommonEquityTierRatio_2013 S_Log_TotalAssets_2013 __________ ...
8 years 前 | 0
已回答
Animate Tangent, Normal, Binormal vectors?
I will assume you have already plotted the curve described by your equation (an helix), by calculating "npo" points on the helix...
Animate Tangent, Normal, Binormal vectors?
I will assume you have already plotted the curve described by your equation (an helix), by calculating "npo" points on the helix...
8 years 前 | 0
| 已接受
已回答
How to define a vector along the meridional direction?
If you have p=[x, y, z] (coordinates for point p), we need a vector v_merid=[vx, vy, vz] that is tangent to the sphere surface, ...
How to define a vector along the meridional direction?
If you have p=[x, y, z] (coordinates for point p), we need a vector v_merid=[vx, vy, vz] that is tangent to the sphere surface, ...
8 years 前 | 2
| 已接受
已回答
Scatter3, insert dashed line downwards, and sideways
Here I assumed x, y, z are vectors of length "len". To draw a line joining each scatter point to the horizontal plane use: ...
Scatter3, insert dashed line downwards, and sideways
Here I assumed x, y, z are vectors of length "len". To draw a line joining each scatter point to the horizontal plane use: ...
8 years 前 | 0
| 已接受
已回答
Find a pair of elements in a 3d matrix
Note: if it's 512*512*2 (three dimensional), it's called tensor, not matrix. A way to do what you require would be to first d...
Find a pair of elements in a 3d matrix
Note: if it's 512*512*2 (three dimensional), it's called tensor, not matrix. A way to do what you require would be to first d...
8 years 前 | 0
已回答
Need help putting multiple values in Legends
Here I assumed, as it seems from your question, that T is a 1xm vector and that Nl is a 6xm matrix. First I'd define an empty...
Need help putting multiple values in Legends
Here I assumed, as it seems from your question, that T is a 1xm vector and that Nl is a 6xm matrix. First I'd define an empty...
8 years 前 | 0
已回答
How to arrange local stiffness matrix to global stiffness matrix
I strongly suspect there is something wrong with your scheme in the image attached. The stiffness matrix #2 (marked in red), fo...
How to arrange local stiffness matrix to global stiffness matrix
I strongly suspect there is something wrong with your scheme in the image attached. The stiffness matrix #2 (marked in red), fo...
8 years 前 | 4
已回答
how to find values of X and Y that satisfy condition Z(X,Y)>a
Is it something like this you're looking for? function [vec_pairs, num_pairs] = find_greater(X, Y, a) len_X=length(X); ...
how to find values of X and Y that satisfy condition Z(X,Y)>a
Is it something like this you're looking for? function [vec_pairs, num_pairs] = find_greater(X, Y, a) len_X=length(X); ...
8 years 前 | 0
已回答
How to solve a Riccati Control (differential) Equation?
You don't need to solve a differential equation. "Steady-state" means the solution (here, the matrix *S*) remains _constant_, wh...
How to solve a Riccati Control (differential) Equation?
You don't need to solve a differential equation. "Steady-state" means the solution (here, the matrix *S*) remains _constant_, wh...
8 years 前 | 0