Community Profile

photo

Maroulator


Freddie Mac

Active since 2014

Beginner in MatLab; very eager to learn.

Statistics

  • Thankful Level 4

View badges

Content Feed

View by

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 2 answers | 0

2

answers

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 3 answers | 0

3

answers

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 0 answers | 0

0

answers

Question


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

9 years ago | 0 answers | 0

0

answers

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 2 answers | 0

2

answers

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 2 answers | 0

2

answers

Question


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

9 years ago | 2 answers | 0

2

answers

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 2 answers | 0

2

answers

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 2 answers | 0

2

answers

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 2 answers | 0

2

answers

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 3 answers | 0

3

answers

Question


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

9 years ago | 2 answers | 0

2

answers