Giovanni Mottola - MATLAB Central
photo

Giovanni Mottola


Last seen: 12 meses hace Con actividad desde 2016

Followers: 0   Following: 0

Mensaje

PhD student in Mechanical Engineering, with an interest in robotics

Estadística

All
CodyMATLAB AnswersFrom 06/16 to 04/25Use left and right arrows to move selectionFrom 06/16Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

1 Pregunta
9 Respuestas

Cody

1 Problema
264 Soluciones

CLASIFICACIÓN
2.398
of 298.086

REPUTACIÓN
26

CONTRIBUCIONES
1 Pregunta
9 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
6

CLASIFICACIÓN
 of 20.530

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
580
of 160.316

CONTRIBUCIONES
1 Problema
264 Soluciones

PUNTUACIÓN
3.167

NÚMERO DE INSIGNIAS
12

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • 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

Ver insignias

Feeds

Ver por

Pregunta


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

más de 3 años hace | 0 respuestas | 0

0

respuestas

Respondida
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 __________ ...

más de 8 años hace | 0

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

más de 8 años hace | 0

| aceptada

Respondida
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, ...

más de 8 años hace | 2

| aceptada

Respondida
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: ...

más de 8 años hace | 0

| aceptada

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

más de 8 años hace | 0

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

más de 8 años hace | 0

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

más de 8 años hace | 4

Respondida
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); ...

más de 8 años hace | 0

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

más de 8 años hace | 0