Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.161.100 Times

Astral Projection Tutorial software
Filter: All | Freeware | Demo
 

Astral Projection Tutorial

< 1 2 3 4 5 > 
Added: August 21, 2013 | Visits: 449

A* (A Star) search for path planning tutorial The A* search algorithm is a simple and effective technique that can be used to compute the shortest path to a target location. This tutorial presents a detailed description of the algorithm and an interactive demo.



Platforms: Matlab

License: Freeware Size: 112.64 KB Download (44): A* (A Star) search for path planning tutorial Download

Added: September 12, 2013 | Visits: 401

Tutorial: C mex matrix demo This short tutorial illustrates basic numerical matrix computation in C. I encourage any comments from expirienced mex programmers for style improvement.This is a nice little function to demonstrate how you can interface MATLAB and C style matricies. There is some example code included showing...





Platforms: Matlab

License: Freeware Size: 133.12 KB Download (44): Tutorial: C mex matrix demo Download

Added: May 01, 2013 | Visits: 708

From Simulink to DLL - A tutorial This document attempts to give a hands-on description on how to make a DLL from a controller built in Simulink. This makes it possible to develop advanced controllers in Simulink, and then use them from an arbitrary application. Persons with knowledge in the C programming language should have no...


Platforms: Matlab

License: Freeware Size: 686.08 KB Download (45): From Simulink to DLL - A tutorial Download

Image Super-Resolution - Iterative Back Projection Algorithm This project is a simple implementation of the Iterative Back-Projection (IBP)algorithm for solving the Super-Resolution problem. It was first proposedby Michal Irani in her 1991 paper "Improving resolution by imageregistration". The imaging model being used is described by a paper byMichael...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 51.2 KB Download (43): Image Super-Resolution - Iterative Back Projection Algorithm Download

Added: June 30, 2013 | Visits: 521

SonnetLab Coupler Optimization Tutorial The attached ZIP file contains a tutorial for using the SonnetLab Toolbox for MATLABdlT«. SonnetLab is a free MATLABdlT« toolbox that enables users to control and automate Sonnet's 3D planar electromagnetic simulator.The attached archive contains a Sonnet Project in the form of a two branch...


Platforms: Matlab

License: Freeware Size: 163.84 KB Download (39): SonnetLab Coupler Optimization Tutorial Download

Added: May 27, 2013 | Visits: 437

Euclidian projection on ellipsoid and conic Find the projection of point P in R^n on the ellipsoidE = { x = x0 + U*(z.*radii) : |z| = 1 }, where U is orthogonal matrix of the orientation of E, radii are the axis lengths, and x0 is the center.Or on generalized conic E = { x : x'*A*x + b'*x + c = 0 }.The projection is the minimization...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (40): Euclidian projection on ellipsoid and conic Download

Added: July 25, 2013 | Visits: 360

Tutorial on solving DDEs with DDE23 This tutorial shows how to use the MATLAB solver DDE23 to solve delay differential equations (DDEs) with constant delays. The solver is available in MATLAB 6.5 and later.The tutorial briefly discusses the differences between solving ODEsand DDEs, and describes the techniques used in DDE23. The...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 266.24 KB Download (39): Tutorial on solving DDEs with DDE23 Download

Annualization and General Projection of Skewness, Kurtosis and All Summary Statistics To walk through the code and for a thorough description, refer toMeucci, A. (2010) "Annualization and General Projection of Skewness, Kurtosis and All Summary Statistics"Latest version of article and code available at http://symmys.com/node/136


Platforms: Matlab


Added: September 02, 2013 | Visits: 350

Tutorial on solving BVPs with BVP4C This tutorial shows how to formulate, solve, and plot the solutions of boundary value problems (BVPs) for ordinary differential equations.The tutorial introduces the function BVP4C (available in MATLAB 6.0 and later), briefly describes the numerical method used, and illustrates solving BVPs with...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 194.56 KB Download (43): Tutorial on solving BVPs with BVP4C Download

Added: July 16, 2013 | Visits: 348

Kalman Filter in Matlab (Tutorial) 1. Detailed Tutorial on Kalman Filtering Techniques in Matlab2.Computes the Kalman gain and the stationary covariance matrix using the Kalman filter of a linear forward looking model.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Kalman Filter in Matlab (Tutorial) Download

Tutorial de Backpropagation - Un algoritmo de entrenamiento para redes neuronales Tutorial in Spanish about the Backpropagation algorithm. For academic and educational purposes only.This tutorial provides a brief introduction to the multilayer neural network training algorithm Backpropagation low based on gradient descent and the delta rule, along with its numerical...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 122.88 KB Download (45): Tutorial de Backpropagation - Un algoritmo de entrenamiento para redes neuronales Download

Added: April 20, 2013 | Visits: 390

SonnetLab Multi-Network Netlist Tutorial The attached ZIP file contains a tutorial for using the SonnetLab Toolbox for MATLABdlT«. SonnetLab is a free MATLABdlT« toolbox that enables users to control and automate Sonnet's 3D planar electromagnetic simulator.The attached script will build a multi-network Sonnet netlist project....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 92.16 KB Download (45): SonnetLab Multi-Network Netlist Tutorial Download

Added: August 25, 2013 | Visits: 338

Physical Modeling Tutorial Exercises The models in this zip file can be used as tutorial examples. They are the models used in the Physical Modeling Hands-on Workshop events offered by the MathWorks.The examples here are models in Simscape, SimMechanics, SimDriveline, SimElectronics, SimHydraulics, and SimPowerSystems that you can...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1.67 MB Download (43): Physical Modeling Tutorial Exercises Download

Added: May 07, 2013 | Visits: 519

SonnetLab Single Stub Tutorial The attached ZIP file contains a tutorial for using the SonnetLab Toolbox for MATLABdlT«. SonnetLab is a free MATLABdlT« toolbox that enables users to control and automate Sonnet's 3D planar electromagnetic simulator.The attached script will build a Sonnet project in the form of a single stub....


Platforms: Matlab

License: Freeware Size: 102.4 KB Download (39): SonnetLab Single Stub Tutorial Download

Tutorial Funciones de Base Radial (RBF) - Redes neuronales como aproximadoras de funciones Spanish Tutorial on Radial Basis Function (RBF) for academic and educational purposes onlyThis tutorial provides a brief introduction to neural network training radial basis function together with its numerical implementation as approximating functions. Network is simulated in the MATLAB d-OC?D?...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 102.4 KB Download (44): Tutorial Funciones de Base Radial (RBF) - Redes neuronales como aproximadoras de funciones Download

Added: June 06, 2013 | Visits: 327

Line Phantoms For Back Projection Detectability Tests main executing reference usage: usage_draftLinesForBackProjectionTestThe objective is to draft lines used as biomedical phantoms For Back Projection Detectability Tests.Lines in several inclinations are to be used to observe if the back projection may cover and capture the lines.Such...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 61.44 KB Download (39): Line Phantoms For Back Projection Detectability Tests Download

Tutorial de Control Neuronal - Aplicacion a una articulacion giratoria flexible Spanish Tutorial on Neural Control. For academic and educational purposes only.This tutorial presents the implementation of neural networks in control of a flexible swivel non-linear dynamics. Neural networks are trained offline to identify how the system by obtaining the direct and inverse model...


Platforms: Matlab


Added: August 16, 2013 | Visits: 249

Modulation tutorial This graphical tutorial is intended to help neuro-imaging researchers from non-mathematical backgrounds to understand the so-called "modulation" process in voxel-based morphometry. This preserves volume (locally and globally) in spatially normalised (warped) images by multiplying the original...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (43): Modulation tutorial Download

Added: April 16, 2013 | Visits: 343

Tutorial: Put 3D Vector Field data into ParaView I spent some time working out how to export data from Matlab (specifically a 3D vector field) in a way which could then successfully imported into ParaView (www.paraview.org).I made this tutorial to summarize the method I found - which I hope others will also find useful.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 675.84 KB Download (43): Tutorial: Put 3D Vector Field data into ParaView Download

Added: April 13, 2013 | Visits: 187

structure tensor - introduction and tutorial Tutorial on structure tensors. Normally associated with image processing and structure inference, this code provides a completely encapsulated package to explain and demonstrate the use of structure tensors.playshow structureTensorDemoor use the html to properly visualize the LaTeX equations.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 409.6 KB Download (44): structure tensor - introduction and tutorial Download

< 1 2 3 4 5 >