LG - MATLAB Central
photo

LG


2022 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 05/22 to 04/25Use left and right arrows to move selectionFrom 05/22Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

8 質問
0 回答

ランク
219,563
of 298,313

評判
0

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

回答採用率
25.0%

獲得投票数
0

ランク
 of 20,563

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,817

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


why is it not plotting?? blank graph
% Ecuaciones Diferenciales Ordinarias dy/dx=f(x,y) a resolver -------------- f1 =@(x,y1,y2) (-6*y2-5*y1)/.5 f2 =@(x,y1,y2) (...

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

1

回答

質問


unable to perform assignment becuase the left and right sides have a different amount of elements HELPPP!!
f1=@(x,y1,y2) (-6*y2-5*y1)/.5 f2=@(x,y1,y2) diff(y1) % Condiciones iniciales ---------------------------------------------...

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

0

回答

質問


why is it not plotting or graph? it comes out blank
R=6; L=0.5; C=0.2; Et=0; % Ecuaciones Diferenciales Ordinarias dy/dx=f(x,y) a resolver -------------- f1=@(x,y1) [x diff(...

3年弱 前 | 2 件の回答 | 0

2

回答

質問


help in runge kutta 4 2nd order with establishing the functions
% Ecuaciones Diferenciales Ordinarias dy/dx=f(x,y) a resolver -------------- f1 =@(x,y1,y2) f2 =@(x,y1,y2) % Condiciones ...

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

1

回答

質問


how can i write the RLC equations? (image)
% Método de RK4Orden --------------------------------------- % x-Vector de tiempo % y1,y2-Vectores de carga y corriente % li-...

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

1

回答

質問


How to find Coefficient R
-

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

1

回答

質問


It is not displaying both plots
x=[2012 2013 2014 2015 2016 2017] y=[10 10.9 11.7 12.6 13.8 14.9] plot(x,y,'dk') xlabel('Año') ylabel('Eje y') title('P...

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

1

回答

質問


The graph is coming out blank
The graph for plot(x0,y0) comes out with no values, it´s blank. How can I solve this? clear all clc f=@(x,y) -y/.1; %función ...

3年弱 前 | 2 件の回答 | 0

2

回答