Mohammed Sayan
Florida Institute of Technology
自 2013 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
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...
12 years 前 | 1 个回答 | 0
1
个回答提问
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...
12 years 前 | 2 个回答 | 0
2
个回答提问
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...
12 years 前 | 0 个回答 | 0
0
个回答已回答
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...
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...
12 years 前 | 0
| 已接受
提问
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...
12 years 前 | 2 个回答 | 0
2
个回答提问
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...
12 years 前 | 2 个回答 | 0
2
个回答提问
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 ...
12 years 前 | 2 个回答 | 0
2
个回答已回答
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 ...
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 ...
12 years 前 | 0
提问
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...
12 years 前 | 1 个回答 | 1
1
个回答已回答
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)
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)
12 years 前 | 0
| 已接受
提问
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) ...
12 years 前 | 2 个回答 | 0
2
个回答提问
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...
12 years 前 | 1 个回答 | 0

