Printing heading to text file using fprintf
Hi, I am amending my text file with headings using the function fprintf. I took inspiration from other forums and made this scri...
Sum over all diagonals in lower matrix
Hi, I have a matrix which I will take the sum over the diagonals in the lower matrix. So for example my matrix A=rand(4,4); the ...