Question


R2014b: How to make the filled areas in contourf semi-transparent?
(At least) in Release 2014b, the contourf - command returns a Contour object, which may be filled or not, but there is no such t...

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

1

réponse

Question


Integrate angular velocity for Newton/Euler equations for single body under force load
Hi folks, i have the following task to solve: i want to calculate the point reaction forces of a body under arbitrary load of so...

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

0

réponse

Réponse apportée
Usings subs on matrices ?
C(C==exp1) = exp2; ??

plus de 12 ans il y a | 0

Réponse apportée
How to plot in GUI from obtained values?
Use the handles structure and the built-in function guidata: function xls_read_button_Callback(hObject, eventdata, ...

plus de 12 ans il y a | 0

Réponse apportée
inpolygon equivalent function in 3D?
Try intriangulation on the FEX. Regards, Johannes

presque 13 ans il y a | 0

Réponse apportée
How to merge 2 different 3-D surface patch objects (Faces & Vertices) in 1 patch object with ONLY the outside surface (inside points removed)
Not an answer, but a comment. I also tried to solve this problem with several steps: 1. Determine the inside/outside poin...

presque 13 ans il y a | 0

Réponse apportée
Determining if a point is inside an triangulated 3D closed surface
Use intriangulation from the FEX. Regards, Johannes

presque 13 ans il y a | 2

| A accepté

Réponse apportée
How to find elements of a 3d matrix inside a volume
If your volume is tesselated with triangles and watertight, you might be able to use intriangulation from the FEX. Regards, ...

presque 13 ans il y a | 0

Réponse apportée
Whether a given point is inside or outside a non-convex 3D tessellated (triangular mesh/ STL file) object?
If the tesselated surface is watertight and consists of triangles only, you can use intriangulation from the FEX. Regards, J...

presque 13 ans il y a | 0

Réponse apportée
Get a smothed outer surface from a 3D set of points with points that are inside the wanted surface
Reza, you gave the answer yourself. The first step is to get rid of those points that are inside the volume. There is also a ...

presque 13 ans il y a | 0

Question


Find out OS language via datestr command?
Hi folks, i wonder if the datestr command can help finding out the operating system's basic language. I can only test the ...

environ 13 ans il y a | 3 réponses | 1

3

réponses

A résolu


How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...

presque 14 ans il y a

A résolu


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

presque 14 ans il y a

A résolu


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

presque 14 ans il y a

A résolu


Is my wife right?
Regardless of input, output the string 'yes'.

presque 14 ans il y a

A résolu


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

presque 14 ans il y a

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

presque 14 ans il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

presque 14 ans il y a

A soumis


circlefit3d - fit circle to three points in 3d space
Calculate center, radius and plane of circle that passes through three given points

plus de 14 ans il y a | 7 téléchargements |

5.0 / 5
Thumbnail