photo

The Pirate


Graduate University of Chinese Academy of science

自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

6 个提问
3 个回答

排名
4,412
of 300,900

声誉
12

贡献数
6 个提问
3 个回答

回答接受率
83.33%

收到投票数
3

排名
 of 21,106

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,578

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 3
  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


How to call the C# function with one or two ref type arguments?
I find help in matlab document, but that is about C# functions with only one argument(ref type). Now, I have a funtion with two ...

8 years 前 | 1 个回答 | 0

1

个回答

已回答
How can i correctly call .net function with multiple "ref" arguments?
Oh, my god. Five years passed, no one knows how to fix this problem. what a lively community.

8 years 前 | 1

已回答
How to count the number of pixels in a square from given image?
# You can firstly binarize the image, then every grid will turn into a connected zone. # You use |regionprops| with |areas| pro...

8 years 前 | 0

已回答
shifting zero on the x-axis
x = x + 10; plot(x, y) % y is your data

8 years 前 | 2

| 已接受

提问


How I can read '2.tif' before '19.tif'?(my tif files are named as: 1.tif, 2.tif, 3.tiff, ..., 10.tif, 11.tif, ..., 19.tif, 20.tif)
Hello, Everyone. I have a folder with 100 tif format images, their names are 1.tif, 2.tif, ..., 100.tif. I wnant read these file...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How should I solve the "output argument not assigned" problem(GUI function)?
Hello, everyone. I want to turn a image into binary image, and to determine the threshold gray level according to the resulted b...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Is there a function to compute the area of the triangle that include any point in a 2D points set?
Hello, everyone. I am an engineer, and I want to know the way to assess the evenness of the distribution of points in a 2D po...

9 years 前 | 2 个回答 | 0

2

个回答

提问


Why my 20 variables nonlinear constraint Genetic Algorithm runs for only 5~6 generations?
I want to optimize the one siderostat array, according to the Cornwell's fitness function. This is the background of my program....

10 years 前 | 2 个回答 | 0

2

个回答

提问


use "Angular-Spectrum Propagation" to calculate intensity distribution at focal plane of a lens, but the outcome is not only a central spot, but accompanying with some "diffraction order" as shown below:
clear,clc lamuda=550e-9;k=2*pi/lamuda; radius=2e-3;diameter=2*radius; foc_length=400e-3; L=255; x=linspace(-radius,radi...

11 years 前 | 1 个回答 | 0

1

个回答