Syed Zenith Rhyhan
Followers: 0 Following: 0
Statistics
22 Questions
0 Answers
RANK
14 454
of 295 467
REPUTATION
3
CONTRIBUTIONS
22 Questions
0 Answers
ANSWER ACCEPTANCE
59.09%
VOTES RECEIVED
3
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
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
How to display Workspace variable data/Value in a uitable format?
Suppose After calculation I got Accuracy,Sensitivity,Specificity value in Workspace?Now my questions is how can I show this valu...
mer än 5 år ago | 0 answers | 0
0
answersQuestion
How can I solve this problem/Error ?
When I execeute the given matlab project I faces the follwoing error when i run the com.m file.I attached the full project file ...
mer än 5 år ago | 1 answer | 0
1
answerQuestion
How can I solve this problem?
Here I attached the warning problem of error. How can I solve this? My source code has been attached here.
mer än 5 år ago | 1 answer | 0
1
answerQuestion
How can I Resolve this error?
%function [inpput_image,nroi_image,roi_image,fuse_image,dc_roi,dc_nroi,D]=fc(filename,p) %% % close all figure windows, plots ...
mer än 5 år ago | 1 answer | 0
1
answerQuestion
How can I solve this error ?
Here,I attached the code in the following files otsu.m and main1.m Undefined function 'imbinarize' for input arguments o...
mer än 5 år ago | 1 answer | 0
1
answerQuestion
How Can I Solve this error in Matlab?
function project_Murali_Sandhya(fn) addpath( '../dataset' ); %extracts tumor from the MRI image project_cv(...
mer än 5 år ago | 3 answers | 0
3
answersQuestion
How can i find out Energy and Entropy of an image?
Plaese share the sourcecode of Energy and Entropy calculation of an Image
mer än 5 år ago | 0 answers | 0
0
answersQuestion
How Can I Creating a feature vector & target vector to feed into neural network
This is my Source Code: % Solve a Pattern Recognition Problem with a Neural Network % Script generated by Neural Pattern Rec...
mer än 5 år ago | 0 answers | 0
0
answersQuestion
How can i find out homogeneity of an image?
I try on this code homogeneity = graycoprops(graycomatrix(img), 'Homogeneity') but can't find out.please help me with sour...
mer än 5 år ago | 1 answer | 0
1
answerQuestion
How can I find out Correlation between two image?
clc; clear all; close all; a=imread('1.jpg'); b=imread('2.jpg'); corr2(a,b); ____________::Error Occured::____________...
mer än 5 år ago | 1 answer | 0
1
answerQuestion
Image feature extraction calculation
how can i calculate Contrast,Corelation,Homogeneity value from an image using Matlab?Please help me sharing the source code?
mer än 5 år ago | 1 answer | 0
1
answerQuestion
How Can i solve this problem?
clc; clear all; close all; [I,path]=uigetfile('*.jpg','select a input image'); str=strcat(path,I); s=imread(str); nu...
mer än 5 år ago | 2 answers | 0
2
answersQuestion
How Can I resolve this problem in my following code?
%Matlab Code % % Step 7: Visualize the Segmentation imshow(labeloverlay(I,BWfinal)) title('Mask Over Original Image') BWou...
mer än 5 år ago | 1 answer | 1
1
answerQuestion
Brain Tumor Segmentation using K-Means Clustering?How to Resolve the following error using Matlab 2017a and How i can declare the Guifcn function over this code?
%%%Matlab Code for K Means Segmentation function varargout = guifinal(varargin) % GUIFINAL M-file for guifinal.fig % GUIF...
mer än 5 år ago | 1 answer | 2
1
answerQuestion
How can I solve the following error of the code segment?
% function main clc; clear all; close all; im = imread('3.jpg'); subplot(2,1,1),imshow(im); subplot(2,1,2),imhist(im(:...
nästan 6 år ago | 1 answer | 0
1
answerQuestion
How can i resolve the following error when Image Database is loaded?
File extension main.p file Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)MainGUI('pushbutton...
nästan 6 år ago | 0 answers | 0
0
answersQuestion
How can I load MRI Brain image Database in Matlab code Implementattion?
Image Processing
nästan 6 år ago | 0 answers | 0
0
answersQuestion
What will be the solution of the following error?
%%Matlab 2014a%% clc; clear all; close all; a=imread('blood.jpg'); A=imnoise(a,'gaussian',0.01); figure;...
ungefär 6 år ago | 2 answers | 0
2
answersQuestion
How can I resolve the following error?
clc; close all; clear all; ref=imread('blood.jpg'); I=rgb2gray(ref); n=size(I); A=imnoise(I,'speckle',0.04);...
ungefär 6 år ago | 1 answer | 0
1
answerQuestion
How can I resolve the following error?
ref = imread('6.jpg'); imshow(ref) A = imnoise(ref,'salt & pepper', 0.02); imshow(A) err = immse(A, ref); fprintf('\n The m...
ungefär 6 år ago | 1 answer | 0
1
answerQuestion
How can i resolve this error?
clc; % Clear the command window. close all; % Close all figures (except those of imtool.) clea...
ungefär 6 år ago | 2 answers | 0
2
answersQuestion
How can i resolve the following error in Matlab code in "main.m" file
Reference to non-existent field 'Area'. Error in main (line 71) area(i) = stats(i).Area;
mer än 6 år ago | 0 answers | 0