"Operator/Operand Mismatch" error while using MatrixOP
Jakub
Hello.
I have a question.
Why this:
MatrixOP/O volume = 4/3*pi*((d50/2)*3)
compiles,
while this:
MatrixOP/O volume = 4/3*pi*((d50/2)^3)
doesn't?
"3" is highlighted in the error.
d50 is a one-column 2DWave.
thank you for your help.
from DisplayHelpTopic "MatrixOp", functions section:
powR(x,y) Returns x^y for real x and y.
October 15, 2020 at 07:13 am - Permalink
In reply to from DisplayHelpTopic … by tony
Thank you. Somehow I missed that bit.
November 2, 2020 at 04:10 am - Permalink