MATLAB: Alternative command to interpolateSolution on manipulated results item

interpolatesolutionMATLABpde

Hello,
I'm trying to use the command interpolateSolution onto a matrix calculated by the results of a PDE analysis.
The correct workflow uses 'results' in the interpolateSolution command, where results = pdesolve(model, time). In my case, I have manipulated the solution matrix with some calculations and thus I cannot use the new matrix as interpolateSolution entry.
Is there an alternative command to do the same action?
In particular, I need to interpolate my results over a structured meshgrid and reduce the node number.
Thank you in advance, bests

Best Answer

You can try using the createPDEResults function.
Regards,
Svetlana Pease
Technical writer, MathWorks documentation group
Related Question