photo

Faez Alkadi


Last seen: plus de 2 ans il y a Actif depuis 2017

Followers: 0   Following: 0

Message

Student

Statistiques

MATLAB Answers

24 Questions
2 Réponses

RANG
11 843
of 297 775

RÉPUTATION
4

CONTRIBUTIONS
24 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
75.0%

VOTES REÇUS
4

RANG
 of 20 469

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 159 513

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

  • First Answer
  • First Review
  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Réponse apportée
Matlab compiler adding version info
Hannes, On Matlab 2021b and you could change the version number from the App "SHARING DETAILS" you could also show the versio...

plus de 3 ans il y a | 0

Question


bufferm works differently with the same data sets?
I am using bufferm to find buffer arounf letters of a name. The letter are consisting of segments in both clockwise and anti_clo...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


Force quiet a callback function on Appdesigner?
I am using Matlab Appdesigner and want to be able to force quiet any callback function and any subfunction with in that callbac...

plus de 3 ans il y a | 1 réponse | 0

0

réponse

Question


How to find the item order number in List Box in App designer?
I have a List box named "Numbers" that has the same 4 items, they all are the number 5. How can I pick the Item3 (The third in o...

plus de 5 ans il y a | 1 réponse | 0

0

réponse

Question


Can I create points on polygon with specific distance between them?
Can someone help to make function to create points with specific distanace from each other on a polygon made of points in XY-pla...

environ 6 ans il y a | 2 réponses | 0

2

réponses

Question


why polybuffer example doesn't work ?
I'm trying to use the function *polybuffer* for 2-D points or lines as in example: <https://www.mathworks.com/help/matlab/ref...

presque 7 ans il y a | 1 réponse | 0

1

réponse

Question


How to expand/shrink 3D Polygon in 2D directions (X-Y)?
I have a *xyz=17x3* array which forms an open square shape. I want to expand the shape (inside *or* outside only) with respect ...

presque 7 ans il y a | 3 réponses | 1

3

réponses

Question


Why polyxpoly does not work?
I have the data points for tow polylines as attached. Where A1 is X-data for polyline 1, B1 is Y-data for polyline 1 and,A2 is X...

environ 7 ans il y a | 2 réponses | 1

2

réponses

Question


Undefined function 'bufferm' for input arguments of type 'double'.?
I used to run the function *bufferm* fine before I Re-install matlab 2017b. And now when I run it for the same type of data I ge...

environ 7 ans il y a | 2 réponses | 1

2

réponses

Question


offset of an STL file
Is there anyway to offset STL File in 3D direction. I know *surf2solid* by Sven turns thin surface to a solid part. But what I'm...

environ 7 ans il y a | 1 réponse | 0

1

réponse

Question


How to post-process output data of SurfaceIntersection function???
Still looking for answer: In the example Surface/Surface Intersection of the function SurfaceIntersection by Jaroslaw Tuszynski...

plus de 7 ans il y a | 1 réponse | 0

0

réponse

Question


How to combine multiple surfaces and extract data points (faces and vertices ) as one surface?
I have 5 surfaces in one file as a (5x1 struct with 2 fields) format, *as attached*. each one is made of Points(vertices) an...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


How to extract edges of a whole 3D plot and also for the holes in it?
I have used the function (plotIGES) to plot a 3D IGES surface(as shown in the picture and attached).And I want to extract the ...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


How to add tolerance to my code ?
I have this code to flipud every other line along x-axis. The code works (only) when the increment on x-axis is an integer numbe...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


How to store only 3 digits after the decimal point?
I'm working on R2016a and using round function to get red of the extra digits that I don't need on right side of the decimal poi...

plus de 7 ans il y a | 2 réponses | 1

2

réponses

Question


Getting array size error when using plotIGESentity?
I'm using the function plotIGESentity from IGES toolbox as follow. for i=1:length(ParameterData); plotIGESentity(Para...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


Is precision the reason my code doesn't work ?
I have a matrix (as attached) I try to find rows that has a specific number in the 2nd column as N. It works when try N=1 or ...

plus de 7 ans il y a | 2 réponses | 0

2

réponses

Question


What C-compiler do I need to be able to use IGES toolbox ?
I have Windows 7 and try to use the IGES toolbox but don't know what C-compiler I should install? Thank you

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


meshgrid and Surf an IGES and/or STL surface with holes in the middle ?
I have a surface model in IGES and STL formats. the model has domes and holes with different shapes (circles, squares...etc) in ...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


How to make 2D boundary follow the data ?
I have this data set (attached). I tried to find the boundary for it but the boundary doesn't follow outer data points exactly (...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


meshgrid .stl file and extract data points?
How to meshgrid an .stl file. lets say we have a thin ribbon shape .stl part and need to meshgrid its face. How can i do this? ...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


Deformed surf using griddata ?
I have a set of data as attached. but when I surf them after using griddata. the result is deformed surf *AS SHOWN IN THE PICTUR...

plus de 7 ans il y a | 2 réponses | 0

2

réponses

Question


How to return data points without the detected once while using Rangesearch function.
How to get red of the detected data points in the matrix [x y] (The points with in the range 0.5) and make the next code returns...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
How to find 2D data points within a specific distance (in X and Y) to the inside direction along boundary line ?
Thank you so much KSSV, One more question please, Do you know how can I delete this detected data points from the original...

plus de 7 ans il y a | 0

Question


How to find 2D data points within a specific distance (in X and Y) to the inside direction along boundary line ?
In 2D data that has a boundary. How to find data points(x,y) which are laying within specific range from the boundary. For examp...

plus de 7 ans il y a | 2 réponses | 0

2

réponses

Question


I have a matrix 6*2 as following (UNDER THE PLOT), after plotting them i get what you see in the figure. so how can i extract data points in new matrix with fixed increment inYaxis(for example of value 0.1 increment )without change Zvalue for curves
<</matlabcentral/answers/uploaded_files/66788/matlab_question.JPG>> X=[0 1 2;1 4 2;2 9 2;3 13 2;4 18 2;5 15 2;5 15 4;4 18 4...

environ 8 ans il y a | 1 réponse | 0

1

réponse