Sharif Khalil
Followers: 0 Following: 0
Estadística
20 Preguntas
0 Respuestas
CLASIFICACIÓN
114.634
of 295.448
REPUTACIÓN
0
CONTRIBUCIONES
20 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
55.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
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
I am trying to run executable on the command prompt after building it with MATLAB mcc, and I receive this error, is there any way to fix it?
Warning: A Java exception occurred trying to load the gmat/gmatConstants class: Java exception occurred: java.lang.Unsatisfied...
2 meses hace | 1 respuesta | 0
1
respuestaPregunta
Out of memory error for big data
The masterDataMatrxOffset, contains 464780 rows and 256 columns of complex numbers. I use meshgrid to get 256X256 matrix of the ...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
How to covert cartesian or polar to pixel coordinates?
Is there a way to convert cartesian or polar to pixel coordinates? like (x,y,z) to (RGB) or (x,y) to (RGB) or (r,theta) to (RGB)...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How can we refer world coordinate to image coordinates??
I know that matlab has imref2d function that refers image coordinates to world coordinates, but I cannot find a function that do...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
confusionchart maximization in subplots
I have 23 different machine learning algorithms extracted from the classification learner toolbox. I am trying to plot all the c...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Error in dlfeval for Variational Autoencoders
I am trying to implement the VAE on my data. I found the following link: https://www.mathworks.com/help/deeplearning/examples/t...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
How to change the ylim for all histogram figures after a for loop?
Hi, I have 12 histograms, and each of them has different maximum number of counts, I want the ylim of all figures to be unified...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Find empty cells in 3D cell?
I have a 3D cell RowXColXDep (12X125X1216), I want to find the empty cells (which row, column, and depth). I used: [Row Col Dep...
alrededor de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
Unable to perform assignment because the left and right sides have a different number of elements, Fisheriris
I am trying to implement SVM on my data using Fisheriris example available in this site: https://www.mathworks.com/help/stats/c...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to reshape cell of characters to a different cell size of characters?
I have this cell, which is a 32400X8, I want to reshape it to 259200X1, put all columns underneath eachother in the first row, k...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
how to reshape cell to matrix?
I have a cell that is 180X8, each cell is 180X6 matrix, when I convert it to a matrix using (cell2mat) it outputs 32400X48, I ne...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Creating Subfolders in a loop?
Hi, I have one folder, and need to create 52 subfolders using a for loop, I guess newSubFolder line needs to be modified fo...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Extract data from plot, with specific x and y points?
Hi, I would like to extract the intensity values of a figure for specific x and y points representing the blue circle in the plo...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Plotting values with colormap of xy-plane?
I have used countourf(X,Y,Z); I have X, Y, Z are (11X300) matrix; I need to plot values of Z with different colors on a x-y pl...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Plotting Values on specific x-y coordinates
I have X (181X361), Y(181X361), Values(181X361), I would like to plot the values on each X and Y with colors indicating the valu...
más de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
Find index in 3D matrix for maximum value
I have a 3D matrix 40X181X361, I want to find the index for the maximum value for each of the 40. Pp_loc gives me the 40 maximum...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
saving 3D matrix from one loop
I have AF_Field_P that is 181X361 matrix, and I want Pp to be 1001X181X361, which means, I want to save all the values with diff...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
substituting multiple values in symbolic formula?
I have this symbolic formula that is a variable of theta and phi, and I want to substitute the theta and phi with the following ...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Too slow using int, want to replace with integral2 or integral 3?
I am trying to solve a double integral in Matlab using two int functions, the equation is in spherical coordinate. It takes too ...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Is there a way to minimize the number of for loops?
f = 3e10; % Operating Frequency c = 3e8; % Speed of Light Nx = 10; % Number of Elements x-directi...
más de 6 años hace | 1 respuesta | 0