photo

Yuhong Jin


2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

9 質問
0 回答

ランク
102,940
of 300,765

評判
0

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

回答採用率
55.56%

獲得投票数
0

ランク
 of 21,084

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,941

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How to define a continuous range?
Here I defined a range for dy from 0.5 to 5 using dy = 0.5:0.1:5 The script works slowly and need to wait for a long time for...

約6年 前 | 1 件の回答 | 0

1

回答

質問


How to draw a heatmap with two numerical variables?
I was trying to plot a heatmap with two variables, each of which is in a defined range: And I want to only represent the relat...

約6年 前 | 1 件の回答 | 0

1

回答

質問


Euler's method for two first order differential equations?
I was trying to solve two first order differential equations like below using the Euler's method and plot two graphs with x and ...

約6年 前 | 2 件の回答 | 0

2

回答

質問


Fourier transformation of a function solved by ODEs?
Hi, I was trying to fourier transform a function solved by ode15s using the code below: function main2() % need function s...

約6年 前 | 1 件の回答 | 0

1

回答

質問


How to add different titles to multiple image display using subplot?
I tried to use this code below to add titles "1" and "2" to my images, but only "1" shows above the first image. Could anyone ...

約6年 前 | 2 件の回答 | 0

2

回答

質問


Image processing for a set of images but showing "Array indices must be positive integers or logical values" for another set of images?
I made an image processing script which can work for a set of images, but when I try to process another set of images with the s...

約6年 前 | 1 件の回答 | 0

1

回答

質問


How to use regionprops in matlab?
I have writen a code like this to calculate the mean intensity of my masked image, but it keeps having errors saying that 'regio...

約6年 前 | 1 件の回答 | 0

1

回答

質問


How to use Gillespie's algorithm in MATLAB to display chemical reactions
Hi everyone, I am trying to use MATLAB to do Gillespie's algorithm for chemical reactions: A + B --> C with rate f, and C -->...

約6年 前 | 1 件の回答 | 0

1

回答

質問


How do I find steady state of nonlinear odes in a symbolic representation using MATLAB?
I have two differential equations: dAdt = -0.1*A^2+0.3*B and dBdt = 0.1*A^2-0.3*B initial values are A(0)=1, B(0)=0 Ho...

約6年 前 | 0 件の回答 | 0

0

回答