First
|
Prev |
Next
|
Last
Pages: 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633
adaptive algorithm Hello, I want to have a program that can increase or decrease my time step as appropriate. The main program is: t = 0; %initialize time T = 2000; %Simulation Time in seconds del_t = 1 ; %arbitrarily chosen, as the program develops, we will get a better 1st estimate grid_size = 5; %assume the DEM has a resolution o... 25 May 2010 10:11
Using Embedded Matlab Function and Simulink Function on State-Flow with RTW Often, while incorporating an embedded matlab function to be called from different states on a state-flow chart, a "constant out of range" error is reported after trying to compile it. It alway work while in internal mode, though. I've bypassed the problem by duplicating that function, thus simply avoiding to call it f... 25 May 2010 10:11
[Surf-plots]: Removing the grid-lines for visibility Hi Is it possible to remove the grid-lines in a surf plot (http://www.mathworks.de/access/helpdesk/help/techdoc/learn_matlab/f3-40352.html) in order to enhance visibility? I..e, so just the colors remain, not the black lines. Best, Jim. ... 25 May 2010 10:11
.net builder 32bit / 64bit Hi I have a question regarding the .net builder. When I use the .net builder on a 64bit system, will the .dll also be 64bit or will it be 32bit? Thanks ... 25 May 2010 10:11
Plot Tiles-Squares Hello. I am trying to plot the following : I have an imaginary 100*100 tiles-squares like the 8*8 tiles of the chess board and I would like to draw the square blue when they have the value 67 or red when they have the value 68. I have tried to emulate that by using contourf(ChessBoard,1); which fills the board only w... 26 May 2010 05:53
problem while reading .nc files Hi, I am trying to access .nc files and have encountered some problems. I am using the following sequence ncid = netcdf.open('iceh_01h.1997-01-01-28800.nc','nowrite') [varname, xtype, dimids, numatts] = netcdf.inqVar(ncid,63) a11 = netcdf.getVar(ncid,63); and get a11 a11 = 1.0e+30 * ... 25 May 2010 10:11
initialization or something like Hello. Sorry for my English, but i have some problem... I use block (Matlab R2008) "Embedded MATLAB Function" in Simulink. And i need to declare arrays and count some of them (only one time!!). At the next times this arrays must be invariable (don't need to declare them again, because they lose values). How i can... 25 May 2010 10:11
Matlab and USB NI 9211A measurement Hello all, I am student and I start working whit Matlab just 1 month ago but and I need help to synchronizer my acquisition board (NI 9211A). I start whit “ai=analoginput ,channel = addchannel(ai,0)”, I have the results in volt and after the exchange in temperature I don’t find a good values. And I ca... 1 Jun 2010 10:50
Java Heap Overflow ~ Need more Java.opts <version> MATLAB Version 7.4.0.287 (R2007a) Java VM Version: Java 1.5.0_07 with Sun Microsystems Inc. Java HotSpot(TM) Client VM mixed mode </version> I have an application that is pulling a large number of XML files and then attempts to parse out the value for a single element. I ended up gutting the intern... 28 May 2010 09:18
Export data from diagram Hi, has anybody an idea if it is possible to export a whole data series from a diagram. It is possible to show/export the data from single points by using the data cursor but I have not found a tool for a whole series. Thanks ... 25 May 2010 11:18 |