First
|
Prev |
Next
|
Last
Pages: 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478
Camera Calibration Toolbox,Matlab [Bouguet] I'm using [Bouguet's] Camera Calibration Toolbox,Matlab. It provides Intrinsic and Extrinsic parameters as output I would like to use those outputs for a 3D reconstruction Is there any sample application which implements that camera calibration results to build a 3D scanner. If so, Please let me know. Thank y... 16 Jun 2010 12:09
No "matlab -nodesktop" in R2010a on MacOS 10.6.4 I would prefer using Matlab in a terminal with my favorite text editor. The command "matlab -nodesktop" that I used with Linux doesn't work in MacOS 10.6.4. $matlab -nodesktop matlab: No MATLAB bin directory for this machine architecture. ARCH = maci64 I'm running the student version of matlab... 17 Jun 2010 17:52
How to fill an area with color I am trying to fill an area with color or line. The area is a plan in 3-D space. It is defined by four corner points A,B,C,D. Could somebody help? Thanks. ... 16 Jun 2010 13:15
garchsim + Urgent What exactly garchsim do ? It simulates but what exactly simulation is ? What is the practical information we get of the data we get from garchsim ? ... 18 Jun 2010 02:38
Creating graphs of data from multiple datafiles I am trying to create a graph showing multiple datasets of the same type of data in the same format from files currently in a .txt or.dat format. I also have them in excel format. The datasets represent a data value vs time given in the same units in all files. However the datasets are not all the same length (that ... 16 Jun 2010 12:09
Non-finite endpoints or increment for colon operator in index? Hi, i have a calculation looking as follows date_old = data_all.data(:,1); datebeg = sdate2YYYYMMDDhhmm(ceil(date_old(1)*24)/24); % - round to one hour dateend = sdate2YYYYMMDDhhmm(ceil(date_old(end)*24)/24); % - round to one hour date_new = datevectorYYYYMMDDhhmm(datebeg,dateend,AvgInt); date... 17 Jun 2010 07:51
Xmesh in System of PDEs I have a system of two PDE's, and I want to solve them over two different domains using pdepe. I need my first equation to be valid over [-.15,.2], but I want my second equation to be valid only over [0,.05]. Is there a way to define two different xmesh's so that this works? ... 18 Jun 2010 02:38
sbioparamestim question. Hi all. I have a model of reaction and want to estimate parameters using sbioparamestim and experimental data. The problem is that I don't really have experimental data about real species. I have kinetics of a reactant 1, reactant 3, reactant 5, and combined kinetics of reactants (2 4 5 ). Is there a way to... 16 Jun 2010 12:08
multiple line graphs on single graph window hi, I want to draw two row vectors, say: A=[2 3 4 5], B=[6 7 5 4] by using plot commond. I need to see both on the same graph, for comparitive analysis. I am not talking about subplot. thanks ... 16 Jun 2010 12:09
Multiple regression with pre-defined intercept? Hello everyone. I am using MATLAB to compute multiple regressions. For the purpose of this message let's just assume my regressions are using three (3) independent variables and I will have a five (5) data points from which to calculate the regression. I have a requirement that my regression MUST pass through a spec... 17 Jun 2010 11:09 |