photo

Pipe


Last seen: 5일 전 2022년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


How to get rid of zeros in a matrix?
If you run the code you'll notice that aSol is a 4x1 but two of the numbers are zeros and the other two are the same, how can I ...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


How to solve a 13 set of equations and evaluate their change over time?
I need to solve these set of equations. I thought about using matrices but I could not figure out how use "syms" to add so many ...

거의 2년 전 | 답변 수: 0 | 0

0

답변

질문


How to solve an ODE with three equation that are dependent on each other
I have these equations that are supposed to tell me how the concentration of C changes over time. I am trying to use ODE 45 but ...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


How to track and label a circular shaped object in a video?
I do not need the actual code, just guidance on how to start with this probrem of tracking and labeling an object from a video. ...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


How to interpolate a set of data with the cubic method?
I tried looking it up, and it comes out that i should use the spline command, but when i use it nothing comes out. I need to plo...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


How to interpolate a set of data with the cubic method?
I tried looking it up, and it comes out that i should use the spline command, but when i use it nothing comes out. I need to plo...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


How can i get ODE to solve an equation if my y0 is more than one value?
%This is the equation that i have to differentiate using ODE 45. (dt/dx=1/(alpha*x^-2+(beta*x^-3)) I= 0.08 a = 104E-6; b = 73...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


How can I find an specific value inside an array without using the find function?
I need to store the index when w>=10 in an array without using the find function. So for example in my code w=10 at t1 8. Is the...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


Find a a value from a graph that is not in the array using reciprocal fit
This is my code. So I plotted t1 and n and now I need to find the reciprocal and with the reciprocal find the t1 value of n=0.65...

거의 2년 전 | 답변 수: 1 | 0

1

답변