Conner Carriere
Followers: 0 Following: 0
統計
MATLAB Answers
22 質問
0 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
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'...
3年以上 前 | 0 件の回答 | 0
0
回答質問
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. ...
4年弱 前 | 0 件の回答 | 0
0
回答質問
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...
4年弱 前 | 0 件の回答 | 0
0
回答質問
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...
4年弱 前 | 1 件の回答 | 0
1
回答質問
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...
4年弱 前 | 0 件の回答 | 0
0
回答質問
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...
4年弱 前 | 1 件の回答 | 0
1
回答質問
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...
4年弱 前 | 0 件の回答 | 0
0
回答質問
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 ...
4年弱 前 | 0 件の回答 | 0
0
回答質問
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 ...
4年弱 前 | 0 件の回答 | 0
0
回答質問
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 ...
4年弱 前 | 1 件の回答 | 0
1
回答質問
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...
4年弱 前 | 0 件の回答 | 0
0
回答質問
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...
4年弱 前 | 1 件の回答 | 0
1
回答質問
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...
4年弱 前 | 1 件の回答 | 0
1
回答質問
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...
4年弱 前 | 1 件の回答 | 0
1
回答質問
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 ...
4年弱 前 | 1 件の回答 | 0
1
回答質問
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...
4年弱 前 | 2 件の回答 | 0
2
回答質問
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 ...
4年弱 前 | 1 件の回答 | 0
1
回答質問
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...
4年弱 前 | 1 件の回答 | 0
1
回答質問
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...
4年弱 前 | 0 件の回答 | 0
0
回答質問
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,:); %...
4年弱 前 | 1 件の回答 | 0
1
回答質問
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...
4年弱 前 | 1 件の回答 | 0
1
回答質問
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...
4年弱 前 | 1 件の回答 | 0