Community Profile

photo

Gaetano Pavone


Last seen: 5일 전 2019년부터 활동

통계

  • Thankful Level 3

배지 보기

Content Feed

보기 기준

질문


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

3개월 전 | 답변 수: 3 | 0

3

답변

질문


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

대략 1년 전 | 답변 수: 2 | 0

2

답변

질문


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

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 1년 전 | 답변 수: 2 | 0

2

답변

질문


Create dir using greek symbol
How can I create a dir whose name includes \Delta?

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

2년 초과 전 | 답변 수: 6 | 0

6

답변

질문


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

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


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'] ...

대략 3년 전 | 답변 수: 3 | 0

3

답변

답변 있음
Programmatically 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...

3년 초과 전 | 0

| 수락됨

질문


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

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 4년 전 | 답변 수: 0 | 0

0

답변

질문


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

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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.

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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?

대략 4년 전 | 답변 수: 0 | 0

0

답변

질문


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

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

더 보기