Skip to content

[Processor]Incorrect dimensions for matrix multiplication #34

@FengJin2023

Description

@FengJin2023

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions