Claudio - MATLAB Central
photo

Claudio


Institut de Biomécanique Humaine Georges Charpak

Last seen: 4 days ago Active since 2017

Followers: 0   Following: 0

Message

Professional Interests: biomechanics

Spoken Languages:
English, French, Italian

Statistics

All
CodyFile ExchangeMATLAB AnswersFrom 12/17 to 03/25Use left and right arrows to move selectionFrom 12/17Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

1 Question
0 Answers

File Exchange

3 Files

Cody

0 Problems
5 Solutions

RANK
233,818
of 297,569

REPUTATION
0

CONTRIBUTIONS
1 Question
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
10,108 of 20,459

REPUTATION
61

AVERAGE RATING
5.00

CONTRIBUTIONS
3 Files

DOWNLOADS
9

ALL TIME DOWNLOADS
226

RANK
54,312
of 159,178

CONTRIBUTIONS
0 Problems
5 Solutions

SCORE
60

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Submitted


FE beam solver
A simple finite element solver for 2D and 3D beams

13 days ago | 1 download |

0.0 / 5
Thumbnail

Submitted


arrow3D
A 3D arrow in matlab

14 days ago | 4 downloads |

0.0 / 5
Thumbnail

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

3 years ago | 1 answer | 1

1

answer

Submitted


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

3 years ago | 4 downloads |

5.0 / 5
Thumbnail

Solved


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

7 years ago

Solved


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

7 years ago

Solved


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

7 years ago

Solved


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

7 years ago

Solved


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

7 years ago