photo

Jessica Parry


2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

7 질문
0 답변

순위
169,284
of 301,159

평판
0

참여
7 질문
0 답변

답변 채택
28.57%

획득한 표
0

순위
 of 21,182

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,105

참여
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

답변