Statistik
14 Fragen
0 Antworten
RANG
37.204
of 295.569
REPUTATION
1
BEITRÄGE
14 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
64.29%
ERHALTENE STIMMEN
1
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Adding coordinate values (x,y) to a matrix depending on another matrix
There is one matrix that is a 10 x 10 that is initially all zeros. matrix = zeros(10,10) This matrix will eventually re...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Using "rand" to randomize percent probability between two numbers
How would you write a code to do these probabilities? These probabilities are all related, so for example it would mean *one* he...
mehr als 8 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Index exceeds matrix dimension in a for loop?
function[pos_N] = func(v_0, windspeed) pos_N(1,1) = 0; %initial distance pos_N(1,2) = 500; %initial elevation %loop...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Sum of vector involving relational operations
When given something such as x=[0:.5:10]' why does sum(x>8 & x<=4) = 0
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Assigning a value to a certain index according to whether it matches the conditions of an if statement
This may be a mouthful but I'll do my best to go into depth of what I'm trying to solve. I have function [m] = game(n) ...
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to use randperm to create a vector with multiples of the same number?
Let's say I want to create a shuffled 1x26 vector with the values 2-11 but the value 10 comes up 4 times. So the vector might lo...
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
When faced with the same value in a vector, what can you do to choose one over the other?
This may be a little hard to explain but I'll try my best. So I have indexed a 3x1 vector(A) and 3x6 matrix(B) so that the l...
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to select the row of an element in a vector and put it in the same row for a different matrix?
For example, vector A is a 3x1 and has the value 1 in its *_third_* row. I want to then take the sum of the entire vector A and ...
fast 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Using loops to populate a vector
Say I have a 3x2 matrix (A) that ranges from the numbers 1 through 5. The 3 rows equals 3 different sets of numbers. I have to u...
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to use loop to distribute values from one matrix to another matrix in a certain order?
For example, let's say I have a 3x2 matrix called A and a 3x2 matrix called B. I want the first number in A (1st row, 1st column...
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do you use randperm on a vector?
I have a vector A = repmat(1:6, [1 4]) and I need to use randperm to randomize it. How would I do that?
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Subfunction equations applied to a main function matrix
So I've made a 5x1 vector in my main function. Let's call this vector V and let's just say the numbers in the vector are 2, 3, 4...
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to find the value of a variable based on when another variable equals a certain number
So what I'm trying to accomplish is to find the value of X right before Y is greater than D in my function function [Result...
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do you make the rows of one matrix/vector be the same amount as the rows of another matrix
So I have one column vector A = [0:0.1:round(d/(min(B)))]' and need to make a matrix that has the same amount of rows...
fast 9 Jahre vor | 1 Antwort | 0