Community Profile

photo

Divya


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

2 years ago | 0 answers | 0

0

answers

Question


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...

2 years ago | 1 answer | 0

1

answer

Question


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...

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 0 answers | 0

0

answers