photo

Divya


Last seen: etwa 2 Jahre vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Incorrect Dimension of matrix multiplication Where I= 178*284 T =8*8, how to make the I compatible to T, If multiplication is done element wise
I = imread('Published\SAMPLE1.jfif'); figure(); imshow(I); %display(I); I = rgb2gray(I); figure(); imshow(I); I = im2doub...

etwa 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


MTIMES (*) is not fully supported for integer classes. At least one argument must be scalar., error in block struct BLOCKPROC encountered an error while evaluating the user-su
n = input("enter the basis matrix dimension: "); a = cell(n, n); alpha2 = ones(1,n)*sqrt(2/n); alpha2(1) = sqrt(1/n); alpha...

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Conversion to cell from double is not possible.
clc close all n = input("enter the basis matrix dimension: "); alpha2 = ones(1,n)*sqrt(2/n); alpha2(1) = sqrt(1/n); alph...

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort