photo

jack


2011 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
3 回答

ランク
1,810
of 300,765

評判
38

コントリビューション
7 質問
3 回答

回答採用率
85.71%

獲得投票数
19

ランク
 of 21,084

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,941

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
How to write a vector-valued function with vector input from the screen in MATLAB?
I have just found that (3) and (4) can be done by the following code TRUE = 1; FALSE = 0; OK = FALSE; while OK == ...

約8年 前 | 0

| 採用済み

質問


How to write a vector-valued function with vector input from the screen in MATLAB?
I am trying to do the following in MATLAB: 1. input *from screen* a small positive integer M (between 1 and 8); 2. in...

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

1

回答

質問


How should I define a missing function in this program?
In the attached program (from a companion website of a numerical analysis book), the file F.m is missing, which is supposed to b...

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

0

回答

質問


Cell array manipulations in MATLAB
I have two cell arrays: |countryname| and |export|. There is only one column in |countryname|, which is the code of the names...

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

2

回答

回答済み
Repeat element of a vector n times without loop.
I would use repelem(X,3,1)

約10年 前 | 19

質問


area plotting in the complex plane
Does anybody know how to "plot" an area in the *complex plane*? For example {z:|f(z)|<1} where f(z)=(1+z)/(1-z). Or more gene...

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

1

回答

質問


Does MATLAB R2010b have a symbolic math toolbox?
Does MATLAB R2010b have a symbolic math toolbox? I can find it in the root of the file. But when I search it in the start menu i...

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

2

回答

質問


set the state for the random number generator
For the function "randn", one can use randn('state',100); to set the state. How about the generator "*poissrnd*"?

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

1

回答

回答済み
symbolic calculation
The key point is that the MATLAB one uses needs to have the symbolic toolbox. Otherwise, one can not go further for the symbolic...

14年以上 前 | 0

質問


symbolic calculation
Why do I get >> a = sqrt(sym(2)) a = 1/2 2 inst...

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

2

回答