photo

Natalia Wong


Aktiv seit 2015

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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 ...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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)...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
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. ...

mehr als 8 Jahre vor | 0

Frage


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...

mehr als 8 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
How to separate imported data from notepad to two separate columns ?
here is the file tq

mehr als 8 Jahre vor | 0

| akzeptiert

Frage


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...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort