Risposto
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>

circa 7 anni fa | 0

Risposto
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); ...

circa 7 anni fa | 0

Risposto
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...

circa 7 anni fa | 0

Risposto
Make figure without white border
You can "imwrite" too.

circa 7 anni fa | 0

Risposto
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.

circa 7 anni fa | 0

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

circa 7 anni fa | 0

Risposto
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&...

circa 7 anni fa | 1