Gaetano Pavone
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
147.742
of 295.527
REPUTACIÓN
0
CONTRIBUCIONES
31 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
64.52%
VOTOS RECIBIDOS
0
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
of 154.057
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
create cell from array with specified size
Hello, Let mymatrix a 24x1 double, how is it possible to obtain a group as specified_sizex1 cell? For example: mymatrix=[1:24...
11 meses hace | 3 respuestas | 0
3
respuestasPregunta
Surf plot of minimum values of four matrices
Hello, I have the following 4 matrices: ZCV=[1 2 1 2;6 5 2 8;3 5 9 4; 11 2 0.5 6]; % yellow surf ZBTmod=[5 2 9 4;1 2 0.2 9;10 ...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
Find minimum among matrices with different sizes
Hello, I have two matrices: A=[2 8 4; 7 3 9] and B=[1 3 5]. I want to compare A and B for finding the minimum values such that ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Finding row index in a matrix in which the sum of the elements is greater than 1
I have the following matrix: S=[1,0,0;0,1,0;1,1,0;0,1,1;0,0,1] I want to find row indexes in which the sum of the elements is ...
casi 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Create dir using greek symbol
How can I create a dir whose name includes \Delta?
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Extract element from a table
I have a 56x4 table in which first column collects strings, while the other columns have non-null number. edgetable=table(edget...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Intersection of two lines
Hi, I have four coplanar points P1, P2, P3 and P4 in 3d. I would like to calculate the intersection point among the line passing...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Z-angle of a fit-plane having 4 points
Hi, how can I calculate the z-angle of the plane that best fits 4 points having their coordinates? Then, I would like to plot ...
alrededor de 3 años hace | 6 respuestas | 0
6
respuestasPregunta
Remove specific edgelabels in the plot of a graph
I would like to remove specific edgelabels in the plot of a graph. In particular, edgelabels that do not satisfy some conditions...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
for loop with vectors having different sizes
I have the following problem: a=[1 2]; b=[3 4 5]; c=[6 7]; d=[8 9 10 11]; casetype='trial'; for activevector=[a' b'] ...
casi 4 años hace | 3 respuestas | 0
3
respuestasProgrammatically define elements of a matrix
This is the solution: for i=1:size(nodes,2) nodestotal(:,i)=nodes(:,i); index1=(size(nodes,2)+1:size(nodes,2)-Vtype:t...
más de 4 años hace | 0
| aceptada
Pregunta
Programmatically define elements of a matrix
I have the following code: cellnumber=6; Vtype=4; r=500; H=500; d=0.5*r; nodes = [0 0 r 0 -r 0 sqrt(2)*r/2 -sqrt(2)*r/2 -s...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Create a 3*m matrix in app designer
I would like to define an editable 3*m matrix in app designer programmatically defined by users. Once defined the parameter m i...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
question to continue the code
I would like to create a code that creates a folder, verifies if it already exists and if it occurs asks the user if continue or...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
video duration and multiple sublots in a single video
I have the following modified demo code for creating video: Z = peaks; surf(Z); set(gca,'nextplot','replacechildren'); v...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
create video of position from matrix
I would like to plot the evolution of the positions of the nodes of my graph by extracting such informations from a matrix. I ha...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
uimenu for labelling according to elements in a vector
I have the following code: node = [100 -50 -50 -86.6025 0 86.6025;0 86.6025 -86.6025 50 -100 50;0 0 0 200 200 200]; edge = [1 ...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
join words for a title in plot
I would like to add a customized title to my plot: name='function'; x = 0:pi/100:2*pi; y = sin(x); plot(x,y) title(['Plot o...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
framed nodelabel in a graph
Is it possible to plot a graph with framed nodelabels? I would like to obtain nodelabels inserted in a square.
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
plot graph with cylinder
Is it possible to plot a 3d graph by using a cylinders (or a tubes) instead of the default straight lines in Matlab?
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
error graph with EdgeTable
I would like to plot a graph consistent with the connectivity properties written in 'edge' with a customized width of the edges....
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
print with specified stylesheet and format in R2019b
I have a function createfigure.m which creates a figure. I would like to add the possibility of automatically save or print the ...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
scatter with custom color of point
I have a timetabel TT with 3 columns and 153424 rows: column 1 named Timewh1 column 2 named Var1_TTwh1hourclean column 3 nam...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
transform 5 minutes timeseries to hourly timeseries
I have a timeseries built with about 5 minutes time intervals among each observation. I would like to transform it in a hourly t...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
remove outliers form timeseries
I have an original timeseries ts and I would like to apply a filter for removing the outliers. In particular I define a percenti...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Customize xtick in plot of timeseries
I have several timeseries, which start at Apr 2015 and conclude at Mar 2019, like this: I would like to plot each of them wit...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
create function to plot several timeseries
I have the following timeseries (only few rows are showed): I have plotted such timeseries and then, by using the "Generate C...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
recall updated vector from a loop
I have a column vector "displacement" with 18 elements, which is updated at every iteration (Nsteps) in a loop. I would like to...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Simplify code with nested if
I have a matrix C in which every row contains dates and times. In the fourth column months are indicated as Jun, Feb, Mar, etc.....
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
concatenate structs and then plot a specified column
I have the following folder, named Dati_Finali: Each mat file contains a single variable named dati_finali, see the following...
alrededor de 5 años hace | 1 respuesta | 0