Sharif Khalil
Followers: 0 Following: 0
Statistics
20 Questions
0 Answers
RANK
103,106
of 295,410
REPUTATION
0
CONTRIBUTIONS
20 Questions
0 Answers
ANSWER ACCEPTANCE
55.0%
VOTES RECEIVED
0
RANK
of 20,224
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,822
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 months ago | 1 answer | 0
1
answerQuestion
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 ...
4 years ago | 0 answers | 0
0
answersQuestion
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)...
4 years ago | 1 answer | 0
1
answerQuestion
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...
4 years ago | 1 answer | 0
1
answerQuestion
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...
4 years ago | 0 answers | 0
0
answersQuestion
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...
5 years ago | 0 answers | 0
0
answersQuestion
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...
5 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 2 answers | 0
2
answersQuestion
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...
5 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 0 answers | 0
0
answersQuestion
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...
6 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 2 answers | 0
2
answersQuestion
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...
6 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 1 answer | 0
1
answerQuestion
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 ...
6 years ago | 1 answer | 0
1
answerQuestion
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 ...
6 years ago | 0 answers | 0
0
answersQuestion
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...
6 years ago | 1 answer | 0