photo

John


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

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
0 回答

ランク
138,562
of 297,503

評判
0

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

回答採用率
40.0%

獲得投票数
0

ランク
 of 20,449

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,017

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


Operator '*' is not supported for operands of type 'function_handle'.
draw_my_plots function draw_my_plots L = 3; eta_0 = 1 % Initial value of eta tol = 1e-5; rho = 1; max_iter = 100; % Maximu...

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

1

回答

質問


Invalid expression. Check for missing or extra characters
L = 3; eta_0 = 1 % Initial value of eta tol = 1e-5; rho = 1; max_iter = 100; % Maximum number of iterations % Define the ...

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

1

回答

質問


I run this but its given me issues. Can someone assist
```matlab % Step 1: Define variables and parameters eta = 1; % Initial value of eta epsilon = 1e-5; % Convergence condition ...

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

1

回答

質問


Array indices must be positive integers or logical values.
nMax = 100; % Maximum value of n tol = 1e-5; % Tolerance value % Initialize arrays to store the values of eta eta1 = zeros(...

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

2

回答

質問


Index exceeds the number of array elements. Index must not exceed 100
eta = 0.25 omega = 0.01 gamma = 0.1 zeta = 0.1 theta = 0.5 alpha = 0.5 psi = eta/2 AJ = eta/4 beta = 0.02 %Now, we ca...

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

1

回答