Statistiques
RANG
149 116
of 300 364
RÉPUTATION
0
CONTRIBUTIONS
34 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
64.71%
VOTES REÇUS
0
RANG
of 20 934
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 407
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
Feeds
Finding coordinates of a point from bisector of two lines
Dear @Star Strider, can you please replace your answer?
5 mois il y a | 0
Question
Finding coordinates of a point from bisector of two lines
I have two points, P1 and P2. Starting from M1 (middle point among P1 and the origin), I want to know the coordinates of the poi...
5 mois il y a | 2 réponses | 0
2
réponsesQuestion
solve set of inequalities and plot the solution
I want to solve the following inequalities and then plot the solution: syms alpha beta eq_E_Bar=0.0664057051742095*alpha+bet...
6 mois il y a | 1 réponse | 0
1
réponseQuestion
How to set black color for zero (or nan) values in surf and contourf plots?
I want to use surf plot such that all negative and zero values should be plotted in black by using autumn colormap. I'm trying ...
6 mois il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 2 ans il y a | 3 réponses | 0
3
réponsesQuestion
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 ...
plus de 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
Create dir using greek symbol
How can I create a dir whose name includes \Delta?
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
environ 4 ans il y a | 6 réponses | 0
6
réponsesQuestion
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...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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'] ...
plus de 4 ans il y a | 3 réponses | 0
3
réponsesProgrammatically 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...
plus de 5 ans il y a | 0
| A accepté
Question
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...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 5 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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.
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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?
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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....
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 6 ans il y a | 1 réponse | 0
