photo

Mohamed Nasr


Last seen: 4 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

14 个提问
3 个回答

排名
239,081
of 300,379

声誉
0

贡献数
14 个提问
3 个回答

回答接受率
14.29%

收到投票数
0

排名
 of 20,931

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,299

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


GUI Code problem in callback
%Project Title: Brain Tumor Segmentation & Classification %Author: Manu B.N %Contact: manubn88@gmail.com function varargout...

5 years 前 | 0 个回答 | 0

0

个回答

提问


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...

5 years 前 | 1 个回答 | 0

1

个回答

提问


machine learning for medical data
Hay: I want to make brain tumor classification using neural network code not deep learning

5 years 前 | 0 个回答 | 0

0

个回答

提问


machine learning for medical analysis
close all clc clear all [filename,pathname] = uigetfile({'*.*';'*.bmp';'*.tif';'*.gif';'*.png'},'D:\matlab aml\dataset3'); I...

5 years 前 | 0 个回答 | 0

0

个回答

提问


train brain tumor dataset
please i want code to train brain tumor data set using neural network

5 years 前 | 2 个回答 | 0

2

个回答

已回答
Manually Training and Testing Backpropagation Neural Network with different inputs
Hi,please I want make image classification using BPNN ?

5 years 前 | 0

提问


back propagation neural network image classification
I want code to make image classification by BBNN

5 years 前 | 1 个回答 | 0

1

个回答

提问


how to make the same image size ?
clear all; clc; close all; imds = imageDatastore('D:\matlab aml\dataset1','FileExtensions',{'.jpg'},'IncludeSubfolders',true,...

5 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 1 个回答 | 0

1

个回答

提问


convolutional neural network for medical segmentation code
please this is my code and error is labelCount = 2×2 table Label Count _____ _____ no 91...

5 years 前 | 1 个回答 | 0

1

个回答

提问


what is error in my function ?
function diff_im = anisodiff(im, num_iter, delta_t, kappa, option) fprintf('Removing noise\n'); fprintf('Filtering Completed !...

6 years 前 | 2 个回答 | 0

2

个回答

提问


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)...

6 years 前 | 1 个回答 | 0

1

个回答

提问


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 ...

6 years 前 | 0 个回答 | 0

0

个回答

提问


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...

6 years 前 | 3 个回答 | 0

3

个回答

已回答
reference to non-existent field solidity
Thanks alot really for your patient and your support

6 years 前 | 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...

6 years 前 | 0

提问


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}...

6 years 前 | 3 个回答 | 0

3

个回答