Statistiques
RANG
23 544
of 295 495
RÉPUTATION
1
CONTRIBUTIONS
30 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
73.33%
VOTES REÇUS
2
RANG
of 20 240
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 991
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
Question
multiple 3D plane plotting
Hi I have the following code to plot a 2D plane in 3D space. the plane is describe by their dip angle and azimuth and the cent...
8 mois il y a | 3 réponses | 0
3
réponsesQuestion
Adding orientation arrow into a point
Hi all, I have a question. How is it possible to add extra information into a point data? This additional information is related...
plus de 3 ans il y a | 1 réponse | 0
0
réponseQuestion
All possible combination based on 2^n but with 1 and -1
Hi all, thank you for those of you who have answered my question below. https://uk.mathworks.com/matlabcentral/answers/829758-a...
plus de 3 ans il y a | 3 réponses | 0
3
réponsesQuestion
All possible combination based on 2^n
I want to create a matrix containing all possible combination. Example of this is shown below. The size of the matrix depends on...
plus de 3 ans il y a | 4 réponses | 0
4
réponsesQuestion
setting color scale of two datasets in the same axis in Matlab
I have two datasets on the same axis. One is plotted using "contourf" and the other one is using "scatter". The one with scatte...
plus de 3 ans il y a | 1 réponse | 1
1
réponseProblem computing inverse Laplace transform of the Bessel function
Can you look at my problem in here please? https://uk.mathworks.com/matlabcentral/answers/575788-stehfest-algorithm-for-a-proble...
plus de 4 ans il y a | 0
Question
Inverse Laplace transform with Bessel function
I have the following function that requires the inverse Laplace transform: where and are constant numbers. And, is the...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
wrapping a value onto 3D surface of an irregular pipe
Dear all, I have generated the following 3D plot showing the surface of an irregular cylinder. The plot was created from the k...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
2D histogram plot for N x M matrix
Hi, I wanted to do make a 2D histogram, something like below My raw dataset plot is shown below; which I created using the fo...
presque 5 ans il y a | 2 réponses | 1
2
réponsesQuestion
Importing data with unequal number of column
Hi all, Firstly, I apologise if the title is not describing what I am going to ask here. Please feel free to change the title ...
presque 5 ans il y a | 3 réponses | 0
3
réponsesQuestion
Area fill between minimum and maximum axis limit
Hi, What is the easiest way to fill up the area of the following data: data=[ 15057 11.276 13.607 ...
environ 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
Merge two matrices of different length with respect to a date
Hi, I want to merge these two datasets. It is slightly different with this one: https://uk.mathworks.com/matlabcentral/answers/...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Filtering outlier in 2D coordinate data
Hi experts, I need your help to remove some outliers in my 2D coordinate data shown below. At, at least, four locations, there...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Filtering column data with the same value
Hi expert, I have the following dataset which I wanted to filter according to the value of the data in the first column. The c...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Scatter plot with extra features
Hi expert, I want to create a scatter plot where each individual points have one extra information which I also want to plot, i...
plus de 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
The inverse of a function numerically with N-terms
Hi, this is an extension of this post https://uk.mathworks.com/matlabcentral/answers/441843-how-to-find-the-inverse-of-a-functio...
presque 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to find the inverse of a function numerically
Hi expert, Can someone tell me how is it possible to find the inverse of this function in which is a complex number and ca...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Calculate slope of a discrete points
Hi all, Can anyone please help me to find the instantaneous gradient (slope) at each points from the following datasets. data=...
presque 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
Polarplot axis label: how to edit the value?
Expert, Can anyone tell me how is it possible to change the radial axis label in polarplot function? I want the original label ...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
customized 2D Cartesian plot
Dear expert, Could anyone help me to customize a Cartesian plot? the problem is as follow: I have the following dataset which ...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Sorting data from specific row
Hi expert, Suppose that I have the following [n x 4] matrix where the last column is the row index. I want to sort this matri...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Equally resampled 2-D data
Hi expert, I need an advise to resample my discreete dataset. The original data is not equally resampled from as can be seen b...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
How to protect an EXE file created using deploytool
How can we optimally protect our EXE file generated using deploytool? What is the best practice? I am aware that it almost impos...
environ 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
Outline of two intersecting curves
Hi, I am trying to get the x and y coordinate an outline produces by two or three intersecting circles as shown in the figure...
environ 6 ans il y a | 1 réponse | 0
0
réponseQuestion
classifying matrix value based on its element
All, I have the following nx3 matrix. My question is how to classify these matrix based on the value in column 3, i.e. I want...
plus de 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
insert input detail into figure
Hi all, I want to insert input detail into my plot in Matlab. For instance, in my example shown below, the curve is calculate...
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
Matrix inversion and summation
Hi all, can anyone help me to explain the mistake in my code below? The problem is as follow: * The following parameter is as...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
how to resample points with preset angle
Hi expert, I am not sure if the title of this post represents the question I am going to ask very well. I have the coordin...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Solving system of equations
Hi expert, May I ask your suggestion on how to solve the following matrix system, <</matlabcentral/answers/uploaded_files/...
presque 7 ans il y a | 1 réponse | 0