Hello,
I have a problem when putting a MATLAB function in COMSOL My MATLAB function takes x and y as arguments, and my geometry is 2D. My function was interpolated in MATLAB, and if I try to interpolate it on the nodes of my COMSOL model (directly in MATLAB), I obtain a good result. However, when I try to plot the values calculated by COMSOL (exporting the data on nodes in a file), I have a completely different result (values far too low, and profile wrong). The same happen by saving my COMSOL model in a .m and running the model in MATLAB. Does someone know how to fix this problem ?