photo

Oliver Ries


Last seen: 8ヶ月 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
0 回答

ランク
226,635
of 300,321

評判
0

コントリビューション
6 質問
0 回答

回答採用率
66.67%

獲得投票数
0

ランク
 of 20,913

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,093

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


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...

1年以上 前 | 2 件の回答 | 0

2

回答

質問


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^...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

2年以上 前 | 3 件の回答 | 0

3

回答

質問


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...

3年弱 前 | 1 件の回答 | 0

1

回答