First
|
Prev |
Next
|
Last
Pages: 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170
MS VC++ Runtime error when start MATLAB!! "Thong " <taro10h(a)gmail.com> wrote in message <hlohn9$pmk$1(a)fred.mathworks.com>... It really helps! Thank you so much! It is very helpful....thanx a lot ... 26 Jul 2010 13:50
Attribute Function Hi! I'm having a problem when using the Attribute Function in SimEvents. I want trough code, to create a new entity attribute, with a specific vector size, but i am unable to make it work with the block Get Attribute. the structure is something like this: Attribute Function -> Get Attributes (Data, SizeOfData) -... 28 Jul 2010 11:51
3D-FDTD Can download from http://www.mathworks.com/matlabcentral/fileexchange/28297 ... 26 Jul 2010 13:50
file names Hi all, I have about 80,000 files. I want to extract the beginning of the file name and get a vector of names. Examples of the files are as follows; abc_129576.csv shfs_1937t555.csv kjsdg_297354.csv as the file names range between two and four characters i am unsure how to extract the file name only. Can a... 26 Jul 2010 14:56
Matlab's Inverse when I call inv() for a matrix in matlab what method is being used to calculate the matrix inverse? does it make a difference in accuracy of the answer if i use LU decomposition or if I use Gauss Jordan elim. in ... 27 Jul 2010 09:30
Matlab GUI help Hi all, I am working with a camera and it is provided with a software. I want to make a Matlab GUI so that I can operate it using matlab. (Interfacing is already done). Now, I want to control/introduce parameters such as set detector temperature, ROI ,ADC converter speed in my Matlab GUI? Also, I have an image an... 28 Jul 2010 12:57
code for histrogram equalization hello everyone.... we are doing project on fingerprint recognition system we are have problem in creating button for histrogram the picture from database is not loaded ....plz any one give an idea and help us !!!! ... 26 Jul 2010 13:50
Fitting Pareto distribution CDF to ECDF of data Hello, I'm sorry, I'm still quite confused. I also have data which I am sure follows a pareto distribution. Is there a way to fix the parameters, K and theta, in dfitool when using the generalized Pareto distribution fit, is that what you're suggesting? Or is there a simple way to fix them when using gpfit(X). I ... 3 Aug 2010 20:14
Extensions to bsxfun? Hello, I am a big fan of the bsxfun, cellfun, etc. functions included in matlab sometime ago. I was just wondering if it would be easy to implement some extensions that would be useful in many situations. Essentially, this would involve removing the current restriction on the function argument to bsxfun that it retu... 26 Jul 2010 18:16
Dynamically allocate space for mxArray (C Mex) Suppose I have an integer value defined through a struct variable in a Matlab C mex file (C++ actually) nsize = mystruct.n; // this is integer valued (const int) and has a specific value upon initialization I wish to use the variable "nsize" (which at this point has a specific value) to set the size of ... 27 Jul 2010 13:56 |