Conner Carriere
Followers: 0 Following: 0
Estadística
22 Preguntas
0 Respuestas
CLASIFICACIÓN
75.575
of 295.448
REPUTACIÓN
0
CONTRIBUCIONES
22 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
31.82%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
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'...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
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. ...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 4 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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,:); %...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 4 años hace | 1 respuesta | 0