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
Programming Languages:
Python, MATLAB, Visual Basic
Spoken Languages:
English
Python, MATLAB, Visual Basic
Spoken Languages:
English
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...
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...
대략 4년 전 | 0
문제를 풀었습니다
MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9
4년 초과 전
문제를 풀었습니다
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
4년 초과 전
문제를 풀었습니다
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...
4년 초과 전
문제를 풀었습니다
Is the input divisible by 3?
Return true if the input is divisible by 3 and false if not.
4년 초과 전
문제를 풀었습니다
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 ...
4년 초과 전
문제를 풀었습니다
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...
4년 초과 전
문제를 풀었습니다
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 ...
4년 초과 전
문제를 풀었습니다
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...
4년 초과 전



