First
|
Prev |
Next
|
Last
Pages: 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693
Integration Is it possible to perform double integration, where the inner function depends upon the combination of outer variable limits. Is there any integration function (Like quad ) give output as a function of x after doing integration with respect to y for given limits... For Given f(x,y)= x*y+y^2 when x-y>0 , f(x,y)= x*... 17 May 2010 08:00
Linking Problem Simulink and dSPACE "Sebastian " <nowoisky(a)cs.tu-berlin.de> wrote in message <fa458e$hgq$1(a)fred.mathworks.com>... Hi there, I got some problem with Matlab and dSPACE. MATLAB R2007a RTI Real-Time Interface to Simulink (RTI1006) 5.5 DSSIMULINK ControlDesk to Simulink Interface 3.1.1 ... 17 May 2010 06:56
Deploy in 64 bit matlab Dear All Please help me to know how to use deploy tool in 64bit matlab.It was not showing any compilers when i tried to setup the compiler.But i can see the mcr compiler in the tool box. Anticipating your help pmn ... 17 May 2010 10:12
frame based and sample based hello i have an issue due to my unproper understanding of sample and frame based stuff in simulink i ahave a bit stream which i want to drive N-PSK mappers: for BPSK i have 1 bit/symbol, for QPSK 2 bits / symbol, for 8-PSK 3 bit/symbol. i want the same signal drive all of them, then selecting the proper complex n... 17 May 2010 06:56
Clock within atomic subsytem I am trying to place a clock within an atomic subsystem; I am doing so that I may set initial conditions in a state machine, so, really, just setting start conditions at time = 0.00 is necessary. The problem is that repeating series and clocks do not allow for choosing a sampling time. The actual error is: ... 17 May 2010 06:56
Division of parameters in generated code I have a model with inputs, outputs, and a list of parameters. I will be generating C++ code from this model. In the model, I am dividing 2 parameters. These parameters are not inlined because I would like to be able to access them outside the main code in a structure. Because I have the model configured this way,... 17 May 2010 06:56
fatal error C1083: Cannot open include file: 'complex.h' Having the same problem. I understand that complex number support in C is only available in C99 compliant compilers, and that MVSC is NOT C99 compliant. Ofcourse this is available in the C++ libraries. However, Lcc (which is the default C compiler shipped with Matlab) claims to be C99 compliant, but also throws up thi... 17 May 2010 05:51
Wimax in Mesh Network Hello everyone! Good Day. Hope all are fine. I am doing Masters by research. I need any matlab simulation code of wimax in mesh network. Please help me anyone to give for any simulation code in matlab. Can anyone help me please? I'm still waiting for reply. Any help would be greatly appreciated. If any one have... 17 May 2010 11:18
function 'sim()', 'train()' & 'newff()' in dlls My problems are as follows: 1.I'm using matlab r2008a and vc 6.0 sp6. 2.I created a "c++ shared library" (there are functions such as 'sim()', 'train()' & 'newff()' inside the m file) with the deploytool. 3.In vc 6.0, when using the dll file I made, error accurs, like: unhandled exception in *.exe(KERNEL32.dll):0xE... 17 May 2010 10:12
Debugging Mex files with Eclipse Hello, I am running Matlab 2009b on Mac 10.5.1 and i'm trying to debug my Mex Files using Eclipse. But i get this error when i launch the debug ---------------------------- dyld: Library not loaded: libtbb.dylib Referenced from: /Applications/MATLAB_R2009b.app/bin/maci/libmwservices.dylib Reason: image not foun... 14 Jun 2010 04:05 |