photo

Mohammad Hadi Namdar


Last seen: 7日 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Creating a fractal using for and if structures
function func_q26(m,n) figure(1) hold on for i = 1:100000 q = 3*rand(1); if q < 1 m = m/2; n = ...

3年以上 前 | 0