photo

Robert


2011 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

3 質問
4 回答

ランク
4,617
of 300,840

評判
11

コントリビューション
3 質問
4 回答

回答採用率
66.67%

獲得投票数
2

ランク
 of 21,092

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,238

コントリビューション
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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 2 件の回答 | 1

2

回答