image thumbnail

updated 2 months ago

face detection based doorbell (gmail n facebook) by Nishant Kumar

you can see the faces of the peoples who are on your doors using g mail n Facebook! (face detection, image acquisition, image processing)

faceOnFB_Gmail.m

image thumbnail

updated 7 months ago

Send email from Matlab! by Thomas Deneux

Support for contact nicknames, attachment of figures, m-files, and any file on the path. (email)

fn_email(flag)

image thumbnail

updated 1 year ago

Brick Toolbox by Thomas Deneux

The Brick Toolbox is a set of utility functions for Matlab. (easy, fast, cool)

a=fn_readasciimatrix(filename,nheaders)

createhelpfiles(mfile)

data=fn_bin(data,bins,varargin)

image thumbnail

updated 1 year ago

READMAIL by David Willingham

Imports the text from emails into MATLAB & saves attachments from Microsoft Outlook. (sendmail, outlook, email)

readmail.m

image thumbnail

updated 2 years ago

Create Google Calendar event with SMS and Email notification by Ofir Perry Bibi

A simple tool to create an event with notifications in a Google Calander. (google, calendar, notify)

result=gcaleventor(userName, password, title, content, loca...

GCDExample.m

image thumbnail

updated 2 years ago

Send email using CDO by Aurelien Queffurust

Send HTML formatted mail using the free Microsoft mail component CDO (emailtool, microsoft outlook, port)

emailtool_nodisplay(from,to,CC,BCC,subject,message,attachme...

image thumbnail

updated 2 years ago

Sending reports and timestamped file by emailing by Michael Chan

Illustrates result updates, activity tracking, timestamping and file zipping, tarr'ing via email. (report, test, zip)

send_mail (senderMail, password, ...

timeStampedFile( file, numberOfFileExtensions, secondsMode ...

usageTar_unTarFiles.m

image thumbnail

updated 2 years ago

Simulation Progress Email Notifier (SPEN) by Ioannis Mandourarakis

Leave your computer unattended and get notification about the model's simulation progress by gmail. (simulation, model, progress)

email_progress(elapsed_time,simulation_time,percentage)

email_progress_notifier

image thumbnail

updated 2 years ago

Send Timed Alerts Over Email by Michael Chan

Illustrates the use and enhanced version of standalone alert with email notifications. (time, email, alert)

alarm(t, msg, varargin)

deleteAlarm(obj, edata) %#ok

displayAlarm(obj, edata, msg) %#ok

image thumbnail

updated 2 years ago

gmail by Naor Movshovitz

a reasonably secure wrapper for sendmail that configures, and deletes, settings for gmail servers (email, gmail)

gmail(recipient,subject,message,sender,passwd,delhist)

image thumbnail

updated 2 years ago

Encrypt email address by Jerome Degallaix

Create the vector which can be decipher with the command char(cumsum(vector)). (email, char, cumsum)

Encrypt_text(str)

image thumbnail

updated 2 years ago

SendMailGUI by Marko Neitola

Sendmail GUI (email, sendmail, example)

sendmailgui

image thumbnail

updated 4 years ago

Face Detection & Recognition System by Mukund Agarwal

The system is part of my final year project. (detection, face, gui)

database_update

motiondetect

image thumbnail

updated 4 years ago

Text message / E-mail Matlab! by Stefan Novak

Send a text message or e-mail to a Gmail account and have Matlab evaluate it and return the results. (communications, vba, email)

image thumbnail

updated 5 years ago

shareIt by Richard Quist

Print/export a figure or Simulink model and share via email (graphics import, graphics export, print)

shareIt(options)

image thumbnail

updated 5 years ago

TxtMsg Create by Robert M. Flight

GUI generates a function useful for sending text messages from Matlab (text message, remote notification, job completion)

example_txtmsg(varargin)

txtmsg_create(varargin)

image thumbnail

updated 5 years ago

Send Text Message to Cell Phone by Ke Feng

Send text message to cell phone or other mobile devices (cell phone, gmail, sms)

send_text_message(number,carrier,subject,message)

image thumbnail

updated 9 years ago

Sends E-mail with Outlook OLE by Rainer F.

This functions sends an e-mail with Outlook. (outlook, ole, email)

sendEmailWithOutlook(emailAddress, subjectText, bodyText, A...

Contact us