photo

Nathan


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

5 Questions
1 Answer

RANK
14,083
of 300,352

REPUTATION
3

CONTRIBUTIONS
5 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
2

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,212

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

Feeds

View by

Question


I am trying to fit some data but getting the wrong coeffs!
So I am trying to find some coeffs with Matlab. Here is my code: zdata = [2,8,12,20,26,40,50,59,68,79,82,92]'; ndata ...

11 years ago | 0 answers | 0

0

answers

Question


Array to plot regarding position, please help
Hello there, I am having a hard time with something. I have an array of positions of 5 particles. -2.0000 5.00...

12 years ago | 1 answer | 0

1

answer

Question


simulation for an array
If I have an array of positions, say: 1 2 4 5 2 2 4 5 6 8 4 2 8 4 3 etc.. And want to create a animated simulation ...

12 years ago | 1 answer | 0

1

answer

Question


nbody finite diff aprox
I am writing a program in matlab that will simulate the n-body problem. The simulation is in 3 dimensions. I want somethin...

12 years ago | 0 answers | 0

0

answers

Answered
How can I share variables between .m files?
what if I have two random random numbers that are generated by test.m and I want to use both those values for test2.m Say: ...

12 years ago | 1

Question


How can I share variables between .m files?
I am having trouble returning values to different .m files. I have tried to declare the variables globally but that doesn't ...

12 years ago | 2 answers | 1

2

answers