photo

Davide Cannavacciuolo


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

Followers: 0   Following: 0

Statistiques

MATLAB Answers

14 Questions
0 Réponses

RANG
159 384
of 300 369

RÉPUTATION
0

CONTRIBUTIONS
14 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
57.14%

VOTES REÇUS
0

RANG
 of 20 936

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 436

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


How to do fast fourier analysis of first harmonic in matlab?
In simulink there is a block called, Fast Fourier Analysis, that given the fundamental frequency it extracts the phase delay and...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


How to use do machine learning/neural networks in matlab?
I have a Displacement Trend, lets say D=[0 1 2 3 4] Associated with this Power Used: P=[0 5 4 2] The data recorded of the ou...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


How to plot a vector for fixed intervals
Hello, I have a vector of times for example [t1 t2 t3 t4]. I also have a vector of values A=[a1 a2 a3 ] .I need to plot between ...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


Simple Indexing problem when creating a matrix
I have this vector A=[0 60 120 180 240 300 360]; And I have a variable n. Lets say n=24. I neet a matrix with the first row A ...

presque 2 ans il y a | 2 réponses | 0

2

réponses

Question


How to find the x value of a function given by points?
tinterval=[0:0.001:40]; %sec acc=3; w0=30; Wspeed=acc*tinterval+w0; tetae=Wspeed.*tinterval; tetaeFract=rem(tetae,360); ...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


Simulink - How to exctract the exact time the derivative is different from 0?
Hello I have this yellow signal: I need to subtract the blue output a constant that exactly the output of the yellow signal(yax...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


Simulink - How to extract the time when the signal is on?
Hello, have the yellow signal and I am trying to extract the time as a constant only when the yellow signal is on. I have foun...

presque 2 ans il y a | 2 réponses | 0

2

réponses

Question


How to plot a matrix in 3d?
I would like to plot a simple square matrix in a 3d plot, where in xlabel there is the index of rows or colums as well for the y...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


Help With for loop with tranfer function and step
s=tf('s'); G=1/(s^2+0.4*s+0.1); K=[1 2 3 4 5 6]; figure hold on for i=1:1:length(K) T=K(i)*G; step(T) S=...

presque 2 ans il y a | 2 réponses | 0

2

réponses

Question


Help with simple nested function
The function i am trying to get is: %first mode function g=hall(t) lolla=seno(t); function h=seno(t); h=sin(t);...

presque 2 ans il y a | 3 réponses | 0

3

réponses

Question


How to find the minimum of an array element, but in a interval?
I have an array A=[0.5 3 10] I want x=3. In general how to extract from an array minimum element in a interval. In this case i...

environ 2 ans il y a | 2 réponses | 0

2

réponses

Question


How to insert an input in a constant in simulink?
Hello, I have an input in simulink coming from another system. This input must be used as element in a matrix. The obtained matr...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


How to use fminbnd but with multiple variables
I have a function of multiple variables defined in a specified range. They can be even vectors. I want to find the minimum of a ...

plus de 2 ans il y a | 2 réponses | 0

2

réponses

Question


Which is the most accurate way to solve these equations?
Where for semplicity A, B, E can be assumed = 1. u, v and w are velocity components and t is time. Also intial contiti...

plus de 2 ans il y a | 1 réponse | 0

1

réponse