First
|
Prev |
Next
|
Last
Pages: 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288
Get label of a bus signal in a Embedded Function Hi, I have a lot of buses who are as input of an embedded function. Those buses can be true or false. If one of those bus is true I want to have the label of the bus. Because after that I need to display the label. My question is, how can I catch the label of this bus?? Thank you for your help ... 12 Jul 2010 12:55
creating a 3-d model of the rat brain I am creating a 3-d model of a rat brain from a brain atlas. A brain atlas is like a road atlas but for the brain. It contains many 2-d slices stacked on top of each other to create a 3-d model. I have created binary images from those slices and used some scripts to make a 3-d data cube. Those scripts also display the ... 12 Jul 2010 14:02
Add Customized Function in Fuzzy Toolbox Greetings, in Fuzzy Toolbox, i'm trying to add a customized add method. How do i create that method in MatLab? Thanks in advance ... 12 Jul 2010 12:55
Fortan to Matlab In fact, I have to translate FORTRAN code into Matlab code. My fortan code is divided into three files. There is the main program. Then a file where the variables are defined. The variables are structures containing a lot of parameters. A file contains every function I need in my main (several Subroutines). How ... 13 Jul 2010 14:13
Storing Data from XPC Target Hi I am trying to collect data with XPC target but keep running into two particular problems depending on how I try to save the data collected. When using a To Workspace output, I can save the data, but only 1000 entries. I've checked in the particular block and in the Configuration Parameters dialog box that "L... 13 Jul 2010 18:37
Unexpected MATLAB operator & preallocating errors I am trying to use a test script to run some code I created. The test script run fine but I cannot get the code to work. I get the error ??? Error: File: FDTD_2D_Absorbing.m Line: 59 Column: 52 Unexpected MATLAB operator. when trying to run the code. There is also an error in the editor for that line that say... 13 Jul 2010 09:46
Equation Manipulation All, As a self-taught MATLAB user, one of things I've never encountered is simple equation and substitution techniques. Essentially what I'm trying to do is to get from one equation to another using a known substitution, i.e. Known equations: estress = ((1/2)*((y^2)+(x^2)+(x-y)^2))^(1/2); alpha = y/x; Now,... 12 Jul 2010 14:02
Using MATLAB to write signals to external devices How can I use MATLAB as a signal generator? Eg. Can I generate a sine wave on MATLAB and through the serial port, use this signal as an input to an am-fm generator? ... 13 Jul 2010 13:07
Add a Title to a Legend? Okay, So i have a GUI that will plot a TON of different data all on the same plot. For example, an experiment was conducted which collected the Power Density Spectra Data for a series of channels over a series of test runs. That is: Test 1 has 22 channels of data, Test 2 has 22 channels of data...and on and on for t... 12 Jul 2010 11:48
median filtering ignoring NaN Hi, I have the same problem, but my matrix is huge (960*1280) and I need filter of 5*5. The code crashed in this line (because of memory problems): idx = repmat(iA(:).',numel(is),1) + repmat(is(:)-1,1,numel(iA)); Could it be possible to limit the code to work only with points which are problematic with medfilt2:... 9 Aug 2010 11:12 |