ibabinaca
Followers: 0 Following: 0
Feeds
提问
Change the size of components in App Designer
Hello, I want to know if its possible to change the size of a component, for example a list box, in App Designer by code. Tha...
5 years 前 | 1 个回答 | 0
1
个回答提问
Efficient sensor placement optimization
Hello, I have this pde model in which i want to put some temperature sensors in the superior face in order to know the tempera...
5 years 前 | 2 个回答 | 0
2
个回答提问
Cutting point line and plane
Hello, I have a plane described by a normal vector n = (a,b,c) and a point P = (x,y,z). Also I have a line passing through the ...
5 years 前 | 1 个回答 | 0
1
个回答提问
Hgtransform and makehgtform at fsurf
Hello, I have a cone ecuation: conefun = @(x,y,z0,phi) z0 + sqrt((x-x0).^2 + (y-y0).^2)*cotd(phi/2); fsurf(@(x,y) conefun(x,...
5 years 前 | 1 个回答 | 0
1
个回答已回答
Value of a variable not changing in the workspace ??
Why are you putting j = j+1? There is no need to put it with matlab. X = load('x.mat'); Y = load('y.mat'); for i=245:10:61503...
Value of a variable not changing in the workspace ??
Why are you putting j = j+1? There is no need to put it with matlab. X = load('x.mat'); Y = load('y.mat'); for i=245:10:61503...
6 years 前 | 1
| 已接受
已回答
what type of plot is this?
https://www.mathworks.com/help/matlab/creating_plots/types-of-matlab-plots.html
what type of plot is this?
https://www.mathworks.com/help/matlab/creating_plots/types-of-matlab-plots.html
6 years 前 | 0
提问
Remove points from a mesh
I have a mesh of points intersecting a cone, and i want to remove all the points inside the conic surface and near to the limits...
6 years 前 | 1 个回答 | 0
1
个回答提问
Generate a cone with a point and angle
Hello, I want to know how to easily generate a cone ecuation with a point and a given angle and parallel to the z axis. The he...
6 years 前 | 2 个回答 | 0
2
个回答提问
Remove points from a mesh with a cutting plane
Hello, I have a 3D cubic mesh in which I want to remove some points. For that I will choose a point (X,0,0) in the x axis and m...
6 years 前 | 1 个回答 | 0