Community Profile

photo

M.MUSBA Elhadid


Turkey

Last seen: 1 month ago Active since 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

Statistics

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

View badges

Content Feed

View by

Answered
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 years ago | 0

| accepted

Answered
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 years ago | 0

Answered
Use combvec for pairs of values
a = repmat(a,2,4);

2 years ago | 0