Ronaldo - MATLAB Central
photo

Ronaldo


2012 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 11/12 to 04/25Use left and right arrows to move selectionFrom 11/12Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

16 質問
0 回答

ランク
25,679
of 298,292

評判
1

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

回答採用率
43.75%

獲得投票数
1

ランク
 of 20,560

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,775

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Imagesc plot (dividing the colorbar to blue-green, white, and green-red range)
I want to plot the values of a matrix ranging from -10 to 10 in a way that I can assign 1) Dark blue color to * _green_ * to ...

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

1

回答

質問


using fprintf to print same length values
How can I use fprintf to print values with the same length (the number of digits after the pointer is changing based on the numb...

11年以上 前 | 2 件の回答 | 0

2

回答

質問


write string in text file
How can I write some strings in text file (each strinng in one line)? example: Happy New Year

11年以上 前 | 6 件の回答 | 0

6

回答

質問


reducing time in using for-loop
Below is the code I wrote to calculate the minimum distance of some points (shown by "A") from some lines made by pairs of point...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


open a hex file
I use the following code to open a hex file (please look at the attachment). fid = fopen('FileName'); A = fread(fid); ...

11年以上 前 | 2 件の回答 | 0

2

回答

質問


getting '0F' instead of 'F' for dec2hex(15)
I want to apply dec2hex function to a very large matrix. For a reason which is beyond the scope of this question, I need to get ...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


14 bit grayscale movie/image acquisition
I have a camera which has 8-14 bit-depth. I want to get a grayscale movie and then convert the movie to 14-bit grayscale images....

11年以上 前 | 2 件の回答 | 0

2

回答

質問


Overwriting a binary file
I opened a binary file by using a hxd editor software. I copied the Hex values to a text file. I want to overwrite the values in...

11年以上 前 | 2 件の回答 | 0

2

回答

質問


Assigning black color to zero values of "imagesc" plot
I want to use "imagesc" to plot the following matrix: A=[9 24 6 12 6; 0 33 24 0 12; 0 0 13 14 12; ...

11年以上 前 | 2 件の回答 | 1

2

回答

質問


Making a code runs faster
How can I make the following code runs faster (This a part of a larger code). I do not want to use parfor. for rotation=1...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


Reducing running time in image processing
I wrote a code to find circles in an image by using imfindcircles and do some other calculations on the detected circles. I plan...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


How do I obtain a composite of two grayscale images?
I want to make a composite of two images with "imfuse" function as follow: imfuse(A,RA,B,RB,'ColorChannels',[1 2 0]) Is th...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


Segmentation of bright and faint circles of an image
Is there any way in MATLAB to segment bright and faint circles of the image shared below? https://www.dropbox.com/sh/rthfy269...

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

1

回答

質問


Saving values in parfor loops
I have a large database (1e8,4) and I want to use parfor command to do some calculations. I also want to use matlabpool comman...

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

1

回答

質問


For loop for large database
I have a large database which contains 1e7 rows and 3 columns. The columns represent the coordinate (x,y,z) of each row. I want ...

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

1

回答

質問


combining strings by using loops
I want to use genetic algorithm (from global optimization toolbox) to optimize a function. My function is f(x1,x2,x3)=a.*x1^2+...

12年以上 前 | 2 件の回答 | 0

2

回答