統計
MATLAB Answers
3 質問
0 回答
ランク
of 171,413
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
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...
3年以上 前 | 0 件の回答 | 0
0
回答質問
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...
3年以上 前 | 1 件の回答 | 0
1
回答質問
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...
3年以上 前 | 1 件の回答 | 0
