photo

Noah Safra


Last seen: 20 jours il y a Actif depuis 2021

Followers: 0   Following: 0

Message

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

Programming Languages:
Python, MATLAB, Visual Basic
Spoken Languages:
English

Statistiques

All
MATLAB Answers

0 Questions
1 Réponse

Cody

0 Problèmes
9 Solutions

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

RANG
40 975
of 173 067

CONTRIBUTIONS
0 Problèmes
9 Solutions

SCORE
106

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Review
  • First Answer
  • Revival Level 1
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
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


How to Concatenate two strings?
How to Concatenate two strings?

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