Community Profile

photo

Ebrahim Soujeri


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

All
  • Solver
  • First Answer

View badges

Feeds

View by

Answered
How do I plot a circle with a given radius and center?
The shortest code for it could be this: function plotcircle(r,x,y) th = 0:pi/100:2*pi; f = r * exp(j*th) + x+j*y; plot(rea...

3 years ago | 2

Answered
Cannot find meditor ( for the LIFE OF ME)
There are many universal editors available today, using which you can edit for several programming languages including Matlab. ...

3 years ago | 0