Maroulator
Freddie Mac
Followers: 0 Following: 0
Beginner in MatLab; very eager to learn.
Estadística
24 Preguntas
0 Respuestas
CLASIFICACIÓN
34.697
of 295.486
REPUTACIÓN
1
CONTRIBUCIONES
24 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
83.33%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.236
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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? ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 9 años hace | 3 respuestas | 0
3
respuestasPregunta
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...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Logistic Regression Practice Problems
I am looking to practice running logistic regressions in MatLab. Does anyone have any online resources to recommend? Ideally, I ...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 10 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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,...
casi 10 años hace | 2 respuestas | 0
2
respuestasPregunta
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. ...
casi 10 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 10 años hace | 3 respuestas | 0
3
respuestasPregunta
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...
más de 10 años hace | 2 respuestas | 0