Community Profile

photo

Conner Carriere


Last seen: circa 3 anni fa Attivo dal 2021

Followers: 0   Following: 0

Statistiche

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


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

circa 3 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 3 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 3 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 3 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 3 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 3 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 3 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 3 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 3 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 3 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 3 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 3 anni fa | 0 risposte | 0

0

risposte