Community Profile

photo

Mohammed Sayan


Florida Institute of Technology

Active since 2013

Followers: 0   Following: 0

Message

Professional Interests: Wirless Systems and Technology, Numerical Analysis

Statistics

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


How to make my code runs faster?
Hello, I programmed this integration but the output results and the plot require some time. Do you have any ideas to change i...

10 years ago | 1 answer | 0

1

answer

Question


How can I add subscripts, superscripts or Greek characters to my tick labels?
Hello, *How do you write Greek characters in XTickLabel? *How do you subscript and superscript Greek characters in XTickLa...

11 years ago | 1 answer | 0

1

answer

Question


Writing Greek letters in tick labels?
Hello, I wanted to type a few Greek letters in XTickLabel and I used \alpha as an example, but it didn't work out that way. I...

11 years ago | 0 answers | 0

0

answers

Answered
Any ideas to find intersection between tan(t) and y1, y2, and y3 line equations?
ieq1=@(t) tan(t)-0.5*t; ieq2=@(t) tan(t)-t; ieq3=@(t) tan(t)-2*t; i1=fzero(ieq1,[pi 3*pi/2]); i2...

11 years ago | 0

| accepted

Question


Any ideas to find intersection between tan(t) and y1, y2, and y3 line equations?
Hello! I want to find intersection between tan(t) and the following line equations but my code instead of giving me two intersec...

11 years ago | 2 answers | 0

2

answers

Question


Any other ways to program tan(x) between [-3*pi/2 to 3*pi/2])?
Hello! I write down the code for the tan(x) between [-3*pi/2 to 3*pi/2]), but I want to reduce it, or doing it in another wa...

11 years ago | 2 answers | 0

2

answers

Question


Repeating Half-range Cosine Function every pi?
Hello, I want to plot half-range periodic cosine function of period (2*pi) between that repeats itself every (pi) from(-3*pi ...

11 years ago | 2 answers | 0

2

answers

Answered
Repeating Half-range Cosine Function every pi?
Thanks for your comments, I tried it by myself but I don't like the way I programmed it because it is very explicit. Any good ...

11 years ago | 0

Question


Is there anyway I can reduce this program to a few lines?
Hello, I would like to reduce this program to 3 lines only or more but not explicit, Any ideas? x1=-3*pi:0.1:-2*pi...

11 years ago | 1 answer | 1

1

answer

Answered
Help: Drawing periodic triangle waveform with period (2*pi) and peak between (0 and -pi).
x=-3*pi:0.01:3*pi; f=@(x) pi*(-sawtooth(x,0.5)-1)/2; line(x,f(x),'color','r', 'linewidth',2.5)

11 years ago | 0

| accepted

Question


Help: Drawing periodic triangle waveform with period (2*pi) and peak between (0 and -pi).
I need to draw periodic triangle waveform with period (2*pi) that repeats between (-3*pi to 3*pi) with a maximum peak value (0) ...

11 years ago | 2 answers | 0

2

answers

Question


How to make function f(x)=-x periodic of (2*pi) explicitly?
Hi Folks, I have a function f(x)=-x that starts from [-pi:pi] and I wanna repeat this function for a few periods of (2*pi) wi...

11 years ago | 1 answer | 0

1

answer