![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/27236811_1661432109454_DEF.jpg)
Pipe
Followers: 0 Following: 0
Statistics
9 Questions
0 Answers
RANK
172,272
of 297,046
REPUTATION
0
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,776
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
Question
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 0 answers | 0
0
answersQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0