Noah Safra
Followers: 0 Following: 0
Hi there well, I am long time doing programming.. I have been 8 years @ intel as a "Tools & Methodologies" eng. I also worked 5 years @ "Applied Materials" - working 100% of my time writing Matlab code to generate system/calibrations and more. .. Our guys called it "Matlab's heaven". Now I am more than 2 years in "Audio Pixels" . Doing mostly Matlab infrastucture/GUIs/Algo etc
Python, MATLAB, Visual Basic
Spoken Languages:
English
Statistiques
RANG
103 236
of 301 153
RÉPUTATION
0
CONTRIBUTIONS
0 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
0
RANG
of 21 182
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Calling events registered with a COM object
Hi Caser! 1st of all- you MUST see: https://www.mathworks.com/help/matlab/matlab_external/com-event-handlers.html 1st: you...
plus de 4 ans il y a | 0
A résolu
MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9
plus de 4 ans il y a
A résolu
Count number of words in string
Count number of words in string Examples 'hi', answer is 1 'hi hi', answer is 2 'I enjoy cody', answer is 3
plus de 4 ans il y a
A résolu
Find out total non zero element of matrix
Find out Non zero element of matrix A=magic(5) 17 24 1 8 15 23 5 7 14 16 4 6...
plus de 4 ans il y a
A résolu
Is the input divisible by 3?
Return true if the input is divisible by 3 and false if not.
plus de 4 ans il y a
A résolu
Make one big string out of two smaller strings
If you have two small strings, like 'a' and 'b', return them put together like 'ab'. 'a' and 'b' => 'ab' For extra ...
plus de 4 ans il y a
A résolu
For a rectangle, if x is the length and 2x is width. Then find out x from the area of the rectangle?
For a rectangle, if x is the length and 2x is the width. Then find out x from the area of the rectangle? if the area is equal...
plus de 4 ans il y a
A résolu
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 ...
plus de 4 ans il y a
A résolu
The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...
plus de 4 ans il y a



