Report Generator IO Documentation
"Arkadiy Turevskiy" <arkadiy.turevskiy(a)mathworks.com> wrote in message <hmjooc$mps$1(a)fred.mathworks.com>... To create a table of all inports and outports for each subsystem: - use System Loop component, in "Loop on Systems" select Custom -use system list and in the dialog box below put %<gcs> Then use B... 2 Mar 2010 15:48
Evaluate ROI detection with correlation
I have RGB images (200*300pixels). My region of interest ROI in this image is size of 100*100 pixels and its axis can be rotated regarding axis of original image. My MAIN problem is how to evaluate success of ROI detection (!!). Let say I have 10 different (!!) images of same object made with scanner at differen... 5 Mar 2010 13:56
Substring????
Has Matlab removed documentation and procedures for substring()? [code] datenum(strtrim(substring(fnames(n).name,10,25)),'yyyymmdd HHMMss'); [/code] This used to be part of a script that grabbed file names and created a timestamp. However... "?? Undefined function or method 'substring' for input arguments o... 2 Mar 2010 15:47
Classification problem
Hi, I need help with the classification of data points. I have the following array: StaveRows: 96 100 103 107 111 140 144 147 148 151 155 205 206 209 213 216 217 220 250 253 254 257 261 264 265 315 318 ... 6 Mar 2010 02:07
Report Generator IO Documentation
To create a table of all inports and outports for each subsystem: - use System Loop component, in "Loop on Systems" select Custom -use system list and in the dialog box below put %<gcs> Then use Block Summary Table as a child component. In Block Summary Table component, close to the bottom in Loop Options check th... 2 Mar 2010 14:39
DAQ digital input, change detection event
so far as i can tell, the DAQ toolbox does not support callbacks (or interrupts, whatever you want to name them) to monitor the value of a digital input line. NI-DAQmx seems to do so though, with its "Change Detection Event", as detailed here: http://zone.ni.com/devzone/cda/tut/p/id/4102. can anyone confirm the lack... 5 Apr 2010 11:36
Report Generator IO Documentation
Hello all, I am using the Simulink report generator, and I would like to document the properties contained in all the inports in a section "Inputs" and the outports in a section "Outputs". The 'signal loop' component allows me to select input or output signals, but the 'block loop' component does not. I tried puting... 2 Mar 2010 13:31
Fuzzy Logic
Hi, I want to code a Fuzzy Logic (FL) task which is a new subject for me. If you are familiar with FL and you can help, then: Where shall I start from. What are the main tasks I need to do. Can you guide me to do it Any good links/references/examples Thank you for your help, r_iman_2008(a)hotmail.com ... 2 Mar 2010 15:47
2D QUAD MESH GENERATION
Hello, Does anybody have a Matlab code for 2D QUAD ELEMENT mesh generation of arbitrary domains? cheers, JD ... 2 Mar 2010 12:22
perpendicular distance between 2 contours?
"C Y" <me(a)nada.com> wrote in message <fcu2k9$29$1(a)fred.mathworks.com>... Hi, I have two 2-D contours with the x and y points for each known. I am trying to find the perpendicular distance from each point of contour 1 to contour 2 in Matlab. This is my general algorithm: 1. Perform cubic spl... 2 Mar 2010 12:22