Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Processor]Incorrect dimensions for matrix multiplication #34

Open
FengJin2023 opened this issue Nov 26, 2023 · 0 comments
Open

[Processor]Incorrect dimensions for matrix multiplication #34

FengJin2023 opened this issue Nov 26, 2023 · 0 comments

Comments

@FengJin2023
Copy link

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?

  • 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);

1126_processor_error.zip
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant