Sordin
2017 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
19 質問
0 回答
ランク
of 153,991
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Simulation of irrational numbers
I am trying to generate two random numbers and such that their ratio is an irrational number. I understand that all numbers s...
5年以上 前 | 2 件の回答 | 0
2
回答質問
Indexing error using sum
I have written a simple code that performs a moving average smoothing algorithm (it averages adjacent bins to a single bin simi...
5年以上 前 | 1 件の回答 | 0
1
回答質問
Algorithm for curve smoothing
I have written a simple code that performs a 3-point moving average smoothing algorithm. It is supposed to follow the same algor...
5年以上 前 | 1 件の回答 | 0
1
回答質問
Randomly dividing an integer (non-uniform distribution)
I am trying to write a code that randomly divides a number into parts (in other words, I want to generate random numbers whos...
5年以上 前 | 4 件の回答 | 0
4
回答質問
Extrapolating intersection points (signal processing/curve fitting)
I have a data set which consists of a series of adjacent dips. Below I have plotted the data using the line style specifier '-o'...
5年以上 前 | 2 件の回答 | 0
2
回答質問
Adjusting the dimensions of input argument
I have written a function which takes in a row vector as the input. If is a column vector, I want the program to convert it in...
5年以上 前 | 2 件の回答 | 0
2
回答質問
Grouping using for loops (signal processing)
I am working with a signal data that consist of consecutive dips as shown below. I am only interested in the portion of the sign...
5年以上 前 | 0 件の回答 | 0
0
回答質問
Checking the range of input arguments
I have a function where two of the input parameters ( and ) must be within the range . So I have written the following code to c...
5年以上 前 | 2 件の回答 | 0
2
回答質問
Pie chart color assignment
I am trying to make a pie chart of two quantities. Using a colormap, I have assigned two different colours to each of the quanti...
6年以上 前 | 1 件の回答 | 0
1
回答質問
Restricting getrect boundaries (image processing)
When using the _getrect_ function, is there any way to restrict the selected rectangle so that it cannot be dragged outside the ...
7年弱 前 | 1 件の回答 | 0
1
回答質問
Circular region in an image
I am trying to replace a circular region in one image with the corresponding region in another image. Here is my code so far: ...
7年弱 前 | 3 件の回答 | 0
3
回答質問
Using getrect for Image Processing
I am trying to use the _getrect_ function to replace a selected portion of one image with the corresponding portion in another i...
7年弱 前 | 1 件の回答 | 0
1
回答質問
Assigning random values to image pixels
I am trying to assign random values to the elements of a rectangular region within an image matrix, so that the result looks som...
7年以上 前 | 1 件の回答 | 0
1
回答質問
Alphamap using Binary Mask
Is it possible to make an alphamap for a figure based on its binary mask? Here is a sample image and its binary: <</matlab...
7年以上 前 | 3 件の回答 | 0
3
回答質問
Volumetric slice plot of tomographic data
I am trying to use the <https://au.mathworks.com/help/matlab/ref/slice.html slice> function to stack the following 79 slices and...
7年以上 前 | 2 件の回答 | 0
2
回答質問
Bidirectional concatenation using cat (image zero-padding)
I am trying to zero-pad the borders of an image by a certain amount (xPad, yPad) using the |cat| function. It takes four lines o...
7年以上 前 | 1 件の回答 | 0
1
回答質問
Image rotation and NaN elements
The following code rotates an image by a given angle θ. I do not understand the function and significance of the last line: ...
7年以上 前 | 1 件の回答 | 0
1
回答質問
2-D Meshgrid Rotation Matrix Multiplication
I am trying to rotate the coordinates of a 182x182 mesh grid by means of multiplication with the rotation matrix: <</matlabce...
7年以上 前 | 2 件の回答 | 0
2
回答質問
Using double instead of im2double for images?
I want to convert an input image into floating point, so that interpolation using _interp2_ will be possible. I want to achieve ...
7年以上 前 | 2 件の回答 | 1