Community Profile

photo

Stefano Rognoni


Università degli Studi di Milano-Bicocca

Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • First Review

View badges

Feeds

View by

Answered
Using Outlook (COM) with Matlab: how to set olMailItem.SendUsing property
Partially solved! I used a workaround (waaay better than _SentOnBehalOfName_ which is kind of ludicrous): I create the email ...

7 years ago | 1

| accepted

Question


Using Outlook (COM) with Matlab: how to set olMailItem.SendUsing property
I need to send a mail *through Outlook* with an address different from the default. I post here the code I'm using, so that I...

7 years ago | 1 answer | 0

1

answer

Question


Parallel Computing: can't access to network logical unit
I want to run a code on a cluster of several PCs using as current directory a common logical unit, that I called Q:\. The correc...

9 years ago | 1 answer | 0

1

answer

Answered
How to get username in Parallel Computing
I solved this by creating a function called "nome": function [username]=nome() username='Stefano'; end I ...

9 years ago | 0

| accepted

Question


How to get username in Parallel Computing
I'm using MatLab Parallel Computing Toolbox on several computers in my office: I've enstabilished a cluster managed by a custom ...

9 years ago | 2 answers | 0

2

answers