Estadística
CLASIFICACIÓN
11.078
of 295.569
REPUTACIÓN
4
CONTRIBUCIONES
2 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
3.068 of 20.247
REPUTACIÓN
522
EVALUACIÓN MEDIA
4.80
CONTRIBUCIONES
2 Archivos
DESCARGAS
16
ALL TIME DESCARGAS
4790
CLASIFICACIÓN
81.621
of 154.105
CONTRIBUCIONES
0 Problemas
2 Soluciones
PUNTUACIÓN
30
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
how to extract FEM matrices from structuralModel
I created a structuralModel using createpde('structural', 'planestress') I then assign a geometry, specify coefficents, etc, ...
casi 6 años hace | 0 respuestas | 0
0
respuestasEnviada
einsum
Efficiently calculates tensor contraction in any dimension. It uses MATLAB's matrix multiplication so it's parallelized and opti...
alrededor de 6 años hace | 12 descargas |
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 7 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 7 años hace
An expression for choosing a value from the array automatically
The function choose=@(arr) arr(ceil(rand*length(arr))) chooses a random element of a vector. For example choose([1 ...
más de 10 años hace | 0
| aceptada
Pregunta
Syntax highlighting stops working when typing Hebrew letters
I use MATLAB R2012a on Fedora 16. The syntax highlighting works well, but when I return to the office after leaving MATLAB op...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaEnviada
Skeletonization using voronoi
An efficient skeletonization (thinning) which uses the Voronoi diagram.
más de 14 años hace | 4 descargas |