Statistics
5 Questions
0 Answers
RANK
174,127
of 295,673
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
80.0%
VOTES RECEIVED
0
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,257
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 simulate the number of ice-creams sold per hour ?
I have the following code and I need to adjust the value of Am, B and D so that the cosine function shows the 1st and 24th rows ...
10 years ago | 1 answer | 0
1
answerQuestion
How to calculate a numerical approximate derivative vector of a function?
I have a given formmula: Yprimenum(i) = (Y(i+1) – Y(i)) / ∆X, where ∆X is the X step length, or equivallently X(i) – X(i-1). A...
10 years ago | 2 answers | 0
2
answersQuestion
How to make a vector where each element=5 and 100 elements long?
We have a given function: Y1 = 5 – (1/x). Now (1) I have to use linspace to create an equidistant x-vector from 1 to 100 wit...
10 years ago | 2 answers | 0
2
answersQuestion
Matlab problem: How to calculate a rough, approximate, derivative vector by using the following formula?
Here is the complete task which I need to solve: We know that the derivative is the coefficient k of a tangent line with mat...
10 years ago | 1 answer | 0
1
answerQuestion
How to solve the following matlab problem?
This is the code in which I am working on right now. % b = 10000; % frequency a = 0.5; %amplitude c=440...
10 years ago | 1 answer | 0