Estadística
9 Preguntas
0 Respuestas
CLASIFICACIÓN
97.992
of 300.539
REPUTACIÓN
0
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
55.56%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.020
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 169.594
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How to find area of all possible polygons?
n = 5; % No. of control points array = 1:1:n; p=arrayfun(@(k) num2cell(nchoosek(array,k),2), 3:length(array), 'u...
alrededor de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
How to find all the possible permutations in a given array?
The following vector is x = [1 ; 2 ; 3 ; 4 ; 8 ]; I want to find all possible permutations of the given vector by taking 5 ...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot a 3-D grid from a set of points with coordinates?
<</matlabcentral/answers/uploaded_files/112112/2rpUE.png>> I have the following set of control points to draw the Bezier surf...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to apply periodic boundary condition in a finite difference method?
I have a matrix 'q' with dimension 120*120 which will be used in finite difference method. But for the finite difference method ...
casi 8 años hace | 0 respuestas | 0
0
respuestasPregunta
How to code the following assembly line balancing problem.
s = [1 1 1 1 2 6 8 10 3 4 5 7 9 ]'; t = [2 3 4 5 6 8 10 11 7 7 7 9 11]'; names = {'1' '2' '3' '4' '5' '6' '7' '8' '9' '10...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
How to debug this type of error ??
d_p = 0.8; d_b = 3.9; c_b = 4.39; l = 10.6; n_t=6; n_z=1; nt = 400; ...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to convert circumferential data to angular data in Matlab?
I have a Matrix H which is the addition of two matrix G,FF .Both G and FF must be defined with circumferential data i.e. x...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
How to solve the error in the following code ''Index Exceeds matrix dimension"?
nt = 100; nz = 60; x=linspace(0,2*pi*50,nt); y=linspace(-80,20,nz); [X,Y]=meshgrid(x,y); for i = ...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to know which line is intersecting a curve mostly?
I have a set of curves & a set of lines.I want to know which line intersects the most with a curve?
más de 8 años hace | 1 respuesta | 0
