photo

AStar


2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

10 질문
0 답변

순위
30,739
of 300,369

평판
1

참여
10 질문
0 답변

답변 채택
40.0%

획득한 표
1

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,436

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to sum a series of numbers?
How would I go about creating a program that sums a series of fractions? The program will prompt the user to enter the number of...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


Simple Question: What is the need for suppressing statements in scripts?
Hi, I know we suppress assignment statements in script so we can format the output and also some of the info is unnecessary to t...

거의 6년 전 | 답변 수: 0 | 1

0

답변

질문


Can someone explain how this recursive function works step by step?
function outvar = recurfn(num) % Format: recurfn(number) if num < 0 outvar = 2; else outvar = 4 + recurfn(num-1); end en...

거의 6년 전 | 답변 수: 2 | 0

2

답변

질문


Having trouble using the built in table function
I have a large data set consiting of temperatures between 1984-2016 in Canada. I have calculated the mean, mode,min, max and sta...

거의 6년 전 | 답변 수: 2 | 0

2

답변

질문


I need help on how to save a data file
Tamika Jones,A,+,130,70 Helen Dee,B,-,140,80 Dale Kale,AB,-,125,60 Emma Stone,O,+,120,65 I need help on how to save this as ...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


I am having a lot of trouble with the built in mode function
I need to use the mode function to be able to calculate the mode of my data which is a large data set consiting of temperatures ...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


I need help converting a large data set with daily temperature values (including NaN values) to monthly values
Using the daily temperature data which I am obtaining from a canadian website with temperature data from 1977-2016, how can I ex...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


Having trouble with my conditional if statement for a structure
Im trying to do this exercise from my programming textbook however my code is not working. If someone could comment on why its n...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


How to change the x axis labels of a plot so that they only show integer values
Id like to make the x axis labels so that it just shows 1,2,3,4,5,6. But id like to make sure this is general so in my code if t...

거의 6년 전 | 답변 수: 2 | 0

2

답변

질문


Trying to create a simple function Matlab gives me an error message
Im trying to create a function called "vecout" which receives an integer number and will output a vector that starts with the ve...

대략 6년 전 | 답변 수: 3 | 0

3

답변