First  |  Prev |  Next  |  Last
Pages: 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
using Code generated by .grt or .ert targets for compiling with Codewarrior
Hello I tried to build Simulink model under CodeWarrior IDE for 9S12.tlc. It gave errors. As a workaround, I want to generate generic tTarget build and then port the code to IDE project and compile to a specific Target( 9S12). MATLAB/Simulink model could be built and corresponding files geneted and located in Sour... 28 Jul 2010 14:03
Mex file crashes Matlab
Hello all, I created successfully a mex file. It is linked to an external dll and it worked fine (it returns correctly to matlab a vector). Recently I added an new function inside my c++ file which does not affect the result of the c++ function but is just used to improve some data manipulation. By the way, this fun... 28 Jul 2010 16:15
How to duplicate Excel Sheet with ActiveX
Hello, I'm trying to duplicate a sheet in an Excel Workbook and to copy a designated sheet of a Workbook to another designated Workbook. In alternative duplicate a designated sheet in the same workbook. Sheet1 of Workbook1 duplicated in Workbook2 or Sheet1 of Workbook1 duplicated in Workbook1 Thanks. ... 29 Jul 2010 11:52
USAF datcom import help
Hi all, I am currently working on a project that requires me to import USAF Digital Datcom output files into MATLAB data structures using the Aerospace Toolbox. My Datcom output file is: THIS SOFTWARE AND ANY ACCOMPANYING DOCUMENTATION IS RELEASED "AS IS". THE U.S. GOVERNMENT MAKES NO WARRANTY OF ANY KIND, ... 28 Jul 2010 15:09
Subplot and one colorbar in EIDORS
Hi folks! I have trying to plot several figures in one plot and using one colorbar. I have read the posts around and I got working except one thing: I can't seem to connect the data to the colorbar....I want the the colorbar to respresent the data in both figures....like in this example: http://www.mathworks.... 4 Aug 2010 07:03
Mass distributions?
Hello, I have two columns of data, one with a distance where a mass is located and the other with the mass that is located there. I want to figure out a mass distribution from this data. I was thinking to do a histogram where basically the distance was the x axis and the count was a sum of the masses, as I believ... 28 Jul 2010 17:21
small Problem at the Demodulation of an SSB system
hi all i'm having a small problem at the output of the demodulation process of an SSB system . the input signal is a sine wave but the output is also a sine wave but with some noise . i'll put a pic of the block and the output . N.B . Message signal freq = 30 rad/sec , Amp = 1 carrier freq. = 500 rad/sec , Amp ... 28 Jul 2010 12:57
add edge midpts to delaunayTri mesh
I am using delaunayTri to generate a 2D mesh and I am trying to refine the mesh to be better behaved by splitting encroached edges. The problem is that it seems to be impossible to actually add a point to the midpoint of an edge, and instead I get a point that is very close to the midpoint. This isn't a huge problem ... 29 Jul 2010 08:34
How to equally space xticklabel
Below is my code, but in the graph the xticklabels are not equally spaced. Is it possible to force them to be equally spaced? Thank you plot(rgdp/rgdp(end-4),rp,'.'); lsline; xlabel('GDP per capita (US=1)'); ylabel('Non-agricultural value added per worker rel. to Agricultural'); axis([1/64 3/2 0 10]); xtick = ... 28 Jul 2010 16:15
Displaying voxels, plenty of them
I'm developing a small volumetric image editor (3D image editor). I want to display lots of voxels, and I want to be able to rotate the whole axis. For now, I'm not interested in using packages like those who deal with MRI. I'm trying to do a more fundamental study on dealing with voxels in Matlab. I'm using PATCH f... 28 Jul 2010 11:51
First  |  Prev |  Next  |  Last
Pages: 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148