
M.MUSBA Elhadid
Turkey
Automation Engineer, control systems, Radar Systems.
Education: Bachelor's degree, Electrical and Electronic Engineering Faculty, 2001 - 2006
CONTACT
Location: Gaziantep, Turkey Mobilephone: +90330463988
gmail: mhamd.haded@gmail.com
Automation Engineer, control systems, Teaching.
Career Level: Executive/Director, Technician Support.
C, MATLAB, Arduino
Spoken Languages:
Arabic, English, Turkish
Statistics
0 질문
3 답변
0 문제
332 해답
순위
9,002
of 260,103
평판
4
참여
0 질문
3 답변
답변 채택
0.00%
획득한 표
0
순위
265
of 111,664
참여
0 문제
332 해답
점수
4,477
배지 수
20
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
해결됨
Matlab Basics - Rounding III
Write a script to round a large number to the nearest 10,000 e.g. x = 12,358,466,243 --> y = 12,358,470,000
약 13시간 전
해결됨
Matlab Basics - Rounding II
Write a script to round a variable x to 3 decimal places: e.g. x = 2.3456 --> y = 2.346
약 13시간 전
해결됨
Check that number is whole number
Check that number is whole number Say x=15, then answer is 1. x=15.2 , then answer is 0. http://en.wikipedia.org/wiki/Whole_numb...
약 13시간 전
해결됨
MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9
약 13시간 전
해결됨
MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8
약 13시간 전
해결됨
MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9
약 13시간 전
해결됨
Velocity Conversion
Given a velocity in mph, convert it to km/h. Round the answer to the fourth decimal place.
약 15시간 전
해결됨
Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.
약 16시간 전
해결됨
Mandelbrot Numbers
The <http://en.wikipedia.org/wiki/Mandelbrot_set Mandelbrot Set> is built around a simple iterative equation. z(1) = c z...
약 18시간 전
해결됨
Find the peak 3n+1 sequence value
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...
9일 전
해결됨
Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.
9일 전
해결됨
Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...
9일 전