Anmol Pardeshi
Followers: 0 Following: 0
Estadística
8 Preguntas
4 Respuestas
10 Archivos
CLASIFICACIÓN
13.144
of 296.109
REPUTACIÓN
3
CONTRIBUCIONES
8 Preguntas
4 Respuestas
ACEPTACIÓN DE RESPUESTAS
37.5%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
13.395 of 20.339
REPUTACIÓN
21
EVALUACIÓN MEDIA
5.00
CONTRIBUCIONES
10 Archivos
DESCARGAS
13
ALL TIME DESCARGAS
112
CLASIFICACIÓN
of 155.331
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
matlab struct initialization issue
I'm trying to initialize a strut which would have fields that represent age groups like <39, 40-49, 50-59 and so on. So I tried ...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
simulate a dice throw
how do I simulate a die throw? Can a random number generator between 1 to 6 do the same job?
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
matlab figure saving dim
has anyone observed that if a matlab figure is saved as a jpg, its dimension in the jpg changes. is this true? I have two imag...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
subplot question - with image and plot
I'm using a subplot but I want to use imshow(img) in one section of the subplot and want to simply 'plot()' something in another...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Posting a new function
How do I post a function that I wrote (initially for own use but generalized later on)?
más de 4 años hace | 1 respuesta | 0
1
respuestaHow to change axes linewidth?
go to edit -> axes properties and this will open up a property inspector. within this select "box styling" option and see the v...
casi 5 años hace | 0
Pregunta
FFT - Return vector and Frequency display
fft function - it returns a vector, same length as the signal, but if we plot the abs(signalFFT), the x axis does not quite depi...
más de 5 años hace | 1 respuesta | 1
1
respuestaPregunta
Plotting shapes based on equations and weights.
Let us say I have weights w0, w1,w2 and I want to fit a line such that w0(1)+w1x+w2y=0 or any other shape, how do I do it? Is th...
casi 6 años hace | 1 respuesta | 0
1
respuestaCalling a function in another function
there are 2 pointers on this - a. why are you keen on calling the funw function within a function; this is especially concern...
más de 6 años hace | 0
Pregunta
I implemented PCA. the loadings matrix has principal components as cols and variables in the row. Now, each of the principal component has equal weights or equal contributions from each of the variables(rows). What should I interpret from this?
I implemented PCA. the loadings matrix has principal components as cols and variables in the row. Now, each of the principal com...
casi 7 años hace | 1 respuesta | 0
1
respuestaSaving a structure to Excel
If struct to cell and then conversion is a problem, you can individually collect the fields and their values in a matrix (table)...
casi 7 años hace | 0
mkdir with variable name
for a=1:1000 subfolder_name=char(%pick information from a variable whos folder name is expected and store here); cd F:...
casi 7 años hace | 1