Lakshmi K


Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


I am trying to run a forest fire simulation. However, when I run the following code in Matlab, the plot window is blank. What do i do?
This is the code: function y = fire_sim(N,p) figure(1); %sets size of forest NxN C = ones(N,N); ...

8 years ago | 3 answers | 0

3

answers