photo

Moslem Uddin


Last seen: 3年弱 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
1 回答

ランク
182,506
of 300,765

評判
0

コントリビューション
8 質問
1 回答

回答採用率
75.0%

獲得投票数
0

ランク
 of 21,084

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,941

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

回答済み
Plotting with nested for loops
clc, clear all syms y t=[0 pi 2*pi]; a=[5 10]; for k=1:length(a) for j=1:length(t) f=a(k)*sin(t(j)*y); ...

5年以上 前 | 0

| 採用済み

質問


Plotting with nested for loops
I have resolved the issue with the following code: clc, clear all syms y t=[0 pi 2*pi]; a=[5 10]; for k=1:length(a) ...

5年以上 前 | 2 件の回答 | 0

2

回答

質問


Plotting multiple functions in the same graph
I want to plot two different functions in a same graph for different values of a parameter. I tried the following code: clc c...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


Plotting infinite series with set of parameters
I want to plot the following functions, Here, and given by is a set of values of values given by, I have approximated ...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


Figure color become black in latex
I am using the the following code to save figure to a certain folder in my pc in eps format(compatible with LaTex).But, instead ...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


plotting generates hidden figure
while plotting i have the following figure, which is hiden. What to do?

6年以上 前 | 1 件の回答 | 0

1

回答

質問


analytical solution of system of nonlinear equations
Hi, I am trying to solve a system of two nonlinear equations analytically. But it gives no output. I attached the code and func...

7年弱 前 | 0 件の回答 | 0

0

回答

質問


setting two legend for two function
Please help me in setting two legend for two functions in the attached code.

7年弱 前 | 1 件の回答 | 0

1

回答

質問


plots giving wrong out output
I have two functions to plot(attached figure). I want to plot them and plot given by matlab seems not to be valid. Two functions...

7年弱 前 | 1 件の回答 | 0

1

回答