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.350.695 Times

Embiggen 1.0

  Date Added: May 31, 2013  |  Visits: 259

Embiggen

Report Broken Link
Printer Friendly Version


Product Homepage
Download (39 downloads)



Embiggen is a class that makes Matrix-vector operations easier by virtually matching the size of a vector b to the size of amatrix A. This allows for such code as: C = A + Embiggen(b) Here A is a matrix (for example of size 100x50)b is a vector (for example of size 100x1) And the equation is understood as (in index notation) C_ij = A_ij + b_j Which is more readable than the alternatives: C = A + b*ones(1,size(A,2)); C = A + repmat(b,1,size(A,2)); C = bsxfun(@plus,A,b); Under the hood the "big matrix B" is never actually created, as bsxfun is used; however Embiggen avoids the ackward reverse polish notation style of bsxfun .A neat example: %Center and scale columns of a matrix A = randn(50,60); A = A - Embiggen(mean(A)); A = A ./ Embiggen(std(A)); mean(A) %vector of zeros std(A) %vector of ones The following operators are implemented: A + Embiggen(b) A - Embiggen(b) A .* Embiggen(b) A ./ Embiggen(b) A . Embiggen(b) And the logical operations: A == Embiggen(b) A ~= Embiggen(b) A Embiggen(b) A = Embiggen(b) A & Embiggen(b) A | Embiggen(b) xor(A, Embiggen(b)) As well as the functions: max(A,Embiggen(b)) min(A,Embiggen(b)) rem(A,Embiggen(b)) mod(A,Embiggen(b)) atan2(A,Embiggen(b)) hypot(A,Embiggen(b)) Embiggen also works between any two multidimensional arrays A and B as long as each dimension of A and B is equal to each other, or equal to one. Embiggen does not redefine any core Matlab classes, unlike other solutions (for example bsxops).

Requirements: No special requirements
Platforms: Matlab
Keyword: Functions Implemented Logical Maxaembiggenb Meana Minaembiggenb Operators Scale Zeros
Users rating: 0/10

License: Shareware Size: 10 KB
USER REVIEWS
More Reviews or Write Review


EMBIGGEN RELATED
Programming  -  ALGOPY 0.1.0
ALGOPY allows you to differentiate functions implemented as computer programs by using Algorithmic Differentiation (AD) techniques in the forward and reverse mode. Speciality of ALGOPY is the possibility to differentiate functions that...
51.2 KB  
Development Tools  -  js4php 1.0
Most php usefull functions implemented in javascript for php users, string and array mainly.It is not intended to replace or compete with big frameworks, only to speed up php developers learning insight of js. Writing this basic code I realized js...
 
Development Tools  -  Read Medical Data 3D 1.0
This function ReadData3D allows the user to open medical 3D files. It supports the following formats : Dicom Files ( .dcm , .dicom ) V3D Philips Scanner ( .v3d ) GIPL Guys Image Processing Lab ( .gipl ) HDR/IMG Analyze ( .hdr ) ISI Files ( .isi )...
51.2 KB  
Programming  -  tinymath 0.0.7
Welcome to the documentation of tinymath. One reason for the birth of tinymath was to develop a light, powerful and flexible mathematical library. The base of tinymath is really small. Only necessary operations are implemented. If you need more...
30.72 KB  
Form Processors  -  PHP Form Extension Project 0.6.1
PHP Form Extension Project provides HTML form handling functions as PHP module. There are many form classes/functions implemented as PHP script. However, they are not fast enough or lack features. This project aims to provide HTML form handling...
 
Development Tools  -  LMFnlsq - Solution of nonlinear least squares 1.0
The function The LMFnlsq.m serves for finding optimal solution of an overdetermined system of nonlinear equations in the least-squares sense. The standard Levenberg- Marquardt algorithm was modified by Fletcher and coded in FORTRAN many years ago...
870.4 KB  
Development Tools  -  ChebyshevTools 1.0
This toolbox contains a collection of m-files which may be used to numerically solve discretized ODE/PDEs on a Chebyshev grid. Included are scripts for building differentiation matrices, enforcing boundary conditions using either the Laczos Tau...
20.48 KB  
Programming  -  GMSL 1.0.12
The GNU Make Standard Library (GMSL) is a collection of functions implemented using native GNU Make functionality that provide list and string manipulation, integer arithmetic, associative arrays, stacks, and debugging facilities. The GMSL is...
10.24 KB  
Mailing List Managers  -  Email List management software 1.0.2
Send-Safe List Manager is a brand new email list management software from Send-Safe. Functions implemented: - Extract and clean - Merge E-Mail Lists - Remove Addresses - Keep Addresses - Filter Addresses - Make Sample - Separate/Randomize List -...
746 KB  
Desktop Utilities  -  EasyCalc 1.5
EasyCalc is a Software designed to take care of your daily Calculations needs. It is a 16digit Calculator and Currency Converter with upto 6digits of Precision well-suited for Professionals and Amateurs to the Wonderful world of Calculations. It...
4.39 MB  
NEW DOWNLOADS IN SCRIPTS, DEVELOPMENT TOOLS
Scripts  -  Freelancer Script 5.05
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Post projects. Featured projects. Private projects. Sealed projects. Edit/delete projects. Select freelancers....
5.49 MB  
Scripts  -  B2B Script 4.20
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Sign-up Account (Registration of account). Lead generation tools (for the sellers). Email verification to...
5.49 MB  
Scripts  -  B2C Script 5.06
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). The script comes with totally editable site colors, icons and graphics Multilevel categories allows extensive browsing Admin can change Category ordering or...
5.49 MB  
Scripts  -  Social Networking Script 2.86
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Registration with name, email, password, date of birth etc. User can add multiple school, college, university with start...
5.49 MB  
Scripts  -  Business Networking Script 8.04
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Ajax based interface. Profile creation. Different types of profile. Profile for jobseekers, employers and employed...
5.49 MB  
Development Tools  -  Aml2CHM 3.50
Those who use the popular Aml Pages text editor might be looking out for a way of generating help files from their text and notes. Aml2CHM is a plug-in that was developed to offer people a quick and efficient way of converting Aml Pages documents...
549.99 KB  
Development Tools  -  VMP Viewer 1.0
This is a very rudimentary tool to visualize the VMP files generated by BrainVoyager. Useful to share files with people who do not have BV.
10 KB  
Development Tools  -  Sending reports and timestamped file by emailing 1.0
main executing reference usage:[1] usage_send_mail.mIllustrates email sending with multiple separate files or single timestamped tar file. Attachment failure is properly handled, with continuation of report emailing without the attachment.[2]...
768 KB  
Development Tools  -  IrisMVC 2.0 rc1
IrisMVC is an OOP PHP framework that developers can use as a strong and secure foundation to build on various web applications following the Model-View-Controller (MVC) pattern. It provides the basic functionality developers need, without...
51.2 KB  
Development Tools  -  7-Zip for Script 4.42
7-Zip is a file archiver with a high compression ratio.Features:- High compression ratio in new 7z format with LZMA compression- Supported formats:- Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR- Unpacking only: RAR, CAB, ISO, ARJ, LZH, CHM,...
624.64 KB