Community Profile

photo

M.MUSBA Elhadid


Turkey

Last seen: 2ヶ月 前 2017 年からアクティブ

Followers: 0   Following: 0

連絡

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

バッジを表示

Feeds

表示方法

回答済み
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