photo

Robert


Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
4 Answers

RANK
4.596
of 300.302

REPUTATION
11

CONTRIBUTIONS
3 Questions
4 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
2

RANK
 of 20.911

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.040

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
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...

ongeveer 14 jaar ago | 0

Answered
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')

ongeveer 14 jaar ago | 1

| accepted

Answered
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/...

ongeveer 14 jaar ago | 0

| accepted

Question


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...

ongeveer 14 jaar ago | 0 answers | 0

0

answers

Answered
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...

ongeveer 14 jaar ago | 0

| accepted

Question


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...

ongeveer 14 jaar ago | 3 answers | 0

3

answers

Question


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...

ongeveer 14 jaar ago | 2 answers | 1

2

answers