photo

Matteo Masto


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
160,038
of 301,172

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,183

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,200

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How can I obtain the permutation of 3 binary variables?
Hi everyone! Can anybody tell me how to obtain the classical permutation matrix of binary variables? for example given n=3 bo...

4 years ago | 1 answer | 0

1

answer

Question


How can I fit a custom function that contains workspace vector variables?
% data values X = [-7.2460 -7.3355 -7.4320 -7.5752 -7.6996 -7.8780 -8.1560 -8.3517 -8.6170 -8.8883 -9.1808 ...

6 years ago | 1 answer | 0

1

answer

Question


how can I extract a fit parameter, that depends on the independent variable, as a vector of that variable? Thanks a lot!
y = ((coeff(1)./x)+(coeff(2)^2)./(x.^2))*(fitParameter); % but fitParameter also depends on vector x

6 years ago | 1 answer | 0

1

answer

Question


how do I evaluate the value of an expression?
x = [-2:0.01:1]; f = (x.^2) -x +1 - (exp(-x)); x1 = -1.9; f(x1) this gives me the error: Array indices must be positive in...

6 years ago | 2 answers | 0

2

answers