
Claudio
Institut de Biomécanique Humaine Georges Charpak
Followers: 0 Following: 0
Professional Interests: biomechanics
English, French, Italian
Estadística
CLASIFICACIÓN
233.818
of 297.569
REPUTACIÓN
0
CONTRIBUCIONES
1 Pregunta
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
10.108 of 20.459
REPUTACIÓN
61
EVALUACIÓN MEDIA
5.00
CONTRIBUCIONES
3 Archivos
DESCARGAS
9
ALL TIME DESCARGAS
226
CLASIFICACIÓN
54.312
of 159.178
CONTRIBUCIONES
0 Problemas
5 Soluciones
PUNTUACIÓN
60
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
Enviada
FE beam solver
A simple finite element solver for 2D and 3D beams
13 días hace | 1 descarga |

Pregunta
Multiple custom graphics object inheriting from ChartContainer
I am trying to write a custom chart (or graphical object, rather), and I would like to plot several of them in a single figure. ...
casi 3 años hace | 1 respuesta | 1
1
respuestaEnviada
write3mf
Writes 3mf 3D file from vertices, faces and optionally colours
casi 3 años hace | 4 descargas |

Resuelto
First non-zero element in each column
For a given matrix, calculate the index of the first non-zero element in each column. Assuming a column with all elements zero ...
alrededor de 7 años hace
Resuelto
Replicate elements in vectors
Replicate each element of a row vector (with NaN) a constant number of times. Examples n=2, A=[1 2 3] -> [1 1 2 2 3 3] ...
alrededor de 7 años hace
Resuelto
Set the array elements whose value is 13 to 0
Input A either an array or a vector (which can be empty) Output B will be the same size as A . All elements of A equal to 13...
alrededor de 7 años hace
Resuelto
Find the largest value in the 3D matrix
Given a 3D matrix A, find the largest value. Example >> A = 1:9; >> A = reshape(A,[3 1 3]); >> islargest(A) a...
alrededor de 7 años hace
Resuelto
Number of Even Elements in Fibonacci Sequence
Find how many even Fibonacci numbers are available in the first d numbers. Consider the following first 14 numbers 1 1 2...
más de 7 años hace