![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8303867.png)
Giovanni Mottola
Followers: 0 Following: 0
PhD student in Mechanical Engineering, with an interest in robotics
Statistics
RANK
2,387
of 297,016
REPUTATION
26
CONTRIBUTIONS
1 Question
9 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
6
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 ago | 0 answers | 0
0
answersHow 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 ago | 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...
8 years ago | 0
| accepted
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 ago | 2
| accepted
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 ago | 0
| accepted
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 ago | 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...
8 years ago | 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...
8 years ago | 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); ...
8 years ago | 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...
8 years ago | 0