Jenni - MATLAB Central
photo

Jenni


Last seen: 10ヶ月 前 2024 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 01/24 to 03/25Use left and right arrows to move selectionFrom 01/24Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

9 質問
0 回答

ランク
192,608
of 297,716

評判
0

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

回答採用率
100.0%

獲得投票数
0

ランク
 of 20,469

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,428

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How to fix my linear fit model?
Hi all! I am trying to find a proper way to fit two linear models to my data points. I have attached the code below. Hence, I a...

12ヶ月 前 | 7 件の回答 | 0

7

回答

質問


How to write a Monte Carlo Simulation?
Hi, I am having troubles in combining plotting and Monte Carlo Simulation. My assignment is following: "Lisa runs a resale bus...

約1年 前 | 1 件の回答 | 0

1

回答

質問


How can I use custom equation in cftool?
Hey! I am trying to plot the magnitude of the magnetic field along the axis of symmetry of the magnet as a function of the dist...

約1年 前 | 1 件の回答 | 0

1

回答

質問


How to plot function with different first x values?
Hey! I am trying to plot voltage, current and the power. My task is to subplot three plots where are these situations: Current...

約1年 前 | 1 件の回答 | 0

1

回答

質問


How to fix a syntax in the oscillator's plot code?
Hi! My assignment would be to observe harmonic oscillator. I have created a function for the driven oscillator's equation of mo...

約1年 前 | 1 件の回答 | 0

1

回答

質問


How to plot a linear function?
Hey! Here is my function and I am trying to plot a linear function in form: y = b_0 + b_1x. How could I plot this function ...

約1年 前 | 1 件の回答 | 0

1

回答

質問


How to fix broken function code?
Hey! Here is my function and I am trying to estimate the values of b_1 and b_0, but when I am running my code, I get following m...

約1年 前 | 1 件の回答 | 0

1

回答

質問


Syntax problem in creating a function which takes a vector as an argument
r_1 = 0.84 - 0.29i; r_2 = 0.84 + 0.29i; c = 4.55; t = [2:1:50]; y(t) = k_1*r_1^t + k_2*r_2^t + c; function out = t out...

約1年 前 | 1 件の回答 | 0

1

回答

質問


Why do I get "Array indices must be positive integers or logical values" when I am trying to plot my functions?
figure(1) alpha=0.89; beta=0.89; gamma=0.5; c(0)=1; i(0)=1; y(0)=2; for t=1:50 y(t) = c(t) + i(t); c(t) = alpha...

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

3

回答