Estadística
CLASIFICACIÓN
8.027
of 295.467
REPUTACIÓN
5
CONTRIBUCIONES
45 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
84.44%
VOTOS RECIBIDOS
6
CLASIFICACIÓN
of 20.234
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
Distance Between Characters in String
Thank you for your help in advance. Suppose I have two strings namely, Source and Target, Source: abcde Target: hello ...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to sortvalues in a variable based on another variable
Suppose, I have 2 cell variables: A{1}= 46 25 35 25 22 1 11 1 22 1 11 1 46 25 35 25 B{1}= 3 4 5 6 3 ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Sorting Cell Array Elements in Multiple Columns
Suppose I have a cell variable A{1} with contents as follow: A{1}= 1 100 0 [6,7,8,9,10,11,12] 2 110 0 [6,7,8,9,10,11,12] ...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
How to Find Column Duplicates
Suppose: A{1}= 2 3 1 2 2 1 1 3 2 3 2 4 2 5 2 5 2 6 2 6 2 2 5 2 How can I find the duplicate value and ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Switch Case when a value stagnates
Suppose I have a switch case scenario and a variable, _var_ which records a value from a for-loop as such: 1st loop: var=10...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Removing values from a variable.
I need some help. I can't seem to get the result for the following:- Suppose, I have the following cell array: A{1}=[1 ...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Finding Indices of Duplicate Values
Suppose, I have a variable, a{1}=[ 2 2 1 3 5 2 1 1 5 2 1 4 5 2 1 2 1 1 2 1 2 2 2 1 1 1 3 4 1 1 3 3 ...
alrededor de 11 años hace | 3 respuestas | 2
3
respuestasPregunta
Subtraction for Matrix of Different Length
x=[19 6 7; 45 9 11; 1 4 3; 9 7 6; 4 3 7; 44 1 7]; y=[1 4 3; 9 7 6]; How can I compute x-y? The remains would be: ...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Deleting empty variables from cell variables with respect to rows.
Suppose, I have this code excerpt: clc, clear, close all; A{1}=[1,4,1,6,130,30,4;1,6,3,6,130,30,4;1,6,2,1,130,30,4...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Concatenate More than 2 Variables
Can Matlab handle concatenation of more than 2 variables? eg. A{1}=[1 2 3] A{2}=[4 5 6] I understand that C=vertca...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Error in Indexing & Matrix Dimension
I have the following code excerpt and I've been debugging for days. When I tried with a smaller scale (5 variables), it's alrigh...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Replacing values for matrices of different dimension
Suppose, A= [15 1 4 2 65 15 2 4 6 65 17 6 5 2 65 24 5 3 1 55 24 5 5 3 55 25 2 1 1 55 ...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
~ismember does not work on my matrix
A=[1 1 5 6; 2 2 1 5; 3 1 4 2; 4 4 2 1; 5 6 2 1;] B=[1 1 1; %remain 1 4 2; 1 5 6; ...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Indices to zeros in Matrix
Suppose: A = 4 5 1 3 5 1 3 4 5 0 0 0 6 0 0 ...
alrededor de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Adding zeros to an array
Suppose I have 2 arrays: A=[1 2 3 4; 2 3 4 5; 3 4 5 6]; B=[5 1 3; 1 3 4]; How can I append zeros ...
alrededor de 11 años hace | 1 respuesta | 1
1
respuestaPregunta
Substituting values to/from a cell array
Suppose I have 2 cell array: a={4 *1 3* 5; 5 *5 1* 4} b={*5* *1* 3; *1 3* 4} How can I substitute the values in cel...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Separating values in cell arrays
Suppose, I have a cell array as follow: a{1}=[2 3] I would like to separate the values into two distinct values but at t...
alrededor de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Subtracting 2 matrices of different dimensions
a{1}=[1 3 4 5; 3 3 4 5; 5 5 4 5 2 4 2 6; 6 5 2 6 7 2 3 1;] [b,idx]=unique(...
alrededor de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
setdiff with respect to column values
Suppose I have: *A ={1 1 1 1 1 3 1 1 4 1 1 1 1 2 1 1 2 3 1 2 4}; B=...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
Contiguous Number Checking and Verification
Suppose, I have a variable, a. a={ 18 5 1 3 14 2 1 2 4 2 5 9 ...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Retrieving Rows based on Multiple Columns
Suppose, var1=[ 1 1 3 4 5 2 14 15 16 17]; var2= { 1 5 6 7 3 7 6 5 ...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Retrieving Rows based on Columns
Suppose, % double var1=[ 1 1 2 4 5 2 14 15 16 17]; % cell var2={ 1 5 6 7 ...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
For-Loop Alternative for Faster Code Execution
Suppose, a{1}=[1 6; 1 9; 1 8; 3 7; 3 0; 4 0; 5 0; 5 0; ...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Unique Values based on 2 Variables
This is a little complicated for me to explain, but I'll try my best. Suppose I have 2 variables, *var1* and *var2*. var1=[...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Sum of Cell Array [Besides for loop]
I'm having difficulty trying to solve this problem. Suppose: testvalue = {[1] [] [] [1] [1] [...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
The function "nchoosek" is not working in my code
I'm currently having a problem. Suppose I've a code as such: %2 cell arrays named cnt with contents as follow:% cnt{...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Summation of values > 1 in a cell array
Suppose I've a cell array; cnt{1}=[3;1;3;2;1;2] I would like to sum up the values which are > 1 ie the answer should ret...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Unique Function based on 2 columns [Instead of rows]
Suppose, I have a cell array, a, with contents as such: a{1}=[1 3 4 5; 3 3 4 5; 5 5 4 5 2 4 2 6;...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Unique Function based on 2 columns [Instead of rows]
Suppose, I have a cell array, a, with contents as such: a{1}=[1 3 4 5; 3 3 4 5; 5 5 4 5 2 4 2 6;...
más de 11 años hace | 2 respuestas | 0
2
respuestasReading multiple text file and saving in corresponding excel format after removing headers.
Why don't you try to search for xlsread on the matlab help section. You will find many examples. You can even specify the range ...
más de 11 años hace | 0