Conner Carriere
Followers: 0 Following: 0
Statistik
22 Fragen
0 Antworten
RANG
75.575
of 295.448
REPUTATION
0
BEITRÄGE
22 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
31.82%
ERHALTENE STIMMEN
0
RANG
of 20.227
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.872
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
Opening text document and sending the info over serial port
I have a text document, called transition.txt, that has this inside it. L,R,D',B,U,D,F',R,B',L',B2,R,F2,D2,F,L',U2,L,U2,L,B2,L'...
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Sending matrix from matlab to arduino over serial. HELP!
Hello, I need to send a 1x30 matrix from matlab to my arduino using serial connection. What are some ideas on how to do this. ...
fast 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Sending serial data to arduino UNO
I need to send a cell array to my arduino, which is running a different code to process the cell array. Lets call the cell array...
fast 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Need help with simple Simulink
I need to something like a repeating sequence stair, where the output is [1 0]. I need this to repeat a given number of times, f...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Controlling stepper motor via Simulink
Hello, I am using a stepper motor driver to control a stepper motor. I am wondering if there is a way to control a certain amoun...
fast 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to control stepper motor driver
I have a DRV8825 stepper motor driver, and the arduino toolbox installed. I need to learn how to control a stepper motor driver...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Controlling a servo with a output from a cell array
I have a 1x28 cell array that has a bunch of letters in it. I need to pull from each column, and if the letter is this, a certai...
fast 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Need help fixing simple function
I have a function that simplifies coordinates and colors The part that edits the coordinates is correct, but the colors is not ...
fast 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Turning a matrix in to a multi color graph
I am tring to turn this matrix into a plot that has multiple colors. The color code is this %whtie = 1; %orange = 2; %yellow ...
fast 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Combining a character array and matrix
I was wondering if there was a way to combine a char array and a matrix I have this character array MwC = 9×1 char array ...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to simplify [ 1 0 0] to red?
This is my code that checks which color I have and converts it to matlab syntax %{ Red = [0 0 0; 255 20 20]; should be complet...
fast 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Help sorting a matrix into other matrix
I have one matrix that we will call the postitions matrix positions = (1 2 3, 4 5 6, 7 8 9); Then we have the matrix that need...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Creating a 3d diagram using multiple matrix
I am trying to plot a rubiks cube, I currently have a 9x2 matrix with the coordinates of the peices. I have a seperate 9x3 matri...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Need help using mink and maxk
I am simplifying coordinates, MwCoords. The left column is the x values and the right column is y values. I do not want to alter...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Too many output arguments help
I created a function I am trying to call, MwC = ColorID(MwC); This is MwC MwC = 229 250 246 252 116 13 ...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to simplify x and y coordinates or numbers
I have multiple matrix with different x and y variables Mr2 = 217.9198 394.7466 220.3522 288.1925 226.7584 194.7277...
fast 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to check if matrix values are in set parameters
I need to check to see if a color falls in between parameters i set For example; Mr = [232 12 31]; I need to see if Mr falls ...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to check if a matrix falls in between other matrix values
Lets say I have a matrix that is for the range of my values for red Red = [212 0 0; 255 34 255]; I need to determine if anothe...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to have matlab identify a color
I need to identify 6 colors. These are red, orange, yellow, white, blue, and green. I do not know if there is a simple way to do...
fast 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to save all the values of the matrix
I need to save the output [xi ,yi, P] in a 9x3 matrix this is the code i currently have for v = 1:9 CN = centroids(v,:); %...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to store a color and location in a matrix?
I am trying to locate the colors in this image and put them into a matrix. My thoughts were to somehow define the colors, then m...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Image processing of a Rubiks cube
I am currently working on a project that will solve a Rubiks cube. As of now, I am stuck on the image processing. I have install...
fast 4 Jahre vor | 1 Antwort | 0