photo

Robert


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

3 个提问
4 个回答

排名
4,594
of 300,262

声誉
11

贡献数
3 个提问
4 个回答

回答接受率
66.67%

收到投票数
2

排名
 of 20,900

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,865

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
How can I display all elements of an array in a single row?
Arrays cannot have different numbers of columns in each row. Maybe you're dealing with a cell array, in which case you'd just t...

14 years 前 | 0

已回答
Help with For-Loop question?
N=10; x=zeros(N,numel(pi/5:pi/5:2*pi)); x(1,:)=pi/5:pi/5:2*pi; for j=2:N x(j,:)=sin(x(j-1,:)); end plot(x(1,:),x')

14 years 前 | 1

| 已接受

已回答
Help with For-Loop question?
The answer above doesn't achieve what you were asking for. Try this: N=10; x=zeros(N,numel(pi/5:pi/5:2*pi)); x(1,:)=pi/5:pi/...

14 years 前 | 0

| 已接受

提问


Solving the same linear ODE with several initial conditions
Hi, I want to solve a system of the form X(t)'=A*X(t) several times with different initial conditions. Of course, I could so...

14 years 前 | 0 个回答 | 0

0

个回答

已回答
mex can't find gcc in path
I figured it out. All I had to do is run: sudo ln -s /Developer/usr/bin/gcc-4.2 /usr/bin/gcc-4.2 The problem was that /Deve...

14 years 前 | 0

| 已接受

提问


mex can't find gcc in path
Matlab-mex can't find my C compiler, even though it appears to be using the correct command. Observe: In Matlab: >> mex fo...

14 years 前 | 3 个回答 | 0

3

个回答

提问


problems calling matlab from command line in OS X
Hi. I installed Matlab 2011a before removing 2009a. After the installation '$which matlab' pointed to /usr/bin/matlab, which c...

14 years 前 | 2 个回答 | 1

2

个回答