已回答
Replace character vector in Matlab table with another character vector of different size?
Maybe you can use structs instead of tables. <https://www.mathworks.com/help/matlab/ref/struct.html>

7 years 前 | 0

已回答
How to do a matrix from a loop for several values of a constant?
Hello Germán Loredo! Try this: clear all; close all; clc; e=rand(1,10) a=[.5,.9,1,1.1] y=ones(4,10); ...

7 years 前 | 0

已回答
Loop files, create a timetable and add file names to variable names
Hello Robert. If I understand correctly, you may try: FileName=[theFiles(k).name(1) theFiles(k).name(2) theFiles(k).na...

7 years 前 | 0

已回答
Make figure without white border
You can "imwrite" too.

7 years 前 | 0

已回答
Normal RGB camera its used to detect Human hand , like kinect camera ? can any one ?
Kinect has a IR sensor, so it can detect the human body. Thus, it is hard to do this in a normal webcam.

7 years 前 | 0

已回答
Why is my Kinect metadata struct different?
Hello. Maybe "IsBodyTracked" is the same property that "IsSkeletonTracked".

7 years 前 | 0

已回答
Kinect for Xbox 360 and Kinect version one are same ?
Hello vashista bhati. Kinect for xbox 360 = Kinect v1 <https://www.google.com.br/search?q=kinect+v1&source=lnms&tbm=isch&...

7 years 前 | 1