photo

Andrei Caragea


LRL Investment Services srl

自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

0 个提问
5 个回答

排名
12,914
of 297,457

声誉
4

贡献数
0 个提问
5 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
performing certain operation from a set a certain set of values
Mathematically speaking, you can compute the average on the initial set of values and then multiply it/ divide it by 2. If you w...

13 years 前 | 0

已回答
integral of the squared error
Let F be your initial function of time (as an example, let's say F(t)=t^2) and G be the approximation function (in this example ...

13 years 前 | 0

已回答
Create new binary image from pixel values of another image
Try this. Let A be the initial matrix, like the one in the example. Do A=A-13; B=ones(size(A)); B(find(A))=0. B will be a matri...

13 years 前 | 0

已回答
Passing string as function argument
Yes you can, with the eval function. Let me give you an example. Say you havein your workspace 3 variables: A, B, S, where A an...

13 years 前 | 0

已回答
converting cell array of strings (dates) to matrix
Hey tombola. The problem is that matlab views a string as a row of ascii values. For example, if you have a date like '01/01/20...

13 years 前 | 0

| 已接受