Questions and Answers
For Live Question and Answers join: t.me/matlabcastor
Quickly gain skills in Image Processing. Learn the essential skills to automatically extract information from images. What you'll lear...
MATLAB Programs/Code (matlabcoding.com)
What is the best Matlab Simulink book?
ReplyDeleteHi I need to detect scoreboard from cricket frames .can you help me to finding code for this
ReplyDeleteI need explanation on how a function handle works. I have the code below and I don't understand how the parameter x is passed to the code
ReplyDeletefobj = @KK1;
function o = KK1(x)
o=sum(x.^2);
end
The code runs without error. I search for where corresponding parameter was passed to x but there is non. At execution, x has vector values.
May i ask about metric n function image coordinat???
ReplyDeleteYes sure
Deletebonjour j'aimerais obtenir des programme sur l'estimation du rayonnement solaire
ReplyDeletei need discrete wavelet transformation based noise removal code in matlab
ReplyDeletei need discrete wavelet transformation based noise removal code in matlab
ReplyDeletei have to plot pixels in csv into jpg how to do that?
ReplyDeletei want matlab code for optimization of battery energy storage system for micro grid.pls any one help me
ReplyDeletethanks in advance
Which Model of pretrained networks such as RESNET, LENET, VGG etc can be used for classification of NiFTI (.nii) format images for diagnosis of any disease in MATLAB.
ReplyDeleteI tried but augmentation is not happening with resnet50
please if you know what is the method of estimation cfo in mu-mimo ofdm using subspace method and how to write this equation in matlab =[H(1) ............H(q) H(q+1)............H(k)]channels matrices of all users
ReplyDeleteHi friend . I´d like to known if you give me a support or a idea about how I can implement a software system to analyze the position of human body during gym training using image processing patterns, so this manner verify the correct position to avoid injuries at excersise
ReplyDeleteHello everyone,
ReplyDeleteI need a matlab clustering program with the data sets related to power system. If somebody knows it kindly share with me. My email id is: - riturajsrmeee@gmail.com
Looking forward to your supports.
Hi every one . I need MATLAB codes or any resources for optimization in wireless sensor network, I need to learn how to simulate wireless nodes devices send data to calculate delay, estimated power and other calculations. Thanks
ReplyDeleteHello . I am looking for matlab codes on UFMC, gfdm, FBMC, BFDM vs OFDM for the 5th generation. how can i find them
ReplyDeleteAny material or help on Matlab App Designer?
ReplyDeletehello everyone, i was wondering how i can normalize my monetary policy shock to initially 100 bp increase on fed fund on impact with impulse response approach? any idea will be much appreciated, thank you
ReplyDeleteHello, I need to split text to matrix by key. ex: I have "HELLOWORLD" and key is "key" and I want to get matrix [HEL,LOW,ORL,D]
ReplyDeleteI need help to write a code of a function graph .
ReplyDeletesend me wa.me/919767292502
Deletefind the fourier transform of a sinusoid signal with amplitude = 0.8 volt, frequency = 1000hz and plot its magnitude and phase spectrum. consider the length of transformed signal is 1024.
ReplyDeletePlease help me🙏🙏🙏🙏to complete these prblems:
ReplyDelete1. Write Matlab code for solving first order initial value problem.
𝑑𝑦
𝑑𝑡
= 𝑡𝑦, 𝑦(0) = 2 .
2. Write matlab code for solving second order IVP.
𝑑
2𝑦
𝑑𝑥
2 = cos(2𝑥) − 𝑦, 𝑦(0) = 1, 𝑦
′
(0) = 0.
Professor how would I solve this system of first order edos numerically by plotting the graph for the different values of (n). the derivatives are in relation to ha (r).
ReplyDeletea'/r = -e^2*v^2*(g^2 - 1)
g' = - a*g/r
given the boundary conditions
a(0) = n a(inf)=0
g(0) = 0 g(inf)=1
where (e)=0.5 and (v)=1 are constant. please give a helping hand there, I looked for and did not find any problems like this on the matlab website.
Develop MATLAB code for the both reliability and availability estimation at different conbinations of failure and repair rates. Go through the paper and confirm your capability of delivering similar output for my system i.e., Coal handling System in MathWorks.com
ReplyDeleteCan anyone please guide me with Random Coupling model for transmission lines
ReplyDelete3rd-order filter is described by the following difference equation: 𝑦[𝑛]−2.1011𝑦[𝑛−1]+1.5634𝑦[𝑛−2]−0.6435𝑦[𝑛−3]=0.0734𝑥[𝑛]−0.00129𝑥[𝑛−1]−0.0129𝑥[𝑛−2]+0.0574𝑥[𝑛−3]Plot the magnitude and the phase response of this filter and comment of the frequency response of the system.
ReplyDeletehello, I need methods for iris segmentation ?
ReplyDeletecan u send me duffing nonlinear force of vibration oscilator matlab code and graph
ReplyDeleteDears please would you send me matlab code for orthogonal walsh hadamard code(cdma)
ReplyDeleteCould someone please explain how to draw an arc with a specified radius and starting point?
ReplyDeleteHallo everyone,
ReplyDeletei wrote a Matlab program to train a network.
Now I have a pre-training network, how can I use it on Jetson Nano or how can I convert it to CUDA code?
Should I convert all Matlab code (training the network) to CUDA code or just my pre-training network which is in matrix?
Thank you
how to convert navigation message of satellite (gps) ephemeris data signal to binary sequence to perform the power spectrum density plotting ?
ReplyDeletei want to plot gps receiver power spectrum density (in L1 band, using c/a code) in
ReplyDeleteI have some questions about matlab coding, does anyone can help me
ReplyDeleteWhile preparing the assignments, use the images you downloaded from the internet or taken from the matlab environment.
ReplyDelete1. Refine Figure 1 using logarithmic and power transformations. The only parameter in the logarithmic transformation is c, but in the power transformation the parameters to choose are c and γ.
2. Write a program that calculates the histogram of an image and perform the histogram equalization discussed in the lesson. Figure 2 will be used.
3. Write a program that performs planar filtering of an image. It should be an entry to your filter program. 3x3 to the image using Figure 3; 5x5; 9x9; 15x15; Show the results by applying 35x35 averaging filters.
4. Write a program that applies the Sobel gradient operator to an image. Show the results by running the program on figure 4.
5. Show by calculation that applying the histogram equalization twice to a digital image will give the same result as applying it once.
Does anyone can has information about those questions?