photo

Jan


Visionlab - University of Antwerp

自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

3 个提问
0 个回答

File Exchange

2 文件

Cody

0 个问题
10 个答案

排名
23,004
of 297,503

声誉
1

贡献数
3 个提问
0 个回答

回答接受率
100.0%

收到投票数
2

排名
8,824 of 20,449

声誉
87

平均
0.00

贡献数
2 文件

下载次数
3

ALL TIME 下载次数
871

排名
36,325
of 159,017

贡献数
0 个问题
10 个答案

评分
110

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • First Submission
  • Thankful Level 1
  • Solver

查看徽章

Feeds

排序方式:

提问


Function outputs a 1x2 matrix, yet I can't append that matrix to another matrix.
function prop(f,u,q,sq) %Define stuff SQ=[]; Q=[]; g=size(q); %Evaluation of f with q Q=s...

13 years 前 | 1 个回答 | 2

1

个回答

提问


Problem with undefined variable
Hi, I'd like to construct a function Q that has a symbolic expression f(u1,u2,...,ui) as an argument. The thing is that I do...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Peak-finding function doesn't work.
function [M] = peak(A) for j=2:size(A,2) if A(j,2)-A(j-1,2) >= 0 && A(j,2)-A(j+1,2) >= 0 M=[M,A(j,1)]; en...

14 years 前 | 1 个回答 | 0

1

个回答