Francesco Pio - MATLAB Central
photo

Francesco Pio


Last seen: 1年以上 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 05/23 to 03/25Use left and right arrows to move selectionFrom 05/23Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

12 質問
1 回答

ランク
79,374
of 297,775

評判
0

コントリビューション
12 質問
1 回答

回答採用率
16.67%

獲得投票数
0

ランク
 of 20,469

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,513

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


best approximation for double numbers
I have the following function which has an asymptote for y = 1 : syms f(x) syms x f(x) = 1 / (1 + exp(-((x + 8.4730) / 10 )))...

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

1

回答

質問


symbolic function as input to a matlab function
Hello everyone. Let's suppose I have a symbolic function like this : syms f(x) f(x) = exp(x + 5); I have to pass this symbol...

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

1

回答

質問


switches with the < and > operators
Is there a way to use the switch construct by checking with operators like > and < and not doing an equality check? for example...

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

1

回答

質問


get x knowing f(x)
Let's suppose we have the following example function syms f(x) f(x) = e^x is there a way to derive the value on the x axis by...

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

2

回答

質問


compute the probability for three events
I have a cryptocurrency that has a certain price associated with it. There are three possible events: 1) Nothing happens. 2) ...

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

1

回答

質問


Does the randi function have a good level of pseudorandomness?
I have the following code which simulates how the price of a cryptocurrency changes. % Cryptocurrency is a class whose objects ...

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

1

回答

質問


take a value y of a function y = f(x) giving x.
Suppose we have the following code that creates the graph of the sine function: x = 0:pi/100:2*pi; y = sin(x); plot(x,y) Now...

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

1

回答

質問


modify an object of a specific class within another class
Hello, I have the Cryptocurrency class having two simple properties and described as follows: % Cryptocurrency is a class whose...

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

1

回答

回答済み
division calculates a wrong value
Ok sorry, this is the Cryptocurrency class. It simply has a property representing price and a constant property representing the...

2年弱 前 | 0

質問


division calculates a wrong value
I have this Market class which adjusts the price of two cryptocurrencies. This method allows you to buy the first cryptocurrency...

2年弱 前 | 2 件の回答 | 0

2

回答

質問


Pick a value from a set of samples with some probability.
Hello everyone. I have a set of samples (for example I have values of the height of a set of people). x = [1.50 1.55 1.58 1.66 ...

2年弱 前 | 0 件の回答 | 0

0

回答

質問


Pick a value with some probability
Hello everyone. Let's suppose we have a Gaussian distribution on people's height. there will be an average value with higher pro...

2年弱 前 | 2 件の回答 | 0

2

回答

質問


Discrete-time simulation
Hello, I have to do a discrete time simulation in Matlab. I have to simulate a market in which purchases and sales take place. A...

2年弱 前 | 0 件の回答 | 0

0

回答