photo

gwoo


自 2018 起处于活动状态

Followers: 0   Following: 0

Programming Languages:
Python, MATLAB
Spoken Languages:
English

统计学

All
MATLAB Answers

3 个提问
9 个回答

File Exchange

1 文件

Cody

0 个问题
4 个答案

排名
2,037
of 300,417

声誉
32

贡献数
3 个提问
9 个回答

回答接受率
33.33%

收到投票数
16

排名
15,327 of 20,961

声誉
11

平均
0.00

贡献数
1 文件

下载次数
1

ALL TIME 下载次数
118

排名
64,765
of 168,731

贡献数
0 个问题
4 个答案

评分
50

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 3 Month Streak
  • First Submission
  • Explorer
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已回答
Calling the error function does not print the line number in r2022b
I just ran into this this past week. I made a work around that would fprintf the same info, like the line number along with hype...

1 year 前 | 1

已回答
Is there way to read powerpoint file and get data?
Better than using the ActiveX COM connection, use the .NET API. Then you can use all the well documented and updated help from t...

3 years 前 | 1

提问


How do I register or stitch multiple sub-images together into a larger image using unique fiducial features with rigid transformation?
I have 5 sub images that are unique. Each image contains at least 2 unique fiducial features that are only shared by a pair of i...

3 years 前 | 3 个回答 | 0

3

个回答

已回答
What is missing from MATLAB #2 - the next decade edition
Being able to access the properties/methods/fields of an object/struct even after indexing into one would be a big deal. Curre...

4 years 前 | 1

已回答
What should go in a next-generation MATLAB X?
I would also like: auto-complete options on inputs to custom functions specified type of arguments such that if an argument is...

4 years 前 | 0

已回答
What should go in a next-generation MATLAB X?
I don't know the technical name for it but being able to call methods, properties, or indexing without having to make a new vari...

4 years 前 | 5

已回答
If Regexp matches return 1 otherwise 0 syntax
If your input to regex is a cell array (say from collecting from a struct or something), then your output will be a cell array w...

4 years 前 | 3

已提交


Faster Cell Array to CSV-file [more improved cell2csv.m]
Writes cell array content into a *.csv file.

6 years 前 | 1 次下载 |

0.0 / 5

提问


In MATLAB how can I write out a multidimensional array as a string that looks like a raw numpy array?
The Goal (Forgive me for length of this, it's mostly background and detail.) I'm contributing to a TOML encoder/decoder for MA...

6 years 前 | 1 个回答 | 0

1

个回答

已回答
center of mass of binary image
This is the fastest simpliest way I've seen to do it without regionprops: [r, c] = find(binaryImage == 1); rowcolCoordinates...

6 years 前 | 2

已回答
How can I display min and max in the colorbar?
You can also do the following and keep the automatically selected tick marks. hColorbar = colorbar; set(hColorbar, 'Tick...

7 years 前 | 3

已回答
How do I find the coordinate position of the highest point in the gap under all these curves?
I took the numerical approach where I would recreate the individual curves within the same domain and using the same increments....

7 years 前 | 0

| 已接受

已解决


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

7 years 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

7 years 前

已解决


Pernicious Anniversary Problem
Since Cody is 5 years old, it's pernicious. A <http://rosettacode.org/wiki/Pernicious_numbers Pernicious number> is an integer w...

7 years 前

已解决


Convert hex color specification to MATLAB RGB
Here's something that comes up all the time if you deal with web pages. Given a <http://www.w3schools.com/html/html_colors.as...

7 years 前

提问


How do I find the coordinate position of the highest point in the gap under all these curves?
I have the below figure with 64 individual curves plotted. There is a vertical threshold over which these curves need to be. The...

7 years 前 | 2 个回答 | 0

2

个回答