photo

Natalia Wong


2015년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

15 질문
2 답변

순위
216,390
of 300,946

평판
0

참여
15 질문
2 답변

답변 채택
40.0%

획득한 표
0

순위
 of 21,119

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,851

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


NOT logical operators???
Pls help I dont understand the last line when i typed it in matlab when A = [ 1 2 3 ] A>2 is 0 0 1 but ~A is 0 0 0 ...

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

1

답변

질문


Why does my anonymous function have an error?
I can calculate the integral for I1 but not for I2,I3 and I4. I'm new to matlab. I get the error as shown below. But when I plot...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


While loop doesnt run
im having problems with my code. if the user enters anything except the value 1 the program should stop but if the user enters 1...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


How to make a composite trapezoidal rule have more than 1 iteration?
Hi I have written the function for composite trapezoidal rule and I'm required to calculate the volume by integrating 1/(1+x^2)...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


Can I use simpson's 1/3 rule to calculate area under graph for imported data?
Hi I have written a function (Composite Simpson's 1/3 rule) and I need to use the function to integrate to get the area under t...

대략 10년 전 | 답변 수: 0 | 0

0

답변

질문


Creating a program that guesses the colours( not a colour)??
I am currently stuck at task 4 at checking how many colours the user entered are correct, and the colour and position are correc...

대략 10년 전 | 답변 수: 2 | 0

2

답변

답변 있음
I'm having problems creating a program that prompts a user to guess the colour.
i'm not changing the count. just leave it for now. i'll attach the question to give you a clearer picture of what i want to do. ...

대략 10년 전 | 0

질문


I'm having problems creating a program that prompts a user to guess the colour.
I'm stuck because my while loop won't end although I wrote a false condition by using count?? The user is supposed to enter 5 c...

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

3

답변

질문


why can't my 2nd output argument in my function return any value?
Hi, I 'm trying to create a function that calculates the root from the the quadratic eqn. i need to display the two roots separa...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


How do I do task 4?
I really don't know where to begin in task 4. Pls help and I am new to Matlab Thanks

대략 10년 전 | 답변 수: 2 | 0

2

답변

질문


how do i determine the output of how many prime numbers are there and list them by the function that i created?
I have created my own function(without using isprime or any other built in functions) to determine whether an integer is a prime...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


how to write a function that multiplies any 2 matrices that are of compatible size by using nested for loop?
For example not just a (2X2)matrix, but also for a (3X1) matrix and (3X3) matrix. I'm confused by a nested loop ? How do you nes...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


how to output how many numbers in the range are prime numbers using the function that i created?
function[ result ] = MyPrime( X ); this is my function how do i input an array to the input argument which is X and output h...

대략 10년 전 | 답변 수: 2 | 0

2

답변

질문


can i have 3 different graphs in a same m-file?
Hi I have plotted 3 different graphs in a single m-file but I can only view one graph. How to make all 3graphs pop out simultane...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


How to separate imported data from notepad to two separate columns ?
I have 2 columns of data from notepad. However, these 2 columns appear as a variable. I can't plot a graph using the data as I n...

대략 10년 전 | 답변 수: 0 | 0

0

답변

답변 있음
How to separate imported data from notepad to two separate columns ?
here is the file tq

대략 10년 전 | 0

| 수락됨

질문


How to separate imported data from notepad to two separate columns ?
I have 2 columns of data from notepad. However, these 2 columns appear as a variable. I can't plot a graph using the data as I n...

대략 10년 전 | 답변 수: 1 | 0

1

답변