![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8019906_1542893496486_DEF.jpg)
ibabinaca
Followers: 0 Following: 0
Estadística
7 Preguntas
2 Respuestas
0 Problemas
12 Soluciones
CLASIFICACIÓN
7.717
of 297.016
REPUTACIÓN
6
CONTRIBUCIONES
7 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
32.935
of 157.725
CONTRIBUCIONES
0 Problemas
12 Soluciones
PUNTUACIÓN
130
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 5 años hace | 2 respuestas | 0
2
respuestasResuelto
Find the numeric mean of the prime numbers in a matrix.
There will always be at least one prime in the matrix. Example: Input in = [ 8 3 5 9 ] Output out is 4...
más de 5 años hace
Resuelto
Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.
más de 5 años hace
Resuelto
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
más de 5 años hace
Resuelto
Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...
más de 5 años hace
Resuelto
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]; ...
más de 5 años hace
Resuelto
Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...
más de 5 años hace
Resuelto
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
más de 5 años hace
Resuelto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
más de 5 años hace
Resuelto
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 ...
más de 5 años hace
Resuelto
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:...
más de 5 años hace
Resuelto
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...
más de 5 años hace
Pregunta
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 ...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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,...
casi 6 años hace | 1 respuesta | 0
1
respuestaValue 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...
casi 6 años hace | 1
| aceptada
what type of plot is this?
https://www.mathworks.com/help/matlab/creating_plots/types-of-matlab-plots.html
alrededor de 6 años hace | 0
Pregunta
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...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
alrededor de 6 años hace | 1 respuesta | 0