photo

Mohamed Nasr


Last seen: 5年弱 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

14 質問
3 回答

ランク
88,838
of 300,857

評判
0

コントリビューション
14 質問
3 回答

回答採用率
14.29%

獲得投票数
0

ランク
 of 21,097

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,361

コントリビューション
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年以上 前 | 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年以上 前 | 1 件の回答 | 0

1

回答

質問


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

5年以上 前 | 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年以上 前 | 0 件の回答 | 0

0

回答

質問


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

5年以上 前 | 2 件の回答 | 0

2

回答

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

5年以上 前 | 0

質問


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

5年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年 前 | 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年 前 | 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年 前 | 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年以上 前 | 3 件の回答 | 0

3

回答

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

6年以上 前 | 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年以上 前 | 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年以上 前 | 3 件の回答 | 0

3

回答