In GAMA's manual, I observed that diffusion can be performed by customizing uniform/irregular gradient matrices, as shown in the figure.
But I couldn't find any code that can use gradient matrix to perform diffusion, and when I wrote code it like this:
an error occurred:""matrix:" and "propagation:" can not be used at the same time".
Does this mean that gradient diffusion cannot be performed based on a custom matrix, and can only be executed using parameters such as variation and radius? However, my project requires irregular gradient diffusion, and diffusion based on parameters cannot achieve that complex effect.
So, is there anyone who can help me?
Thank you very much!!!