Software Listing of Author : "Rasmus Anthin"
- blackjack.m
- License: Shareware
- Price:


"Blackjack 5.1" is a BlackJack card game for MATLAB. This is a very basic (head-on) Blackjack game with six decks of cards. You cannot split pairs (maybe in the future) in this game, but you can double up and make insurance bets. You can check the current running and true card count (balanced counting system) in the chip selection dialg to see when it is time to bet high or low. %%%%%%%%%%% Note!!! This game requires the Playing Cards Toolbox FileId: 7963. http://www.mathworks.com/matlabcentral/fil...objectType=FILE !!! Next version will probably enable the player to split. Any feedback about this game is very welcome. Developed in Matlab 5.1. also check: http://www.etek.chalmers.se/~e8rasmus/eng/...b_programs.html
- Publisher: Rasmus Anthin
- Date Released: 01-03-2013
- Download Size: 20 KB
- Download
- Platform: Matlab, Scripts
- cardplot.m
- License: Shareware
- Price:


Rev 2005-06-16 Rev 2005-04-29. Rev 2003-08-12. To simplify the developement of card games (IMHO), you can instead use the card class provided by the Playing Cards Toolbox. condensed help: %%%%%%%%%% snip %%%%%%%% CARDPLOT Plot playing cards for card games. [H,X1,Y1] = CARDPLOT(X0,Y0,CSIZE,VALUE,SUIT) draws a card. CARDPLOT(H,X0,Y0,VALUE,SUIT) changes the card with handles in vector H. BORDER = CARDPLOT(X0,Y0,CSIZE) returns the border of a card at (X0,Y0). [VALUE,SUIT] = CARDPLOT(H) shows VALUE and SUIT for a card given by the handle vector H. CARDPLOT(VALUE,SUIT) changes the mouse pointer over the current figure (GCF) to look like a playing card of value VALUE and suit SUIT. Convenient for moving cards with the mouse (see demo). CARDPLOT(HFIG,VALUE,SUIT) same as above but for the specified figure handle HFIG....
- Publisher: Rasmus Anthin
- Date Released: 15-01-2013
- Download Size: 31 KB
- Download
- Platform: Matlab, Scripts
- cwaitbar.m
- License: Shareware
- Price:


An extension/generalization of the MATLAB's WAITBAR function. Used when you want to show progress in "nested computations". Supports different coloring of bars other than the default red color. See example below on usage. %%%%% CWAITBAR Display compound wait bar. H = CWAITBAR(X,TITLE) creates and displays wait bars of fractional lengths X and with one title string TITLE. The handle to the compound waitbar figure is returned in H. X values should be between 0 and 1. Each subsequent call to cwaitbar, CWAITBAR([BAR X]), extends the length of the bar BAR to the new position X. The first bar is the topmost bar and is BAR = 1 which corresponds to the outermost loop. H = CWAITBAR(X,TITLE) where TITLE is a cellstring with same number of titles as there are fractional lengths in X. Suitable for showing the bars' corresponding loop indices. H...
- Publisher: Rasmus Anthin
- Date Released: 23-04-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- snailrace.m
- License: Shareware
- Price:


SNAILRACE Bet on racing snails. Bet on a snail that you fancy, then press a key to watch the race and see which snail that won the race.(There is no input for this game.) Next version will enable to input money to wager for a specific snail that you want to bet on. Also, it will feature the possibility of buying a snail and train it or just to study the trend of the physical improvement for a specific snail (others train it). This is a very simple game yet so far, and is an example on how to make a simple game in MATLAB.It's not very addictive though. But might come in handy when you're bored. ;-) More MATLAB stuff is available on: http://www.etek.chalmers.se/~e8rasmus/eng/...b_programs.html Enjoy!
- Publisher: Rasmus Anthin
- Date Released: 21-05-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- Spacecraft Engineering Toolbox
- License: Freeware
- Price: 0.00


This toolbox contains a satellite tracker MSatTrack. You can input orbital parameters defined by yourself or existing ones (included). The tracking is done in 3D and the resulting grountracks are then plotted on a 2D map after the simulation is done. Several satellites can be simulated simultaneously and data can of course be retrieved from the simulation. The toolbox also contains a rocket trajectory simulator. There is an archive with wRASP motor data included and you can specify your own motor data and even create your own wRASP files. The simulator is capable of simulating multistage rockets but does not include the capability of clustering. There is also a tool for specifying rocket specific variables such as motors, drag coefficients, diameters, masses and separation delays for each stage. This rocket data can be used as single...
- Publisher: Rasmus Anthin
- Date Released: 19-01-2013
- Download Size: 358 KB
- Download
- Platform: Matlab, Scripts
- spy2.m
- License: Shareware
- Price:


This is another "spy"-function which, instead of MATLAB's spy function draws each element in a matrix as a square, which makes it much easier to see where each element in the matrix is located. The syntax is: SPY(M[,COLOR]). SPY2(A) where A is a matrix, will plot the matrix with color codes. Elements containing NaN or Inf will be counted as non-zero but will be displayed as zero elements. SPY2(A,COLOR) will plot zero elements with white color and nonzero elements with black color. Elements containing NaN or Inf will be counted as non-zero and will also be displayed as non-zero elements. The displayed matrix will have sides proportional to the number of elements in each row/column. If the matrix contains complex numbers, only the real part will be displayed. NB! For matrix sizes > 400 x 400, it will be hard to see the elements if...
- Publisher: Rasmus Anthin
- Date Released: 15-06-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- TeX-tools
- License: Shareware
- Price:


With this toolbox you can import xfig figures, you can modify them or make new pictures in MATLAB using the included matlab-paint program. Then, most important of all, you can convert almost any 2D MATLAB-figure to the LaTeX eepic format. You can convert matrices in MATLAB to LaTeX tables or to mathmode arrays/matrices. You can find more toolboxes and software here: http://www.etek.chalmers.se/~e8rasmus/eng/...b_programs.html
- Publisher: Rasmus Anthin
- Date Released: 01-05-2013
- Download Size: 20 KB
- Download
- Platform: Matlab, Scripts
