photo

Anonymous Matrix


Aktiv seit 2017

Followers: 0   Following: 0

Statistik

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to make a select-able grid
I need some guidance on how to make a selectable grid. I need to make a GUI that allows people to select a box on a grid over an...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Writing a taylor series function for e^x
I need to write a function that takes two input arguments- x and n (where n is the number of terms) and one output argument- th...

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Comparing arrays using loop?
I need some help on assigning some codes. Say I have three matrices. Matrix1= [cat;dog;hamster] Matrix2=[7,6,1,5,8,1,9;4,...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to compare matrix of different dimensions?
I've read the other posts regarding this problem and I'm kinda confused on how to compare 2 matrices of different dimensions. Sa...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to find the multiple max values
say like I have this 2D matrix 11 2 3 6 5 6 9 8 9 55 11 12 80 14 15 16 17 97 35 20 21 22 23 27...

mehr als 7 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


How do you find the average of specific columns for all rows?
say like I have this 2D matrix 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 how do I find th...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do you create the Pascal Triangle?
this is for my own curiosity. how do you create the Pascal triangle in MATLAB without using the pascal() function? I assume that...

mehr als 7 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Using a loop for repeating steps
I need some help with a loop. i have codes here: RandomArray= randi([-100 100],20,5); % step 1 RandomArray=sort(Ra...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Rearranging elements in a 2D array
I need some help. I have this code right now: RandomArray= randi([-100 100],20,5); RandomArray=sort(RandomArray) I ne...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do i get element array from find function?
I know that the find function gives me an array with the location of elements. How do I convert those location indices into an a...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I use use logical relations on a character array?
Say like I have an array animals=[cat;dog;hamster;shark;duck;bat]. How do I get an array that only contains animals that is spel...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort