photo

Samya


Last seen: 1年以上 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

0 質問
11 回答

ランク
1,869
of 297,613

評判
34

コントリビューション
0 質問
11 回答

回答採用率
0.00%

獲得投票数
13

ランク
 of 20,457

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,263

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Store all results obtained from a for loop inside a matrix
Hi, from my understanding there is a very minor change in your code, To achieve the desired result, you need to initialize the ...

1年以上 前 | 1

回答済み
Plotting in two side
Hi, To synchronize the ticks on the y-axis of two plots created using the `plotyy` function in MATLAB, you can use the `addaxis`...

1年以上 前 | 1

| 採用済み

回答済み
Adding data to geoscatter clicks
Hi! To display additional information when clicking on a county in California, you can use the `datacursormode` function in MATL...

1年以上 前 | 0

回答済み
adding noise to a sine wave
Hi @mariam alsaid, To add colored noise centered around 4.5kHz to a sine wave and then plot the noisy and filtered sine wave, y...

1年以上 前 | 1

回答済み
How to compile Windows generated code on a Linux machine?
Hi, You can refer to the following MATLAB Answer: How to compile Windows generated code on a Linux machine? - MATLAB Answers -...

1年以上 前 | 1

回答済み
Add harmonic signals to White noise
Hi! To add harmonics to white Gaussian noise and listen to the resulting sound in MATLAB, you can follow these steps: Generate ...

1年以上 前 | 2

回答済み
help in cnn classification
Hello! Yes, you can use Convolutional Neural Networks (CNNs) for classification of feature vectors. CNNs are commonly used for i...

1年以上 前 | 2

回答済み
Reduce Legend line size and box accordingly
To reduce the legend lines length and adjust the legend box, you can modify the following lines of code: Add the `'AutoUpdate',...

1年以上 前 | 1

回答済み
How to link a Simulink's Scope to a App Designer's Axes
To link the App Designer's Axes to the Simulink Scope and mirror the graph while the simulation is running, you can use the Simu...

1年以上 前 | 1

回答済み
how to determine that all cell array value exists in other cell array?
Hi @Mira le! To check if all the values of S are contained in T, you can use the ismember function. Here's the code to check i...

2年弱 前 | 1

回答済み
How to make this plot?
Hi @Yasmin Marsya! Below is how you can approach to solve your question. Input the amount of substance of hydrogen gas (n) Def...

2年弱 前 | 2