Tag Archives: Matlab

Plotting a function of one variable

Let’s study one of the most common tasks in the visualization of applied mathematics: plotting a function on a real variable. Matlab’s default settings often need some tuning for a specific purpose. The example is very simple: plot the sine … Continue reading

Posted in Matlab examples, Visualization | Tagged , , | Leave a comment

Displaying Image Data for Comparison

I am often faced with the problem of showing an “original image” and a “reconstructed image,” which may have completely different dynamic ranges. Namely, when working with ill-posed inverse problems, unsuccessful reconstructions sometimes amplify measurement noise a lot. However, it … Continue reading

Posted in Matlab examples, Visualization | Tagged , , , | Leave a comment