First
|
Prev |
Next
|
Last
Pages: 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777
Processing Tiled Images Can Matlab Image Processing Toolbox functions process images structured as tile arrays , for example FlashPix or Tiled Tiff? I'm looking for some way to analyze very large, distributed tiled images using parallel computing on mutli-core HPC hardware, without conversion into single file. Note: processing individual ... 6 May 2010 14:14
write "on the fly" into the OutputBuffer with engEvalString(...)? Dear all, I'm currently trying to implement a client-server-structure (with TCP/IP) using C/C++ and the MATLAB-Engine. My goal is, that the client sends some MATLAB-commands to the server, which evaluates these commands and sends the result and/or the current status back. So far, the implementation for simple calcu... 11 May 2010 01:22
vector division I have two vectors: A=(1x11) and B is (1x2) I would like to make a matrix (2x11) the first row is each cell in A divided by B(1,1) the second row us each cell in A divided by B(1,2) ... 5 May 2010 18:15
how to access the ith output variable of a function Hi, Is there any way that the ith output argument of a function can be accessed without getting all the output arguments? for example I have a function: function [out_1,out_2......,out_10]=myfunction(in_1,in_2......,in_6) .. .. .. then I need to call to get only out_5. I am in need of doing so because I... 5 May 2010 17:08
VB6.0 interface with Matlab please, I need a clear steps on how to interface Matlab program with Visual Basic 6.0. Please, a clear steps with screen shot will be highly appreciated. Thanks ... 5 May 2010 17:08
mex access to custom class object methods (mex + OOP) II Hi all, I am facing similar problem to: http://www.mathworks.com/matlabcentral/newsreader/view_thread/245835 However, the solution mentioned there does not seem to work. I have a class: classdef my_pdf properties mu end methods function validate(p) disp('true'); ... 7 May 2010 08:54
Extracting nested data into N dim array Is there a *general* or standard way to extract a two dim matrix in which data is nested hierarchically along the rows into an N dim matrix? I am looking for a general solution, since I can do it ad hoc just fine. I have the following (best viewed in fixed width): x = yr1 yr2 yr3 yr4 yr5 ... 6 May 2010 11:54
need very quick help in grayscale image processing Hello all, my project basically deals with grayscale images which contain white clouds on gray background of irregular shapes. I need to find out the area of each cloud and convert the unnecessary clouds into gray,the background color. I used the commands area,edge,regionprops inorder to achieve the task. I suc... 5 May 2010 16:01
Decomposing numbers into digits Hi all, Does anyone knows how to decompose a number into digits, e.g. I have a column with the number 4321, and I want to decompose digit-wise into 4 columns, 4,3,2,1 Thanks! L ... 5 May 2010 18:15
books on Matlab using control systems plz suggest some ebooks on to have a learning of control systems through Matlab ... 5 May 2010 16:01 |