Giuseppe Naselli
Followers: 0 Following: 0
Professional Interests: Tyres and Vehicle Dynamics Modelling, Simulation, Data Processing, Optimization, Sensor data acquisition, and stuff :)
MATLAB
Spoken Languages:
English, Italian
Estadística
28 Preguntas
4 Respuestas
0 Problemas
1 Solución
CLASIFICACIÓN
2.156
of 295.527
REPUTACIÓN
29
CONTRIBUCIONES
28 Preguntas
4 Respuestas
ACEPTACIÓN DE RESPUESTAS
42.86%
VOTOS RECIBIDOS
16
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
114.499
of 154.057
CONTRIBUCIONES
0 Problemas
1 Solución
PUNTUACIÓN
20
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Bar plot color, why [1 0 0] does not gives red
Hi All and thanks for reading this. I want to color some of the bars in this plot in red but the color I get is not as expected...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
sigma deletes the axis grid
Hi All, my code is below myFigure=figure; % create a figure ax1 = subplot(231, 'Parent', myFigure,'UserData','my_stuff','next...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Does the Simulink State-Space block use the Matlab function "lsim"?
I wish to know what function is the Simulink State-Space block using when calculating the time domain response of a state-spase ...
casi 6 años hace | 1 respuesta | 1
1
respuestaPregunta
Recreating a figure from its handle after it has been closed
Hi All, I have a function that creates a figure as below mainfig = myfunction(x,y) mainfig = figure('Nu...
alrededor de 6 años hace | 3 respuestas | 0
3
respuestasHow do I display custom text for the data cursor?
Hi, thanks for this but the explanation is a bit vague. * Could you please explain a bit better where the display_risk.m n...
más de 6 años hace | 0
How to set different y limits for multiple subplots?
if you use the handle of each sub plot you will have much more freedom (and less issues :) ) for example subplot1 = subplo...
casi 7 años hace | 4
Pregunta
Going from the time doain to the frequncy domain, why the amplitude of the signal is increased?
Hi All, I have a time-depended signal (vector signal.mat and time.mat). In particular, I know the signal values are accelerat...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Matlab and Google Sheet Compatibility
Hi, Matlab is one of the most used languages in the world such is Google in terms of on-line products. So i guess you have now...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Where I can find a cluster to use?
Hi All, I manage to make the Genetic Algorithm to work in parallel (with the 2 cores of my processor) in order to optimize a Si...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Optimum solution found does not correspond to minimum of the cost function - Genetic Algorithm
Hi All, I have a Simulink model which depend on parameters like springs value and damper settings. The spring values availabl...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Isosurface with discrete data 4-dimension data? how to plot surface passing through a series of points?
Hi ALL, I have a series of data F as function of X,Y and Z. F,X,Y and Z are all 1-column vectors I wish to plot them i...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Assigning Simulink parameters values to the Model Workspace using command line or scripting
Hi All, my aim is to be able to add a variable to the Model Workspace from Command Window and/or from a script. How can I ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Problem using OPTIMOPTIONS with FMINCON for PARALLEL COMPUTING
Hi All, I am performing an optimization of parameters of a Simulink model using fmincon The options I am using are the followi...
más de 10 años hace | 1 respuesta | 0
1
respuestaMatlab Simulink variable's time
Hi Darka, you can log your variable using a "outport" for example (or a "to Workspace" block), you can also set your model to...
más de 10 años hace | 0
Pregunta
Simulink Design Optimization - Parameters Constrains like p1<= p2
Hi ALL, I am using Simulink Design OPtimization. I have 8 parameters (p1,p2 ...p8) that I want to tune for optimum performanc...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Simulink Design Optimization - Problem with Custom Requirement function
HI All, I have a Simulink model and my aim is to minimize the following cost_function = rms(Signal_A) + 0.5 rms(Signal_B) ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
What the Scale Factor does in the Simulink Design Optimization when creating a Design Variables set?
<</matlabcentral/answers/uploaded_files/10659/Capture.JPG>> Hi All, I have a simulink model and I am setting up a Design O...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
NaN after applying filtfilt
Hi All, I am having some problem in using a filter. I designed a specific filter using the following commands fs = 20...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Fatal Error using CFTOOL
Hi, I am having always the same fatal error (and then consequent crash of Matlab) every time I try to use the CFTOOL. Atta...
casi 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Error using the FIT function
Hi All, I have y data as function of x, or y = f(x). I want to use the FIT function inside a script My aim is to smooth...
casi 11 años hace | 0 respuestas | 0
0
respuestasPregunta
Problem acquiring multiple ranges using RLMREAD
Hi All, suppose you have a .txt file with number in it, let's say a .txt file where there is a portion of the file with the f...
casi 11 años hace | 0 respuestas | 0
0
respuestasPregunta
Fitting Curve passing through zero using CFTOOL
Hi All, below the data from a damper dyno test (attached). As you can see this shows some hysteresis. <</matlabcentra...
casi 11 años hace | 1 respuesta | 0
1
respuesta"ans" variable function output unwanted
Found the problem and it is very stupid (and embarassing) The function is absolutely fine. I called the function with the co...
casi 11 años hace | 6
| aceptada
Pregunta
"ans" variable function output unwanted
Hi All, I wrote a function in matlab in order to process some data. The function works fine and the results are as I want. ...
casi 11 años hace | 3 respuestas | 0
3
respuestasPregunta
Real-Time Data Acquisition from Arduino using Simulink
Hi All, I am writing my question here after many attempts to solve the problem by myself and after being confused by the very...
casi 11 años hace | 2 respuestas | 1
2
respuestasPregunta
Averaging Hysteresis Data - how to do it?
Hi All, below damper Force Vs Velocity for a typical 2-way adjustment damper is shown and as expected a typical hysteresis sh...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
does the Matlab Version for Formula Student Licence expire on 1st January 2014 ??
Hi from OBR, as team participating to FSG and FSUK we downloaded the Matlab version for Formula Student teams as it has more ...
casi 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Drive the Rotation on a body in Virtual Reality from a simulink model signal
Hi, I have a model of a dynamic system (a car) which define 7 DoF (the 4 vertical motion of the wheels + Heave, Pitch and Roll...
casi 11 años hace | 3 respuestas | 0
3
respuestasPregunta
How to build Body Plots in Simulink from time-domain data (non-linear system)
Hi, I have a series of time-domain signals, let, says X (input signal) and A,B,C,D,E (output signals) These measurements c...
alrededor de 11 años hace | 1 respuesta | 0