フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

function uses another function and that is used by the first function like a cycle

1 回表示 (過去 30 日間)
Meva
Meva 2014 年 11 月 6 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi everyone,
I have three functions which using each other in a while loop and for loop. like :
  1. f uses p function which is array
  2. u uses f,
  3. p uses u
  4. and f uses again p (updated)
so it is a cycle. Imagine I have space variable with 101 nodes and time vector. so for each time the program has to solve f,u,p for each space node. They need to be updated to be used inside of other functions..
So how can I locate these three functions?
Regards, Meva
  3 件のコメント
Meva
Meva 2014 年 11 月 8 日
Hi Geoff Sorry I was unable to touch. u, p functions are array ( 1*101 matrix ).I mean for example every p(i) depends on u(i). Every u(i) depends on f . Every f depends on p(i).
Geoff Hayes
Geoff Hayes 2014 年 11 月 9 日
Meva - please post your code, describing what its current (unexpected) behaviour is and the behaviour that it should exhibit.

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by