photo

George Vuong


Con actividad desde 2015

Followers: 0   Following: 0

Estadística

MATLAB Answers

14 Preguntas
0 Respuestas

CLASIFICACIÓN
21.697
of 300.886

REPUTACIÓN
2

CONTRIBUCIONES
14 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
78.57%

VOTOS RECIBIDOS
2

CLASIFICACIÓN
 of 21.104

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 171.460

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

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


how to output logical arrays in each cell element of the cell array using ismember function???
So for example, lets say I have two cell arrays A and B. Each cell element contains a column vector. I would like to compare eac...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Is there a way to make the largest numerical value in each row in uitable bold, automatically (as in if the dataset varies) ??
For example if I run this code, I get a table 5x5 uitable, where the first column contains empty cell elements: a = [cell(...

alrededor de 10 años hace | 3 respuestas | 0

3

respuestas

Pregunta


How to make a column of elements in a cell array be empty cell elements??
Suppose I have a 4x4 cell array, x = num2cell(rand(4)); And i would like to make the first column of elements be e...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to find area under plotted curve if given a vector containing numerical data?
If given the following data set, a, for example, and vector a is plotted using the code provided below, how do I find the area u...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to identify number of values in a column vector that are not zero values and are not NaN values?
Hello, Lets say I have a 2458 x 1 column vector in a cell array, A, that contains zeros, nonzeros, and NaN values. I would li...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How do I output a vectors in the order for example, z1, z2,z3,z4,z5....after having a 1 x 5 cell array go through a for loop?
Hello, Lets say I have a cell array Z, and it contains the following. This is just a simple example. Z = {1,4,13,2,6} ...

más de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Is there a way to connect to Microsoft SQL Server database without needing the database toolbox?
Hello, I was wondering if there is a way to connect to Microsoft SQL Server database without the database toolbox?? I did som...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to convert a cell column of numerical data in a cell array to a matrix or column vector containing those numerical data?
Hello, I'm dealing with a cell array as shown below, A = {[1205:1:1211], [7]; [1881], [1]; [2449:1:2458], [10]}; and w...

más de 10 años hace | 2 respuestas | 1

2

respuestas

Pregunta


How to properly write an if-else-statement such that if the condition is met, then the values in x-vector will be stored in the vector; or else the values in the x-vector will not be deleted??
Hello, I am stuck on trying to write what I think should be a simple and easy if-else statement, but I just seem to be having...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Is there a simple way of having one x-axis label and title at the bottom center and top center of subplot, respectively?
Hello, Lets say I have a 3x2 subplot and want to have only one x-axis label at the bottom center of the subplot/figure, and a...

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to create a title in plot such that it has the same name as the .txt file name being imported?
Hello, I have a 6x1 subplot, and it is missing a title. I want the title to be named based on the name of the .txt file I imp...

más de 10 años hace | 1 respuesta | 1

1

respuesta

Pregunta


How to determine which indices in a row cell array contains the value 1, even when there are null vectors [ ] in the cell array?
Hello, If I have a row cell array, C = {[], [], [], [], 1, 1, 1, 1, 1, 1, 4, 4, 5, 5, 5, [], [], []} and I would li...

más de 10 años hace | 3 respuestas | 0

3

respuestas

Pregunta


How to group sets of data based on linearly increasing sequence into individual column vectors, and to also return indexing range of where the data set started and ended for each subvector produced from the original column vector
Hello, Lets say I have a column vector that contains data such as, A = [5;6;7;8;9;10;52;53;54;55;84;85;86;87;88;89;90;...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to plot more than 2 data sets onto one figure with two y-axes and one x-axis, with multiple datasets plotted with respect to the second y-axes and multiple datasets with respect to the first y-axis
Hello, I'm trying to plot multiple lines (total of 12 data sets) onto one Figure with two y-axes and one x-axis. So far, I ha...

más de 10 años hace | 1 respuesta | 0

1

respuesta