Jake - MATLAB Central
photo

Jake


2013 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 05/13 to 03/25Use left and right arrows to move selectionFrom 05/13Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

12 質問
0 回答

ランク
123,567
of 297,711

評判
0

コントリビューション
12 質問
0 回答

回答採用率
66.67%

獲得投票数
0

ランク
 of 20,465

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,406

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Removing the outline or border around the Edit Text box in the GUI
I'm preparing a GUI, and for purposes of aesthetics, I want to remove the gray border around the edit text box, or change its co...

12年弱 前 | 2 件の回答 | 0

2

回答

質問


Using KeyPressFcn to initiate the callback?
Hi, I have a function under a button callback, including ginput and other functions. However, at the moment, the button needs to...

12年弱 前 | 1 件の回答 | 0

1

回答

質問


Filling a group of pixels with a new color?
I've taken a picture, say 10x10 pixels, and converted it to doubles like this: a = imread('photo'); b = im2double(a); ...

12年弱 前 | 1 件の回答 | 0

1

回答

質問


How can I assign a matrix to a grid on an image?
I would like to split a 1000x1000 pixel image into 10x10 pixel boxes to form a grid. I would then like to assign a zero to each ...

12年弱 前 | 2 件の回答 | 0

2

回答

質問


How can I get someone to input a function in a GUI and then work with that function?
I want to create a GUI in which the user can type in a function, f(x). I then want to go into the script editor and use their fu...

12年弱 前 | 1 件の回答 | 0

1

回答

質問


User Input From a Grid
I want to display an image with a grid, have the user select different colors in a GUI and click on the grid. Once they click, t...

12年弱 前 | 0 件の回答 | 0

0

回答

質問


How do you use inpolygon?
I am trying to learn how to use this function. I have a photo of two buttons, and have acquired the bounding boxes for those but...

12年弱 前 | 1 件の回答 | 0

1

回答

質問


How can I save the coordinates from ginput()?
I want to get the bounding boxes of two buttons on a screen. I would like to write a loop with ginput such that for each butt...

12年弱 前 | 2 件の回答 | 0

2

回答

質問


How do you preallocate variables for coordinates?
I'm trying to use ginput in multiple iterations and save the coordinates into variables...for example. for k = 1:3 [x(i...

12年弱 前 | 1 件の回答 | 0

1

回答

質問


How can I find the indices of the 3 largest values in my matrix?
I have a matrix with varying values. I want to find the 3 largest values in this matrix and assign their indices to 3 different ...

12年弱 前 | 1 件の回答 | 0

1

回答

質問


How to use a counter with a loop
How do you use a counter with a for loop? I want to learn how to input a bunch of numbers into a loop and use the counter to ...

12年弱 前 | 3 件の回答 | 0

3

回答

質問


Merging or Combining Rows
I have a matrix that looks like this: 86 34 23 59 93 45 (Random numbers) But I want to make it like this: 8634 ...

12年弱 前 | 2 件の回答 | 0

2

回答