You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying display a image with 'processor', and I used 'compute with the sensor'.
Could you tell me what is the problem?
sensor data:1126_processor_error.zip
display name: LCD-Dell.mat
error:
Error using *
Incorrect dimensions for matrix multiplication. Check that the number of columns in the first matrix matches the
number of rows in the second matrix. To operate on each element of the matrix individually, use TIMES (.*) for
elementwise multiplication.
Error in ieInternal2Display (line 40)
T = inv(displaySPD'*internalCMF);
Error in displayRender (line 40)
M = ieInternal2Display(ip);
Error in ipCompute>ipComputeSingle (line 309)
[img,ip] = displayRender(img,ip,s);
Hello Again,
I was trying display a image with 'processor', and I used 'compute with the sensor'.
Could you tell me what is the problem?
Error using *
Incorrect dimensions for matrix multiplication. Check that the number of columns in the first matrix matches the
number of rows in the second matrix. To operate on each element of the matrix individually, use TIMES (.*) for
elementwise multiplication.
Error in ieInternal2Display (line 40)
T = inv(displaySPD'*internalCMF);
Error in displayRender (line 40)
M = ieInternal2Display(ip);
Error in ipCompute>ipComputeSingle (line 309)
[img,ip] = displayRender(img,ip,s);
1126_processor_error.zip
The text was updated successfully, but these errors were encountered: