photo

Veronica george


2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

4 질문
0 답변

순위
227,126
of 301,383

평판
0

참여
4 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,252

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 174,306

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


Plot data from Excel
How do I get Matlab to open my Excel file and read the data so that it is translated into a graph? It's projectile trajectory. ...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to display a table featuring user input
I'm working on a script (matlab book, pg. 216 question 32) in which a user will input temperatures and at the end of the script,...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to count how many numbers are odd or even?
a = 3 r = 2 n = 0:5 g=0; for n=n g=g+(a*(r^n)) end % How many numbers are even? (rem(g,2)==0) if ans==1('Even...

12년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How can I generate a user-input geometric series script?
I'm looking to generate a script that will be able to have user input. How do I start this code? That's my struggle: what exac...

12년 초과 전 | 답변 수: 1 | 0

1

답변