photo

Jessica Parry


2013 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
0 回答

ランク
124,759
of 300,988

評判
0

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

回答採用率
28.57%

獲得投票数
0

ランク
 of 21,130

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 172,218

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Polynomial long division script writing
I'm trying to write a code for polynomial long division, for vectors P divided by Q to give remainder R and equation S. clear...

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

0

回答

質問


Using count with negatives
I've written a code (as below), and now i'm trying to count the values of S_coeff_fact, however it won't work for the negative n...

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

1

回答

質問


Multiplying each number in a matrix by a row
I have a matrix A and i want each value in a row to the order of a row B. Then, the sum of all these values entered back into th...

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

1

回答

質問


Why won't matlab recall the array ive just created in a function?
Hi, I've written a function where output P is an array of numbers. Now i want to use P made in the function in another functi...

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

1

回答

質問


User input to a vector
for orders = [0:1:y] disp(' ') str3 = 'The coefficient of x^'; str4 = ' is '; alltogether = [str3 nu...

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

0

回答

質問


How to get user inputs into a single vector
for orders = [0:1:y] disp(' ') str3 = 'The coefficient of x^'; str4 = ' is '; alltogether ...

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

1

回答

質問


How do I get my code to recognise an empty function input?
function P = poly_input(y) while if isempty(y) == 1 y = input('Invalid, no value entered. Enter a ...

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

3

回答