![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/15316660_1555493582568_DEF.jpg)
Mohamed Nasr
Followers: 0 Following: 0
Statistik
RANG
246.303
of 297.046
REPUTATION
0
BEITRÄGE
14 Fragen
3 Antworten
ANTWORTZUSTIMMUNG
14.29%
ERHALTENE STIMMEN
0
RANG
of 20.422
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.776
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
GUI Code problem in callback
%Project Title: Brain Tumor Segmentation & Classification %Author: Manu B.N %Contact: manubn88@gmail.com function varargout...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how make brain tumor classification
clc; clear all; close all; [I,path]=uigetfile('*.jpg','D:\matlab aml\dataset3'); str=strcat(path,I); s=imread(str); nu...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
machine learning for medical data
Hay: I want to make brain tumor classification using neural network code not deep learning
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
machine learning for medical analysis
close all clc clear all [filename,pathname] = uigetfile({'*.*';'*.bmp';'*.tif';'*.gif';'*.png'},'D:\matlab aml\dataset3'); I...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
train brain tumor dataset
please i want code to train brain tumor data set using neural network
fast 5 Jahre vor | 2 Antworten | 0
2
AntwortenManually Training and Testing Backpropagation Neural Network with different inputs
Hi,please I want make image classification using BPNN ?
fast 5 Jahre vor | 0
Frage
back propagation neural network image classification
I want code to make image classification by BBNN
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to make the same image size ?
clear all; clc; close all; imds = imageDatastore('D:\matlab aml\dataset1','FileExtensions',{'.jpg'},'IncludeSubfolders',true,...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to make my dataset images with the same size ?
how to make my dataset images with the same size ? for example 227*227*3
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
convolutional neural network for medical segmentation code
please this is my code and error is labelCount = 2×2 table Label Count _____ _____ no 91...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
what is error in my function ?
function diff_im = anisodiff(im, num_iter, delta_t, kappa, option) fprintf('Removing noise\n'); fprintf('Filtering Completed !...
etwa 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
machine learning for medical data analysis
clear all close all clc I = imread('b1.jpg'); figure;imshow(I); patch = imcrop(I,[170, 35, 50 50]); patchVar = std2(patch)...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
what is mean of label1,label2,.......
clear all close all clc i=imread('5.jpg'); i1=rgb2gray(i); figure(1);imshow(i) imdata=reshape(i1,[],1);%covert into arry ...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
hey ,I make GUI Application in matlab for brain tumor segmentation and I have this problem
function varargout = GUi(varargin) % GUI MATLAB code for GUi.fig % GUI, by itself, creates a new GUI or raises the existi...
mehr als 5 Jahre vor | 3 Antworten | 0
3
Antwortenreference to non-existent field solidity
Thanks alot really for your patient and your support
mehr als 5 Jahre vor | 0
reference to non-existent field solidity
clear all clc close all img=imread('brain2.jpg'); bw=imbinarize(img , 0.9); %Thresholding value if less than 0.7 color is...
fast 6 Jahre vor | 0
Frage
reference to non-existent field solidity
hi I have error message in matlab 2017 reference to non-existent field 'solidity' Error in Tumor(line denisty={stats.solidity}...
fast 6 Jahre vor | 3 Antworten | 0