Jerome Briot
Biomechanics Laboratory, Purpan Hospital, Toulouse, France
Followers: 0 Following: 0
Research engineer - PhD in Biomechanics
http://briot-jerome.developpez.com/
http://www.researchgate.net/profile/Jerome_Briot
http://fr.linkedin.com/in/jeromebriot
Professional Interests: Biomechanics, medical imaging, computer hardware and software development
Statistics
RANK
N/A
of 295,775
REPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
1,112 of 20,280
REPUTATION
1,671
AVERAGE RATING
4.60
CONTRIBUTIONS
24 Files
DOWNLOADS
39
ALL TIME DOWNLOADS
15224
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
Memory in a multiple of the unit byte
Display memory information in a multiple of the unit byte
6 years ago | 1 download |
Submitted
PONG: a tribute to the game created by Atari Inc.
A tribute to the game created by Atari Inc.
8 years ago | 2 downloads |
Submitted
Pixelated contours
Pixelated contour of connected components in a 2D indexed image
8 years ago | 1 download |
Solved
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
8 years ago
Submitted
enumSerial (Windows)
Enumerate serial ports on Windows systems (Win32 API, WMIC, registry)
8 years ago | 1 download |
Submitted
ostxtfile
Get the native operating system and the newline characters for text files
9 years ago | 1 download |
Submitted
TwentyTwenty
A visual tool to highlight differences between two images
9 years ago | 1 download |
Submitted
Short path name on Windows (COM server)
Get the short path name of files and folders on Windows
10 years ago | 1 download |
Submitted
Short and long path name on Windows (MEX)
Conversion between short and long form of path name on Windows
10 years ago | 2 downloads |
Submitted
DOS In Translation
Execute DOS command and return output with good character encoding
10 years ago | 1 download |
Submitted
Get the name of the CPU
Methods to get the name of the CPU on Windows, Linux and Mac
10 years ago | 1 download |
Submitted
Image with non-square pixels
Display image object with non-square pixels (disks, hexagons, octagons, rhombus)
10 years ago | 4 downloads |
Submitted
wmicGetHardwareInfos
Get computer hardware information on Windows with WMIC
10 years ago | 2 downloads |
Submitted
wmicGet
Get computer and operating system information on Windows with WMIC
10 years ago | 1 download |
Solved
Implement a ROT13 cipher
Replace each character in string s1 with the character that is shifted 13 positions from it (wrap back to the beginning if neces...
12 years ago
Solved
Clean the List of Names
Given a list of names in a cell array, remove any duplications that result from different capitalizations of the same string. So...
12 years ago
Solved
Replace NaNs with the number that appears to its left in the row.
Replace NaNs with the number that appears to its left in the row. If there are more than one consecutive NaNs, they should all ...
12 years ago
Solved
Balanced number
Given a positive integer find whether it is a balanced number. For a balanced number the sum of first half of digits is equal to...
12 years ago
Solved
Read a column of numbers and interpolate missing data
Given an input cell array of strings s, pick out the second column and turn it into a row vector of data. Missing data will be i...
12 years ago
Solved
Elapsed Time
Given two date strings d1 and d2 of the form yyyy/mm/dd HH:MM:SS (assume hours HH is in 24 hour mode), determine how much time, ...
12 years ago
Solved
Sums with Excluded Digits
Add all the integers from 1 to n in which the digit m does not appear. m will always be a single digit integer from 0 to 9. no...
12 years ago
Solved
Summing Digits within Text
Given a string with text and digits, add all the numbers together. Examples: Input str = '4 and 20 blackbirds baked in a...
12 years ago
Solved
Counting Money
Add the numbers given in the cell array of strings. The strings represent amounts of money using this notation: $99,999.99. E...
12 years ago