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年 前 | 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年 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 2 件の回答 | 0
