I want to write y(0)=1
but it shows error and I want to change it to
y(θ)=1
how to write θ in place of 0?

4 件のコメント

Ameer Hamza
Ameer Hamza 2020 年 12 月 3 日
Why do you want to write this? What is the context?
Sayali Jadhav
Sayali Jadhav 2020 年 12 月 4 日
For Solving Eulers Explicit method.
What to write it as intial value.
I can start with y(1) as intial value but how come others 0 is displayed as θ?
Sayali Jadhav
Sayali Jadhav 2020 年 12 月 4 日
Thank You so much for responding
Ameer Hamza
Ameer Hamza 2020 年 12 月 4 日
In MATLAB array starts at index 1, so y(1) is the correct way to set initial condition.
"how come others 0 is displayed as θ"
Can you show where it is shown as theta?

サインインしてコメントする。

回答 (1 件)

Ameer Hamza
Ameer Hamza 2020 年 12 月 3 日

0 投票

If you just want to display it, then you can use following code
syms J(theta)
J(theta)=1
This requires the Symbolic toolbox.

カテゴリ

タグ

質問済み:

2020 年 12 月 3 日

コメント済み:

2020 年 12 月 4 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by