![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2688126_1522090741731_DEF.jpg)
Luca Amerio
Politecnico di Milano
Followers: 0 Following: 0
Professional Interests: Civil and structural engineering
Statistiques
RANG
2 591
of 297 016
RÉPUTATION
24
CONTRIBUTIONS
42 Questions
3 Réponses
ACCEPTATION DE VOS RÉPONSES
54.76%
VOTES REÇUS
15
RANG
9 482 of 20 419
RÉPUTATION
72
CLASSEMENT MOYEN
5.00
CONTRIBUTIONS
5 Fichiers
TÉLÉCHARGEMENTS
5
ALL TIME TÉLÉCHARGEMENTS
476
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Generate timehistory from PSD
I'm trying to generate a time-history from a synthetic PSD. My idea (happy to accept other solutions) was to turn the PSD into ...
presque 4 ans il y a | 1 réponse | 0
0
réponseQuestion
Restore standard interactive axes behavior (callback) when using custom ButtonDownFcn
In the latest MATLAB versions, by default, axes got a very neet degree of interactivity. For example, just doing [X,Y,Z] = pe...
plus de 5 ans il y a | 1 réponse | 2
0
réponseQuestion
Get position when using uicontextmenu
I'm trying to code an interface that alows the user to perform some actions on a set of points visualized as a scatter plot. To...
plus de 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
pyenv function not found
I'm trying to call a python function from matlab. I'm following the instructions found in Undefined variable "py" or function ...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
splash screen for compiled application is not hard-coded in the app and can be modified
When launching a compiled application, the app look in the folder it is launched from for a file with the same name of the splas...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Figure toolbar disappears when selecting 3-D rotate
The following code produces a figure without the standard toolbar, but leaving the new "axes" toolbar with the zoom, rotate, dat...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Why this bandpass butterworth is unstable (while the corresponding low and high pass are stable)?
I have a signal sampled at 750Hz T = 60; fs = 750; t = (0:T*fs-1)/fs; x = sin(6*t) + 0.1*rand(size(t)); I want to filter ...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Apply Frequency Response Function to time series
I have a time series and a (complex) frequency response function . I want to compute the time history obtained applying to ...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
What `gcbf` stands for?
I never remember the syntax of the gcbf command because I cannot understand what it stands for. gcf stands for "Get Current Fig...
presque 6 ans il y a | 1 réponse | 0
1
réponseA soumis
HDF2Struct
Reads HDF5 files and returns data in a structure
presque 6 ans il y a | 1 téléchargement |
Question
How to fit a line through this data "smartly" ?
I have the x-y data shown in the figure below (for the curious, it is the logarithm of the amplitude of a Hilbert transform). ...
environ 6 ans il y a | 3 réponses | 0
3
réponsesimage(x,y,A) fails on log axis depending on axis's limits
From the MATLAB Technical Support: ------------------------------------------------------------------------------------------...
presque 7 ans il y a | 0
| A accepté
Question
Apply function (str2double) to each element in a timetable
Hi I have a timetable where some numeric fields are stored as strings and other as 1x1 cell arrays of strings (of char array ...
presque 7 ans il y a | 1 réponse | 0
1
réponseA résolu
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
presque 7 ans il y a
Question
slicing an M-by-N-by-3 matrix using an M-by-N matrix of logical values
Hi everybody I have an RGB image as a MxNx3 matrix. I would like to slice it using an MxN matrix of logic values (one for ...
presque 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
image(x,y,A) fails on log axis depending on axis's limits
Hi The question is pretty much self explanatory given the following example The following code *works*: figure A = r...
presque 7 ans il y a | 2 réponses | 1
2
réponsesQuestion
New instance of matlab opening every time I double click a matlab file
Hi Every time i double click a matlab file (*.m, *.mat or *.fig) in an explorer windows, a new MATLAB instance starts, even if ...
environ 7 ans il y a | 1 réponse | 3
1
réponseQuestion
Interactive GUI Patch/Tessellation
Hi everybody I'm trying to design a GUI where the user is able to draw a series of connected patches (a tessellation) over a ...
environ 7 ans il y a | 1 réponse | 0
0
réponseQuestion
MinGW add-on installation fails
Hi I'm trying to install MinGW to compile a .c file. I'm using the Add-Ons menu as suggested by https://it.mathworks.com/help...
environ 7 ans il y a | 2 réponses | 3
2
réponsesA résolu
calculate PI without using pi function
There are many methods to get the pi(Ratio of circumference to diameter). You should get pi without using the pi function in M...
plus de 7 ans il y a
Question
Get maximum number of outputs from anonymous function
Hi everybody. I would like to call a function from within another function. The problem is that i don't know a-priori the numbe...
plus de 7 ans il y a | 2 réponses | 0
2
réponsesA soumis
tabbedFigure(parentFig,tabName,source)
Creates a new tabbed figure window or adds a new tab to an existing one.
plus de 7 ans il y a | 1 téléchargement |
Question
Neural network with time-history input
Hi everybody I would like to create a NN with a time-history as input and a single value as output How can I do it? than...
presque 8 ans il y a | 1 réponse | 0
1
réponseQuestion
Find estimator for bivariate distribution
Hi I have a set of Joint Probability Density Functions obtain from some sets of data. I would like to find the "best fitting li...
environ 8 ans il y a | 1 réponse | 0
0
réponseQuestion
Equivalent of [C{:}] for vertcat
To concatenate horizontally the content of a cell array we can use the very practice syntax [C{:}]. For example: A = {(1:3)...
environ 8 ans il y a | 4 réponses | 1
4
réponsesQuestion
Compute that portion of a surface above a threshold
Hi. I have a variable Z define over a grid of points X,Y. I would like to compute the area of my domain where Z>threshold. ...
environ 8 ans il y a | 1 réponse | 0
1
réponseQuestion
CurrentCharacter properties not working as expected
Hi everybody. if I run the code h=figure; h.CurrentCharacter=char(i); disp(double(h.CurrentCharacter)) for i=1,...
environ 8 ans il y a | 1 réponse | 0
1
réponseQuestion
Pause until a figure close OR a button is pressed
Hi. In the middle of my script I ask the user to zoom a figure and call ginput afterwards. I would like to interrupt (return)...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
Create a nested structure using a variable as field name
Hi everybody Lets say that I have a variable path='\levelOne\levelTwo\levelThree' of which *I don't know the number ...
plus de 8 ans il y a | 1 réponse | 2
1
réponseQuestion
Save changes to class properties with dot notation
Let's say I have a simple class like this one: classdef MyData properties Data = 0; end methods ...
plus de 8 ans il y a | 1 réponse | 0