photo

Mohammed Sayan


Florida Institute of Technology

2013 年からアクティブ

Followers: 0   Following: 0

Professional Interests: Wirless Systems and Technology, Numerical Analysis

統計

MATLAB Answers

9 質問
3 回答

ランク
35,225
of 301,229

評判
1

コントリビューション
9 質問
3 回答

回答採用率
66.67%

獲得投票数
1

ランク
 of 21,201

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 173,547

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • First Review
  • Thankful Level 1

バッジを表示

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年以上 前 | 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年以上 前 | 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年以上 前 | 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...

12年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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 ...

12年以上 前 | 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年以上 前 | 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)

12年以上 前 | 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年以上 前 | 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年以上 前 | 1 件の回答 | 0

1

回答