how to call a time dependent function in matlab in another time dependent function

I just want to call a function in another function. I am getting an error i dont get what is wrong in that.if any one can help it will be nice.

1 件のコメント

per isakson
per isakson 2019 年 12 月 14 日
編集済み: per isakson 2019 年 12 月 14 日
I fail to reproduce any error
>> F= nonmnoise(); whos F
Name Size Bytes Class Attributes
F 1x100 800 double
and
>> [t,x] = call1_dstate(); whos t x
Warning: Imaginary parts of complex X and/or Y arguments ignored
> In call1_dstate (line 14)
Name Size Bytes Class Attributes
t 437x1 3496 double
x 437x4 27968 double complex
The warning refers to
plot(t,tr_rho2)
What error do you encounter?

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

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeScope Variables and Generate Names についてさらに検索

タグ

質問済み:

2019 年 12 月 12 日

編集済み:

2019 年 12 月 14 日

Community Treasure Hunt

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

Start Hunting!

Translated by