Community Profile

photo

Claudio


Laboratoire de Biomécanique / Arts & Métiers ParisTech

Last seen: 9 mois il y a Actif depuis 2017

Followers: 0   Following: 0

Contact

Professional Interests: biomechanics, quantitative ultrasound

Statistiques

All
  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 1
  • GitHub Submissions Level 2
  • First Review
  • First Submission
  • Solver

Afficher les badges

Feeds

Afficher par

Question


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. ...

presque 2 ans il y a | 1 réponse | 1

0

réponse

A soumis


write3mf
Writes 3mf 3D file from vertices, faces and optionally colours

environ 2 ans il y a | 3 téléchargements |

Thumbnail

A soumis


FE_2D_beam_solver
A simple finite element solver for 2D beams

environ 4 ans il y a | 5 téléchargements |

A résolu


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 ...

environ 6 ans il y a

A résolu


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] ...

environ 6 ans il y a

A résolu


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...

environ 6 ans il y a

A résolu


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...

environ 6 ans il y a

A résolu


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...

plus de 6 ans il y a