Statistik
10 Fragen
0 Antworten
RANG
35.218
of 300.918
REPUTATION
1
BEITRÄGE
10 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
60.0%
ERHALTENE STIMMEN
1
RANG
of 21.110
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 171.685
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 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Logical Indexing: Using a 1x18 array to build a 200*18 matrix
Hello, Failmatrix is a 200x18 binary matrix. Costmatrix is a 1x18 array of cost integers. I am trying to create a 200x1 matri...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Can looping values be used for indexing?
Hello, I have a variation of the following code running but I am looking to make the code a bit more efficient by looping inste...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Alternative to 'find' which won't return multiple values?
Hello, I am running the following code, which works most of the time but occasionally causes issues. The problem is that ocassi...
fast 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Just how random are random numbers in MATLAB?
Hello, I am working on a project that requires random whole number generation between 1:20,000, repeated 10 times. Every single...
fast 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to sum a row of variables during a loop
Hi, dont know if this is possible but I'll ask anyway. I have a 100*2 matrix. I want to check if each value equals 1 or zero, i...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Trying to generate a value each loop, and then add that value to multiple variables in an array
Hello, Say I have an array with 2 variables, LPCopen and HPCopen. I would like to create a loop that each generation will ad...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Residuals from a Two-Way ANOVA
Here is my code, I am trying to extract and plot the residuals, really not sure how to go about it y = [ 73 68 67 67 73 ...
fast 7 Jahre vor | 0 Antworten | 1
0
AntwortenFrage
Receiving 'Dimensions of arrays being concatenated are not consistent.' error, but there are equal amounts of rows being input.
I am trying to make a table where the first column is variable names, and the second is variable data. I have tried; T = table(...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Identifying certain x value of a graph when x is not dependent on y?
Hi, I have plotted 2 columns of data from an excel sheet, I have identified several peaks and I would like to know the times as...
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Trying to randomly place "ships" on a matrix for a game of battleship, running a loop to stop ships from overlapping but it continually tells me "index exceeds matrix dimensions", any pointers on how to execute the loop properly would be appreciated
function M = AddShip( Matrix, length1) M=Matrix; %SHIP1--CRUISER(22) loop_on=0; while loop_on==0 ...
etwa 11 Jahre vor | 0 Antworten | 0
