Community Profile

photo

M.MUSBA Elhadid


Turkey

Last seen: 대략 1개월 전 2017년부터 활동

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.

Programming Languages:
C, MATLAB, Arduino
Spoken Languages:
Arabic, English, Turkish

통계

All
  • Sequences And Series II Master
  • Computational Geometry I Master
  • Introduction to MATLAB Master
  • ASEE Challenge Master
  • Leader
  • Promoter
  • Sequences And Series I Master
  • Knowledgeable Level 1
  • First Answer
  • MATLAB Central Treasure Hunt Finisher
  • Solver

배지 보기

Content Feed

보기 기준

답변 있음
how do I code the following functions?
Firstly,you have to write the mathematical expressions using Matlab Fundamentals. Then plot the results using plot Gallery too. ...

2년 초과 전 | 0

| 수락됨

답변 있음
How can I make 1 by length x array of random numbers from -pi to pi ??
x = ones(1,100); a = [rand(1,length(x))-0.5]+linspace(-pi+0.5,pi-0.5,length(x));

2년 초과 전 | 0

답변 있음
Use combvec for pairs of values
a = repmat(a,2,4);

2년 초과 전 | 0