Tossawon Ngamnet
2018년부터 활동
Followers: 0 Following: 0
Feeds
질문
how do i change a variable name from workspace
<</matlabcentral/answers/uploaded_files/126308/capital.JPG>> i have a sequence of .mat files. When i load the mat fi...
6년 초과 전 | 답변 수: 2 | 0
2
답변질문
Extracting Tif from mat files.
Dear all, i follow this code (T1.jpg) for extracting Tif images from .mat files. When the mat files was load to workspace,...
6년 초과 전 | 답변 수: 0 | 0
0
답변질문
how to calculate and write an excel from a file into workspace
Dear all, The n_flies from work space was shown object numbers and frame number. im trying to calculate the code ...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
how to create avi from a sequence of .tif uint16
Im newbie for matlab, please suggest: code below files = dir('*.tif') ; N = length(files) ; % create the video writer with ...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
Imwrite() problem with saving sequence images
First, i try to load .mat file into my workspace files = dir('*.mat'); for i = 1:numel(files) load(files(i).name); Sec...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
how can i convert .mat as infrared value uint16 to .tiff file
Hi, im newbie for matlab. Last week i extracted the infrared values from kinect sensor as .mat file, but i need tiff file to cre...
6년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to create jpg file from .mat for making video( AVI.fomat)
I have 2000 .mat file(524*424 matrix for each .mat). Now i want to create each .mat to jpeg file to build AVI video. Could anyon...
6년 초과 전 | 답변 수: 1 | 0