Oliver Ries
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
214,954
of 295,467
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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 would I properly go about creating this function?
I am doing a project to practice matlab and thought it would be best to be put into a function. This is my function and the rest...
7 months ago | 2 answers | 0
2
answersQuestion
I am trying to input my found critical point into the second derivative, but when I double it to get an actual value, I get an array of zeros.
Q = @(v) sym(v); Pi = Q(pi); E = Q(9.9)*10^6; p = Q(.098); F = Q(1500); L = Q(20); g = Q(32.2)*12; I = (F*L^2)/(E*Pi^...
9 months ago | 1 answer | 0
1
answerQuestion
I am trying to perform the second derivative test of this function I came up with
Trying to do the second derivative test to find the minimum W, but none of this code is working. How do I get the critical point...
9 months ago | 1 answer | 0
1
answerQuestion
The for loop always replaces the value previous. How do I store all the values produced from the for loop?
I have this for loop with an if statement and every time I run it, it displays both values but the one displayed on top is not s...
1 year ago | 1 answer | 0
1
answerQuestion
How would I remove multiple specific elements from an array.
The elements I want to remove from array B are displayed from r(i). The current code at the bottom only gets rid of one of the v...
1 year ago | 3 answers | 0
3
answersQuestion
How to make this crank slide animation do 3 revolutions?
I need to be able to use a while loop and some if statements to make this animation of this crank slider do 3 revolutions while...
2 years ago | 1 answer | 0