Stefano Rognoni
Università degli Studi di Milano-Bicocca
自 2015 起处于活动状态
Followers: 0 Following: 0
Feeds
已回答
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 ...
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 ...
9 years 前 | 1
| 已接受
提问
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...
9 years 前 | 1 个回答 | 0
1
个回答提问
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...
10 years 前 | 1 个回答 | 0
1
个回答已回答
How to get username in Parallel Computing
I solved this by creating a function called "nome": function [username]=nome() username='Stefano'; end I ...
How to get username in Parallel Computing
I solved this by creating a function called "nome": function [username]=nome() username='Stefano'; end I ...
10 years 前 | 0
| 已接受
提问
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 ...
10 years 前 | 2 个回答 | 0
