photo

Borjan Trajanoski


Last seen: 5 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
164,866
of 300,392

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,335

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 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Generate exponential distribution of event times
I have to generate event times in the time interval [0; T] with T = 2000 s such that the waiting times between consecutive event...

5 years ago | 0 answers | 0

0

answers

Question


Finding minimum/maximum of function using Lagrange multipliers
As mentioned in the title, I want to find the minimum / maximum of the following function with symbolic computation using the la...

5 years ago | 1 answer | 0

1

answer

Question


Changing boundary conditions for ODE
My code below plots the solution of the equation of Mathieu with the initial condition: y(0) = 1, y'(0) = 1 Now I still want th...

5 years ago | 2 answers | 0

2

answers

Question


Find general non-constant solution for differential equation
eqn=diff(y(t),t) == k*y*(1-y/M); S=dsolve(eqn); Sz = S(3) %general non-constant solution >> Sz = M/(exp(-M*(C1 + (k*t)/M)) + ...

5 years ago | 1 answer | 0

1

answer