MATLAB ヘルプ センター
Horizontal concatenation of two sensing dictionaries
Since R2022a
Anew = horzcat(A,B)
Anew = [A,B]
Anew = horzcat(A,B) creates a custom sensing dictionary by appending the columns in B after the columns in A. The dictionaries A and B must have the same number of rows.
Anew
A
B
example
Anew = [A,B] is equivalent to Anew = horzcat(A,B).
collapse all
Create two sensing dictionaries of size 100-by-100. Set the basis type of one dictionary to 'dct' and to 'walsh' for the other dictionary.
'dct'
'walsh'
A = sensingDictionary(Type={'dct'}); B = sensingDictionary(Type={'walsh'});
Concatenate the two sensing dictionaries.
C = [A B]
C = sensingDictionary with properties: Type: {'dct' 'walsh'} Name: {'' ''} Level: [0 0] CustomDictionary: [] Size: [100 200]
Extract the entire matrix from sensing dictionary C. Visualize the matrix.
C
Cmat = subdict(C,1:C.Size(1),1:C.Size(2)); imagesc(Cmat) axis equal axis tight colorbar colormap gray
sensingDictionary
Sensing dictionary, specified as a sensingDictionary object.
Data Types: single | double Complex Number Support: Yes
single
double
Sensing dictionary, returned as a sensingDictionary object. Depending on A and B, Anew has the following properties:
sensingDictionary A, matrix B:
Anew.Type = {A.type,'custom'}
Anew.CustomDictionary = [A.CustomDictionary B]
sensingDictionary A, sensingDictionary B:
Anew.Type = {A.Type,B.Type}
Anew.CustomDictionary = [A.CustomDictionary B.CustomDictionary]
Introduced in R2022a
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Web サイトの選択
Web サイトを選択すると、翻訳されたコンテンツにアクセスし、地域のイベントやサービスを確認できます。現在の位置情報に基づき、次のサイトの選択を推奨します:
また、以下のリストから Web サイトを選択することもできます。
最適なサイトパフォーマンスの取得方法
中国のサイト (中国語または英語) を選択することで、最適なサイトパフォーマンスが得られます。その他の国の MathWorks のサイトは、お客様の地域からのアクセスが最適化されていません。
南北アメリカ
ヨーロッパ
アジア太平洋地域
最寄りの営業オフィスへのお問い合わせ