photo

Jessica Parry


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
0 个回答

排名
124,662
of 300,908

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
28.57%

收到投票数
0

排名
 of 21,110

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,639

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 3 个回答 | 0

3

个回答