Domanda


how to write a code for given equation? equation detail is given below.
i am trying to write the code but something being wrong so please help. code is here: clc; clear all; A=5; to=2; ...

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


how to write matlab code for given equation to find corresponding graph?
please see attached file

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


how to find an image using imshow from 3D plot as i have generated?
i have generated a 3D plot and i need an image in 3d form how to find? code is here % cube plot clc; clear all; % 1st plan...

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


how to write equation in matlab to find corresponding figure ? equation and fig detail given in attached file.
i have attached some file in which equation details are given and i m interested to find corresponding fig using matlab

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


how to Write a program that prints out the numbers 5 through -5 in decreasing order.
i need a program to find 5 4 3 2 1 0 -1 -2 -3 -4 -5

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


how to generate spiral as attached in file below?
i need spiral as shown in figure, i have some spiral equation in attached file.

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


how to generate image of spherical object ?
i need spherical object in 2d matrix image, i have an example m=1000; n=1000; %object [X,Y,Z]=peaks; Z1=imresi...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


how to generate a sphere as a object in matlab ?
i need a spherical object

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


how to write code for 2D image using code for one dimensional plot given below?
a = 0.1; T = 20; s = @(x) (2*a*x/T) .* (0<=x & x<=T/2) + (2*a*(1-x/T)) .* (T/2<=x & x<=T); x = linspace(0, 20); sv...

oltre 6 anni fa | 2 risposte | 0

2

risposte

Domanda


how to write equation given below to find corresponding plot?
equation is given here s(x)=(2a/T)*(x) when 0<=x<=T/2; =2a*(1-x/T) when T/2<=x<=T; here a=0.1 and T=20

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


how to convert a waveform in 2D matrix?
i want to generate triangular fringe pattern without using meshgrid function i have a code for triangular wave and i want to ...

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


how to implement triangular wave form?
<</matlabcentral/answers/uploaded_files/76199/Doc1-1.jpg>> how to implement triangular wave form using equation given in attach...

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


how to create triangular wave form in two dimension as a fringe pattern in matrix form ?
i want to represent triangular wave form in to fringe pattern like sinusoidal fringe pattern in matrix form, how to do? code for...

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


how to use fractional Fourier transform on image in matlab
i want to apply fractional fourier transform on an image so how to do?

quasi 7 anni fa | 2 risposte | 0

2

risposte

Domanda


how to create 3D spherical object ?
i have code for peak object that is shown in image matrix form and i want to generate spherical object using 'sphere' function s...

circa 7 anni fa | 0 risposte | 0

0

risposte

Domanda


why color fringes are not deformed by peak function?
i have a code in which fringe pattern is projected on the 3D object(peaks) and fringes are deformed according to peaks. code is-...

circa 7 anni fa | 0 risposte | 0

0

risposte

Domanda


how to create cylindrical 3D surface using matlab?
i want to make 3D cylindrical object but i don't know how to write the code?

circa 7 anni fa | 0 risposte | 0

0

risposte

Domanda


how to convert image of size < 256*256unit8> into size<256*256double> on matlab
i have two image(suppose a and b) of size <256*256unit8> and of size <256*256double>. and i want to modulate both image so how ...

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


how to modulate two images in which one is color image and other is matlab generated object?
i want to modulate color fringe pattern(i) with matlab generated peak object(Q), i have a code % object m=256; n=256; [x,y,...

circa 7 anni fa | 0 risposte | 0

0

risposte

Domanda


how to save the image using imwrite ?
i have a code and i am unable to save the final image using imwrite, so how to save the image? code is given below m=256; ...

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


how to separate each layer of concentric circular strip of different color?
i have a code for concentric circular strip and i want to separate each layer so how to do? code is given below. X = ones(25...

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


how to set anti diagonal part of matrix with zero value elements ?
i know that how to set diagonal part of matrix to zero, for that we have a code m=256; n=256; a=ones(m,n); u=triu(a); ims...

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


how to draw a circle in an image?
i want to draw a circle on an image using this equation x^2+y^2=r

circa 7 anni fa | 2 risposte | 0

2

risposte

Domanda


how to find derivative of an image with respect to x and y axis ?
i have matlab code for an image matrix as given below and i have to find derivative along x and y axis then how to get? m=...

circa 7 anni fa | 0 risposte | 0

0

risposte

Domanda


how to apply FIR filter on an image?
i want to apply FIR hilbert transform on an image but i don't know matlab code that can we apply so please help me

circa 7 anni fa | 1 risposta | 0

1

risposta