01-22-2024 03:21 AM
Hi
I am tring to convert the following For loop code to blocks. May you help me to do that ?
Solved! Go to Solution.
01-22-2024 05:02 AM - edited 01-22-2024 05:03 AM
Hi Husam,
@HUSAM2324 wrote:
I am tring to convert the following For loop code to blocks. May you help me to do that ?
aa = 1;bb = n;for i = 1:k-1bb = bb*(n-i);aa = aa*(i+1);end
01-23-2024 01:30 AM
Thank you very much GerdW