photo

Stefano Rognoni


Università degli Studi di Milano-Bicocca

Active since 2015

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
2 Answers

RANK
21,669
of 300,759

REPUTATION
2

CONTRIBUTIONS
3 Questions
2 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
1

RANK
 of 21,081

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,900

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • 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 ...

9 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...

9 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...

10 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 ...

10 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 ...

10 years ago | 2 answers | 0

2

answers