
Anonymous Matrix
Followers: 0 Following: 0
Statistica
11 Domande
0 Risposte
RANK
39.572
of 297.527
REPUTAZIONE
1
CONTRIBUTI
11 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
63.64%
VOTI RICEVUTI
1
RANK
of 159.075
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
circa 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 8 anni fa | 2 risposte | 0
2
risposteDomanda
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,...
circa 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 8 anni fa | 0 risposte | 0
0
risposteDomanda
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...
circa 8 anni fa | 1 risposta | 1
1
rispostaDomanda
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...
circa 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 8 anni fa | 3 risposte | 0
3
risposteDomanda
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...
circa 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 8 anni fa | 1 risposta | 0