Haneya Qureshi
Followers: 0 Following: 0
Estadística
13 Preguntas
2 Respuestas
CLASIFICACIÓN
39.936
of 295.486
REPUTACIÓN
1
CONTRIBUCIONES
13 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
61.54%
VOTOS RECIBIDOS
1
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.950
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
how to use fitnlm with constraints
I have a custom equation and want to fit its coeffients. coefficients are k x is data Equation is as follows: modelfun = @(k...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Neural networks not showing in regression learner toolbox
In regression learner toolbox, neural network model is not showing. I have the deep learning toolbox installed and also tried u...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Reverse of find groups
I have used findgroups to convert 2 column data to single column unique values. Like 1,1 was converted to 1. 1,2 to 2. 2,1 to 3....
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
concatenate doubles of different sizes in a cell array into one double
I have a cell of 1 x 3 Each of 3 elements in that cell are of different sizes in rows. Columns of all 3 are same size. Like: ...
casi 3 años hace | 1 respuesta | 0
1
respuestaunique function but with repeated groups
Figured it out! G= [1 1 1 5 5 5 1 1] temp = [0, diff(G(:)')==0,0]; index = strfind(temp,[1 0]);
más de 3 años hace | 0
| aceptada
Pregunta
unique function but with repeated groups
I have= [1 1 1 5 5 5 1 1] I want first indices of each repeat values: [1 4 7] i.e., the first group of repeated 1's start at i...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Matlab curve fitting toolbox acting weird
I am entering v as x variable and G as y variable in matlab toolbox and fitting it using sum of sines, no. of terms =2 v=-90:90...
alrededor de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
converting a cell array of doubles in a matrix
I have a variable A which looks like this: 1×2 cell array {1×9 double} {1×9 double} I want to convert it to a ...
más de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
invalid mex file and missing libmwblas.dylib error
I am compiling a MATLAB script on mac and i have downloaded Xcode for MEX file integration but I am getting the following error ...
más de 6 años hace | 1 respuesta | 1
1
respuestaPregunta
predict future value using SVM regression
I have a training set for 20 days. X is from 1:20 and Y is the corresponding response variable (say, data usage for 20 days). I ...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
element-by-element sum of cell array
I have a cell A of size 100: A{1,1}=[1 2 3 4]; A{1,2}=[5 6 7 8]; ...A{1,100}=[10 11 12 13]; I want to take element-by-elem...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
repeating elements of vector by the no. of times equal to elements in another vector
i have a vector v. i have another vector of same length, r. i want to take first element of v, v(1), repeat it r(1) times, sto...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
combining lots of vectors of unequal length
i have: a=[1 2 3 0 0] b=[4 5 6 7 0 0 0] c=[8 9] i want: d= [a b c] with zeros removed d=[1 2 3 4 5 6 7 8 9] Is there a...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Changing colors using imagesc
I have large matrix M whose elements take the values of either 1, 0 or -1. I am using imagesc(M) but I want to plot green color...
más de 6 años hace | 1 respuesta | 0
1
respuestachoose line color based on intensity
I am having the same problem, but I would like to color each circle according to the intensity associated with it. In other word...
más de 7 años hace | 0