Convolution with gabor matrix of type cell

I m trying to implement gabor on a numeric database.I am trying to convolve a gabor matrix with a given numeric vector of size 163x1 The problem is with type of data how to convert from cell to double form directly

답변 (1개)

Andrei Bobrov
Andrei Bobrov 2011년 11월 23일

0 개 추천

use cell2mat
e.g.
C1 = {1:5}
out1 = cell2mat(C1)
C2 = arrayfun(@(x)x,1:5,'un',0)
out2 = cell2mat(C2)

카테고리

도움말 센터File Exchange에서 Data Types에 대해 자세히 알아보기

질문:

2011년 11월 23일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by