extractdata
dlarray
からのデータの抽出
説明
extractdata
関数は、dlarray
オブジェクトからデータを抽出します。
例
dlarray
からのデータの抽出
データ形式 'SS'
で logical dlarray
を作成します。
rng default % For reproducibility dlX = dlarray(rand(4,3) > 0.5,'SS')
dlX = 4(S) x 3(S) logical dlarray 1 1 1 1 0 1 0 0 0 1 1 1
dlX
からデータを抽出します。
y = extractdata(dlX)
y = 4x3 logical array
1 1 1
1 0 1
0 0 0
1 1 1
入力引数
X
— 入力 dlarray
dlarray
オブジェクト
入力 dlarray
。dlarray
オブジェクトとして指定します。
例: X = dlarray(randn(50,3),'SC')
出力引数
拡張機能
C/C++ コード生成
MATLAB® Coder™ を使用して C および C++ コードを生成します。
使用上の注意および制限:
コード生成では gpuArray
データ型がサポートされていません。
GPU コード生成
GPU Coder™ を使用して NVIDIA® GPU のための CUDA® コードを生成します。
使用上の注意および制限:
gpuArray
に関する推奨事項と制限事項については、GPU 配列のサポート (GPU Coder)を参照してください。
バージョン履歴
R2019b で導入
MATLAB コマンド
次の MATLAB コマンドに対応するリンクがクリックされました。
コマンドを MATLAB コマンド ウィンドウに入力して実行してください。Web ブラウザーは MATLAB コマンドをサポートしていません。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)