photo

Giovanni Mottola


Last seen: plus d'un an il y a Actif depuis 2016

Followers: 0   Following: 0

Message

PhD student in Mechanical Engineering, with an interest in robotics

Statistiques

All
MATLAB Answers

1 Question
9 Réponses

Cody

1 Problème
264 Solutions

RANG
2 429
of 300 392

RÉPUTATION
26

CONTRIBUTIONS
1 Question
9 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
6

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
601
of 168 373

CONTRIBUTIONS
1 Problème
264 Solutions

SCORE
3 167

NOMBRE DE BADGES
12

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Treasure Hunt Participant
  • MATLAB Central Treasure Hunt Finisher
  • Knowledgeable Level 2
  • First Answer
  • Introduction to MATLAB Master
  • Community Group Solver
  • Promoter
  • Scavenger Finisher
  • Creator
  • CUP Challenge Master
  • Speed Demon
  • Commenter

Afficher les badges

Feeds

Afficher par

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 "...

environ 4 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
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 __________ ...

presque 9 ans il y a | 0

Réponse apportée
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...

environ 9 ans il y a | 0

| A accepté

Réponse apportée
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, ...

environ 9 ans il y a | 2

| A accepté

Réponse apportée
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: ...

environ 9 ans il y a | 0

| A accepté

Réponse apportée
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...

environ 9 ans il y a | 0

Réponse apportée
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...

environ 9 ans il y a | 0

Réponse apportée
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...

environ 9 ans il y a | 4

Réponse apportée
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); ...

environ 9 ans il y a | 0

Réponse apportée
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...

environ 9 ans il y a | 0