photo

Lara Silva


Active since 2016

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
38,672
of 300,886

REPUTATION
1

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
80.0%

VOTES RECEIVED
1

RANK
 of 21,104

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 171,502

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 1

View badges

Feeds

View by

Question


How can I get a random value in a matrix, given a probability of each value being chosen?
I've a matrix with two columns. The first column is the number I want to get and the second column is the probability that numbe...

9 years ago | 1 answer | 0

1

answer

Question


In an assignment A(:) = B, the number of elements in A and B must be the same
I want to convert a cell array to a data vector, but matlab is showing this error: "In an assignment A(:) = B, the number of el...

9 years ago | 1 answer | 0

1

answer

Question


In an assignment A(:) = B, the number of elements in A and B must be the same
I want to convert a cell array to a data vector, but matlab is showing this error: "In an assignment A(:) = B, the number of el...

9 years ago | 0 answers | 0

0

answers

Question


How do I get a vector with the coefficients from a transfer function?
I tried to use the coeffs function, but it's not compatible with tfs I've this tf: s = tf('s'); f = s^2 + 2.673 s + 4...

9 years ago | 1 answer | 0

1

answer

Question


How do I see how many times a button has been pressed in App Designer?
I'm new in matlab I have a button in App Designer, so when it's pressed, I call a Callback function nameButton_ButtonPus...

9 years ago | 1 answer | 1

1

answer