photo

Abhishek Gupta

MathWorks

Last seen: 2 years 前 自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

2 个提问
4 个回答

File Exchange

2 文件

Cody

0 个问题
5 个答案

排名
2,782
of 297,503

声誉
22

贡献数
2 个提问
4 个回答

回答接受率
100.0%

收到投票数
6

排名
1,187 of 20,449

声誉
1,585

平均
4.70

贡献数
2 文件

下载次数
21

ALL TIME 下载次数
15038

排名
52,419
of 159,017

贡献数
0 个问题
5 个答案

评分
60

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 4
  • First Submission
  • Thankful Level 1
  • Knowledgeable Level 2
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已回答
how to give labels and title to all subplot one time
One may use FINDOBJ to locate all subplots/axes on a figure and then use a FOR loop to label/title all the subplots. For example...

13 years 前 | 2

| 已接受

已回答
Subbing into a constant function in symbolic toolbox
It does feel like a bug to me. I came up with a crude workaround/hack: syms x y f=3*y^2-2*y^3-3*x^2+6*x*y; fx=diff(f...

13 years 前 | 0

已回答
Save Sym data per variable
One may use DIARY( <http://www.mathworks.com/help/releases/R2011b/techdoc/ref/diary.html> ) to capture any output to the command...

13 years 前 | 1

| 已接受

已回答
equation solver - how to solve in matlab
Hi Duncan, You can perform basic curve fitting using the optimization routines available in MATLAB. Search for "Optimal Fi...

14 years 前 | 1

| 已接受

提问


How can I remove all the paths for Toolboxes in MATLAB?
I have my own functions I created when I had only MATLAB and no other Toolboxes. Now with other Toolboxes installed, functions w...

14 years 前 | 2 个回答 | 2

2

个回答

提问


Does absolute intensity in an image matter when computing the normalized cross correlation with NORMXCORR2?
I have two different images of the same object which differ in overall intensity. I would like to know if this will affect the n...

14 years 前 | 1 个回答 | 0

1

个回答