Feeds
提问
Load specific columns of a variable and sabe
I define variable B = magic(10); If I want to save the first column of B in a differnt variable, I can do this firs...
9 years 前 | 1 个回答 | 0
1
个回答提问
Error using xlswrite on matlab2011b server
Hi, I was trying to run an time consuming code on a linux server. The code does run on my windows system but it takes a long ...
9 years 前 | 1 个回答 | 0
1
个回答提问
How to apply canonical correlation analysis to dataset
I have tried canonical correlation to a practical dataset. The following link was used as reference: http://www.mathworks.co...
10 years 前 | 1 个回答 | 0
1
个回答提问
Algorithm to reduce dimensionality.
I have an data sheet with almost 2000 input parameters and 4 output parameters. I am to optimize the input parameters to define ...
10 years 前 | 0 个回答 | 0
0
个回答提问
Import data from text sheet to a variable
I have an text file with following entries id pid sigma temp value dist 12 369 1740 528 187 ...
10 years 前 | 1 个回答 | 0
1
个回答提问
Compute distance between 2 histograms
HI All, Rephrasing my question! what kind of distance metric helps to to get just a scalar value like before so that I c...
10 years 前 | 1 个回答 | 0
1
个回答已回答
how to acquire each frame from video
Is it possible for me to rewrite the code so that i can acquire frame by frame from a video. (Not a live one but one saved in...
how to acquire each frame from video
Is it possible for me to rewrite the code so that i can acquire frame by frame from a video. (Not a live one but one saved in...
10 years 前 | 0
提问
how to acquire each frame from video
Hi I am trying to acquire one frame at a time from a video. So I tried this obj = imaq.VideoDevice('winvideo',1); lo...
10 years 前 | 3 个回答 | 0
