Feeds
질문
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년 전 | 답변 수: 0 | 0
0
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 0 | 0
0
답변답변 있음
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: ...
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년 전 | 1
질문
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년 전 | 답변 수: 2 | 1