photo

Freddy


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

Followers: 0   Following: 0

統計

MATLAB Answers

4 質問
0 回答

ランク
87,037
of 301,748

評判
0

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

回答採用率
50.0%

獲得投票数
0

ランク
 of 21,405

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 176,353

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


Cuál es el error en el código?
valoresalpha=[0 5 10 15 20 25 30]; valoresbeta=[1.6595 1.5434 1.4186 1.2925 1.1712 1.0585 0.9561]; f=25*(diff(1.6595)./diff(de...

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

1

回答

質問


It takes too long to run the program and in the end I get an error, could you tell me what the error is?
function f=funcionrr(x) xini=[0 4*pi]; t=[0 2*pi]; options=odeset('RelTol',1e-13,'AbsTol',1e-13); ...

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

1

回答

質問


Why do I have an error on line 17 of the code? or there is another error
syms x f=x.^8-7*x.^3 + 7; d=diff(f); fplot(f,[0 10]); pause(1); hold on; lambda=1; xo=1; fxo=1; x_value=[]; y_value=[]...

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

1

回答

質問


Se queda paralizado no corre todo el código y no me dice el error tampoco
%% Datos de entrada %% f=inline('exp(sin(x))-x'); %funcion unimoda...

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

2

回答