Community Profile

photo

Maroulator


Freddie Mac

Attivo dal 2014

Followers: 0   Following: 0

Contatto

Beginner in MatLab; very eager to learn.

Statistiche

  • Thankful Level 4

Visualizza badge

Feeds

Visto da

Domanda


Selecting records from a matrix subject to a condition
My matrix(M) looks like the data below; how can I pull the records that have a third column greater than or equal to 20? ...

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Printing table susing fprintf
I have the following script; my problem is that I cannot get all the values in A under column A in the frprintf. Any ideas? A...

circa 7 anni fa | 2 risposte | 0

2

risposte

Domanda


Embedding a while into a for loop
I am trying to write a function which counts the amount of times a character pattern (p) can be found within another string; I a...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Creating arrays of unknown length
I am trying to write a function that generates a sequence of random integer numbers between 1 and m, stopping when a value is re...

oltre 8 anni fa | 3 risposte | 0

3

risposte

Domanda


How do I merge vectors?
I have a 10X1 vector A=[1;3;7;10;12;14;15;18;20;21] and a 10X1 vector B=[3;12;15;18;20;0;0;0;0;0]. Is there a way to come up wit...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


How do I merge vectors?
I have a 10X1 vector A=[1;3;7;10;12;14;15;18;20;21] and a 10X1 vector B=[3;12;15;18;20;0;0;0;0;0]. Is there a way to come up wit...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


Logistic Regression Practice Problems
I am looking to practice running logistic regressions in MatLab. Does anyone have any online resources to recommend? Ideally, I ...

circa 9 anni fa | 0 risposte | 0

0

risposte

Domanda


What am I missing on the round function
I have the following code; Round_Data2 gives me the desired output, whereas Round_Data1 does not and I need to know why this is ...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


I need to know why my While Loop is breaking
I have the following code. My problem is that once I enter a negative number two consecutive times, instead of repeating the act...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Time of day deduction
I have a matrix with sequential elements from 1 to 86,400; one for every second of the day. Is anyone aware of a built-in functi...

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


Defining a square matrix
I have an array b=1:0.1:10.9 which I am trying to enter into a 10X10 square matrix. I have managed the following solution, howev...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


How do I defined this (cell) array?
I am trying to define a cell array (or whatever other array), such that y has the following 11 elements. [], X.0, X.1, X.2,...

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


Combining char and num variables
I am looking to see if the following is possible; I seem to remember being able to do it, but the method escapes me right now. ...

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


Sparse Arrays - Specific Function?
I need to initialize a 100X100 sparse array with random values and a density of 5%; I then need to set all diagonal elements of ...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Sorting rows - case insensitive?
I am trying to sort the following matrix in alphabetical order and sortrows(A) seems to do the trick, except for the fact that t...

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


I do not understand why I am getting this error
The vectors below are loaded through two separate text files, hence the lack of commas among the vector elements. To the vectors...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Help on selection sort function
I have put together the ssort function below that takes in two arguments; one array that gets sorted and an argument ('up', 'dow...

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


Help needed; I am missing smth obvious on private functions
Below is a function (test) that I created in a directory I have named 'area1'; please note that I am using function test below t...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Expanding 1D array using for loop
I have the code below. What I am trying to do is accept/store an arbitrary number of positive input values (into the "values" ar...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Index exceeds matrix dimensions
I have the code below, but I don't understand why it is that my index exceeds matrix dimensions. i=1; for min=0:60:240 ...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


End-of-array value entry
I have the following code which achieves what I need. However, when I tried to make it a bit more sophisticated and perform the ...

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


For-Loop vs While-Loop
I have the code in Part1 below which stores the values of x and y after the last iteration of my while-loop. Is there a way for ...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


While Loops - TextBook Example
I have the following code from my textbook: ires=2; while ires<=200 ires=ires^2; end I estimate that the abo...

oltre 9 anni fa | 3 risposte | 0

3

risposte

Domanda


For loops - Textbook Example
I have the following code from a textbook exercise which asks me to arrive at the value of ires; the answer key has ires=25 as t...

oltre 9 anni fa | 2 risposte | 0

2

risposte