Hello!
I have a function f that I would like to integrate numerically. For this purpose I used quad(f,a,b) where a and b are the borders of integration. Now I want to integrate to b=infinity and this doesn't work with quad. Is there any other function I can use to numerically integrate to...
I imported a tif-file into matlab and would like to save the resulting huge matrix as a txt file with numbers and tabs (spaces) only.
Thank you for your help