Community Profile

photo

M.MUSBA Elhadid


Turkey

Last seen: circa un mese fa Attivo dal 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

Statistiche

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

Visualizza badge

Content Feed

Visto da

Risposto
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. ...

oltre 2 anni fa | 0

| accettato

Risposto
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));

oltre 2 anni fa | 0

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

oltre 2 anni fa | 0