Feeds
질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 0 | 0
0
답변질문
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년 초과 전 | 답변 수: 1 | 0
1
답변질문
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년 초과 전 | 답변 수: 1 | 1
