Hassan Ashraf
Followers: 0 Following: 0
Estadística
27 Preguntas
0 Respuestas
CLASIFICACIÓN
133.610
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
27 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
48.15%
VOTOS RECIBIDOS
0
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
How draw randomly symmetrical and/or asymmetrical shapes or objects in MATLAB?
I want to draw randomly symmetrical and/or asymmetrical shapes or objects in MATLAB just like these below examples. Can anybody...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
How to add legend in a 3D scatter plot?
I have following piece of code. I am using tsne visualization to plot 3D scatter plot. But I am unable to find a way to add lege...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to detect and track Red Blood Cells in a video?
Hi I am new at video processing and do not know how to detect and track objects in a video. I have video clip in which red blood...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Error in plotting decision boundaries using Linear Discriminant Analysis (LDA)?
Hi ! I am trying to plot decision boundaries of a 3 class classification problem using LDA. MATLAB already has solved and post...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
How to extract confusion-matrix from confusion-chart?
I am using Neural Networks Toolbox. It allows me to plot confusion Chart by using "plotconfusion" command. But it does not allo...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
how to plot confusion matrix from confusion matrix?
I have a confusion matrix, in numbers. I want to plot the percentage classification accuracies. I found some code from fileExchn...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to add Error Bars in fit curve line graph?
Hey! I want to put Error Bars in my line graph, I am using " fit " function on my data to smooth curves. And it is working fine...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
How to change Marker Color in line graph?
I am trying to change marker color of line graphs but unable to do it. Can anybody help to figure it out? load('MCA_Disjoint.ma...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to merge multiple cells within a table?
I have created a table in Excel sheets, but now I wanto to create similar table in MATLAB. Can you please help me to guide how t...
alrededor de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Error in plot function
Hi I am plotting some results but getting an error in Plot Function. I am using MATLAB 2018b, below is my code load MCAsLDA ...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to conduct statistical tests on large data?
Hi Everyone! I have two result-files from some experiments. Results have generated by using technique A and B. Each technique h...
alrededor de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Getting Error, "kernel function is not a valid parameter name".
I am trying to train a SVM Classifier but getting qn error in this line. svmStruct = fitcsvm(trSets,trGroup, 'HyperparameterOp...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
how to stack 2 dimensional arrays into 3 dimensional aarays?
I have Nine(9) , 2-D arrays of size 3200x8. I want to stack them into a 3D array so that I could have a final aaray of size 320...
alrededor de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
Error using classify!
I am trying to classify training and testing data using "classify" command but unluckily i'm getting an error. Error using clas...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
How to code below mathematical formula?
I want to implement a below mathematical function in MATLAB, can anyone help me out?
más de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
Getting error using Linear Discriminant Analysis(LDA) in MATLAB.
I am trying to classify training and testing data using LDA classify in MATLAB R2018b and getting error. Error : Error using ...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Error using "Save" Command.
I am trying to save some files iteratively in a loop anf getting below error. Can someone please help me out? Error: Error us...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to store results(Objects found in an image) of semantic segmentation separately ?
I have used U-NET semantic segmentation to segment an image. By using this MATWORKS example Help me to store each individual o...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
How to use U-NET Image Segmentation on Kaggle Nuclei detection Data Set?
I am trying to implement U-NET Image Segmentation on Kaggle Nuclei Detection Dataset in MATLAB. In MATLAB, U-NET can be implem...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Saving .png images in directory
Greetings Everyone! I am encountering a problem while saving .png files in a loop. I have multiple .png images with 256x256 uni...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to read .png image from a folder iteratively?
I have a folder with multiple images. The format of all images is .png. When I try to read all those images in a cell array I am...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to add cell array elements iteratively?
I have a cell array of 36 elements and each element is a image of 25x256 unit8 dimension. I want to add all these elements itera...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Input for U-NET segmentation
I am trying to implement U-NET segmentation on Kaggle 2018 Nuclei segmentation data. The training data set contains images with ...
más de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
Error using trainNetwork. Unable to read file.
I am trying to implement CNN on signal's Data. I have a database in which I have 10 folders(Each folder has 12 subfolders). Each...
más de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
What would be the input data matrix and target data matrix in MATLAB Neural Network Pattern Recognition toolbox?
I am new to Neural Networks and have no prior experience of AI,ML or deep learning. Please help me out. I have data sets of ...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Getting error message, "Subscript indices must either be real positive integers or logicals."
I am trying to run this code. R=100e6; t=0:2:150; h=2; E=-60; C=0.1e-9; Iinj=repmat(10e-9,1,75); Iinj(1,1)=0; V= zeros(1...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to Plot Multivariate Differential Equation in MATLAB?
I want to plot below equation in MATLAB. V=(I)(R) - (R)(C)(dv/dt) Where, I= Current= 50nA R=Resistance= 200 Mega Ohm C=Ca...
más de 5 años hace | 1 respuesta | 0