Question


Attempt to execute SCRIPT rot90 as a function:
img = imread('cameraman.jpg'); imshow(img); img1 = imnoise(img,'salt & pepper', 0.02); figure,imshow(img1) vet=...

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


Error using imnoise>ParseInputs (line 227)
code: k = imread('filter.jpg'); l = imnoise(k,'salt & papper',0.02); I got an error as Error using imnoise>ParseInputs...

meer dan 9 jaar ago | 1 answer | 0

1

answer

Answered
how to enter mask
Hi sir, I want to enter this mask given below to 288*543. 288*543 contains initially 1000 as non object and 0 as object...

meer dan 9 jaar ago | 0

Question


how to enter mask
Hi sir, I want to enter this mask given below to 288*543. 288*543 contains initially 1000 as non object and 0 as object. ...

meer dan 9 jaar ago | 2 answers | 0

2

answers

Question


I have a binary image having pixels 288*543
I have a binary image having pixels 288*543(rows and columns). To that i need to assign zeros for 1 row and 1 column surrounding...

meer dan 9 jaar ago | 2 answers | 0

2

answers

Question


I got an error as Function definitions are not permitted in this context.
This is my code, I want to compute threshold of an image.I copied this code from internet.I am getting some problem in function ...

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


Below is the code to rotate by 90 but how to rotate a matrix by 180 and 270 without using matlab fuctions
% Below is the code to rotate by 90 but how to rotate a matrix by 180 and 270 A=[1 2 3 4;5 6 7 8;10 11 12 13] [nr,nc] ...

meer dan 9 jaar ago | 0 answers | 0

0

answers

Question


can anyone help me how to rotate an image using for loop
Hi, I am new to this matlab language. This is the image and I need to rotate this image by 90 without using matlab functions.can...

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


i am getting an error as Attempt to call constructor image with incorrect letter case.
This is my code a=imread('test.jpg') imshow(a); i got error as Attempt to call constructor image with incorrect lett...

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


i got an error as Warning: Ignoring extra legend entries
figure('name','flux vs current'); h1=plot(I1, flux1); set(h1,'color','red','linewidth',3); grid on; hold all; h2=plot(I2,...

meer dan 9 jaar ago | 2 answers | 0

2

answers

Question


How to plot c(t) vs t
How to plot c(t) vs t with these parameters for various values of v c(t)=c0-c03*k*(1/cmin-1/cmax)*v*u(t) where, ...

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


Error: File: hh.m Line: 148 Column: 1 Function definitions are not permitted in this context.
This is my code, clc; clear all; %Constants set for all Methods Cm=0.01; % Membrane Capcitance uF/cm^2 dt=0...

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


I am getting an error as Function definitions are not permitted in this context.
My code function dydt = HH(t,y) % Constants ENa=55.17; % mv Na reversal potential EK=-72.14; % mv K reversal p...

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


How to assign negative values to a variable
I am getting an error as like this. Subscript indices must either be real positive integers or logicals. my code is, ...

meer dan 9 jaar ago | 2 answers | 0

2

answers

Question


i got an error as Error in memristor2 (line 29) q(i)=Qo*Ro(1-sqrt(1-(2*n*(Roff-Ron)*flux(i)))/(Qo*Ro*Ro))/(n*(Roff-Ron));
i got an error as Error in vet(line 29) Subscript indices must either be real positive integers or logicals q(i)=Qo*Ro(...

bijna 10 jaar ago | 0 answers | 0

0

answers