Hi!
I need a help, I am a beginner in matlab programming, I a m trying to write a recursive function in matlab with subscripts but I don't how I should represent it, I have just tried to represent it as follow;
Pmbar_nm = a_nm*q*t*Pmbar_n-1,m - b_nm*q^2*Pmbar_n-2,m;
where by I want the nm...
Hi!
I need a help, I am a beginner in matlab programming and I am trying to write a function to compute associative legendre funtions by recursive relations. I am getting this error message
??? Index exceeds matrix dimensions.
Error in ==> D:\Matlab\Pmbar_nm.m
On line 28 ==> Pbar(m) =...