Community Profile

photo

Conner Carriere


Last seen: alrededor de 3 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


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'...

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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. ...

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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 ...

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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 ...

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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 ...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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 ...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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,:); %...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas