Feeds
질문
How to plot coordinates captured from different source and then matching points?
I have some xyz coordinates of an object from a video captured by 360 degree camera and when I track this object through a track...
대략 7년 전 | 답변 수: 0 | 0
0
답변질문
I have a .mat file that is a (1 x 1) struct with 3 fields and every fields is a (54057 x 2) double array. How i can plot this structure?
대략 7년 전 | 답변 수: 2 | 0
2
답변질문
I have a cell array of 13 x 13 cells and every cell contains 16 x 16 double. How i can convert the full cell array into matrix of 208 x 208 ? Thanks in advance.
clc; clear; close all; Im = imread('000001.bmp'); Im = double(Im); [row, col]=size(Im); counti = 0; ...
7년 초과 전 | 답변 수: 1 | 0