NetLogo のシステム ダイナミックに変数があり、ネストされた if else を次のように試しています。
Md * (( ifelse n_porg = 0 [ 0 ] [ ifelse ( ( SDIa * Total_norg ) / n_porg ) > 1
[ 1 ] [ ( SDIa * Total_norg ) / n_porg ] ] ) / delay )
エラー " Expected reporter
" が表示されます 助けてください
NetLogo のシステム ダイナミックに変数があり、ネストされた if else を次のように試しています。
Md * (( ifelse n_porg = 0 [ 0 ] [ ifelse ( ( SDIa * Total_norg ) / n_porg ) > 1
[ 1 ] [ ( SDIa * Total_norg ) / n_porg ] ] ) / delay )
エラー " Expected reporter
" が表示されます 助けてください