photo

Stephen


Last seen: 5 years 前 自 2012 起处于活动状态

Followers: 0   Following: 0

消息

new to matlab

统计学

MATLAB Answers

10 个提问
1 个回答

排名
10,533
of 299,969

声誉
4

贡献数
10 个提问
1 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,853

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,784

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


How to use fminsearch for a function converted from symbolic expression
Hello, I am trying to fit a plane to a set of data. I'd like to write my own function with fminsearch function. I created t...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Calculate area of piecewise closed curve
Hello, I am trying to find the area enclosed by 4 piecewise smooth curves. As can be seen from the figure, BLACK curve is a...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Solve nonlinear equations within range
Hello, I have two nonlinear equations to solve simultaneously: syms x, y f1 = x^2 + y^2 + x == 4 f2 = x^3 + y*2 == 2 ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Need help with array of functions
Hello all, I have a script that uses symbolic variables heavily. Here is the code, syms x y z as = 3*x; bs = 4*y + z...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Need help with vector and eval
Hi all, I am encountering a problem with vectorization and eval. So here is the code syms a b c i A = [a*i; b-i; c+...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Another error occurs in "aviread" .
Warning: AVIREAD will be removed in a future release. Use MMREADER instead. > In aviread at 29 In testvideo at 1 ?...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Error occurs in "aviread" . URGENT
I was running a tracking moving object program written by others and sent me from email. I am wondering why the first line of th...

13 years 前 | 1 个回答 | 0

1

个回答

提问


vehicle counting using virtual line detection; how to get the pixel changing status of the virtual line
I don't want to use optical flow. I want to use a virtual rectangle to simplify the problem. Once the vehicle get through the re...

13 years 前 | 0 个回答 | 0

0

个回答

提问


The errors happened in different version of matlab on the same code
As I posed before, <http://www.mathworks.com/matlabcentral/answers/37417-how-to-get-the-value-of-a-certain-pixel-region-in-video...

13 years 前 | 0 个回答 | 0

0

个回答

已回答
how to make a live video from webcam to appear on the fig file which i have created
You may try these. clear all; imaqmem(80000000) ; aviobj = avifile('myavifile6'); aviobj.quality = 100; ...

13 years 前 | 0

| 已接受

提问


how to get the value of a certain pixel-region in video and analyze them?
I have a video of pills moving from left to right slowly. I want to draw a visual line in the original video and when the pills ...

13 years 前 | 1 个回答 | 0

1

个回答