Hi,
I am testing the example_ewp_3D_simulation in Matlab 2013b in Windows 7. I encountered some errors as follows:
1. "Error: File: pstdElastic3D.m Line: 1096 Column: 74
The end operator must be used within an array index expression."
The error line of File: pstdElastic3D.m Line: 1096 Column: 74 is "sij_plot(sensor.mask(x1:x2, y1:y2, z1:z2) ~= 0) = plot_scale(end);"
2. If I replaced the end operator with a real number (e.g. 64) as follows:
"sij_plot(sensor.mask(x1:x2, y1:y2, z1:z2) ~= 0) = plot_scale(64);"
then, I got errors as follows:
"Error using plot_scale
Too many output arguments."
I was wondering if you could please help me with it?
Many thanks,
John