Impact-Site-Verification: dbe48ff9-4514-40fe-8cc0-70131430799e

Search This Blog

Questions and Answers

36 comments:

  1. What is the best Matlab Simulink book?

    ReplyDelete
  2. Hi I need to detect scoreboard from cricket frames .can you help me to finding code for this

    ReplyDelete
  3. I 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

    fobj = @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.

    ReplyDelete
  4. May i ask about metric n function image coordinat???

    ReplyDelete
  5. bonjour j'aimerais obtenir des programme sur l'estimation du rayonnement solaire

    ReplyDelete
  6. i need discrete wavelet transformation based noise removal code in matlab

    ReplyDelete
  7. i need discrete wavelet transformation based noise removal code in matlab

    ReplyDelete
  8. i have to plot pixels in csv into jpg how to do that?

    ReplyDelete
  9. i want matlab code for optimization of battery energy storage system for micro grid.pls any one help me
    thanks in advance

    ReplyDelete
  10. 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.
    I tried but augmentation is not happening with resnet50

    ReplyDelete
  11. 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

    ReplyDelete
  12. Hi 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

    ReplyDelete
  13. Hello everyone,
    I 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.

    ReplyDelete
  14. 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

    ReplyDelete
  15. Hello . I am looking for matlab codes on UFMC, gfdm, FBMC, BFDM vs OFDM for the 5th generation. how can i find them

    ReplyDelete
  16. Any material or help on Matlab App Designer?

    ReplyDelete
  17. hello 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

    ReplyDelete
  18. Hello, 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]

    ReplyDelete
  19. I need help to write a code of a function graph .

    ReplyDelete
  20. find 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.

    ReplyDelete
  21. Please help me🙏🙏🙏🙏to complete these prblems:
    1. 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.

    ReplyDelete
  22. 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).

    a'/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.

    ReplyDelete
  23. 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

    ReplyDelete
  24. Can anyone please guide me with Random Coupling model for transmission lines

    ReplyDelete
  25. 3rd-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.

    ReplyDelete
  26. hello, I need methods for iris segmentation ?

    ReplyDelete
  27. can u send me duffing nonlinear force of vibration oscilator matlab code and graph

    ReplyDelete
  28. Dears please would you send me matlab code for orthogonal walsh hadamard code(cdma)

    ReplyDelete
  29. Could someone please explain how to draw an arc with a specified radius and starting point?

    ReplyDelete
  30. Hallo everyone,
    i 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

    ReplyDelete
  31. how to convert navigation message of satellite (gps) ephemeris data signal to binary sequence to perform the power spectrum density plotting ?

    ReplyDelete
  32. i want to plot gps receiver power spectrum density (in L1 band, using c/a code) in

    ReplyDelete
  33. I have some questions about matlab coding, does anyone can help me

    ReplyDelete
  34. While preparing the assignments, use the images you downloaded from the internet or taken from the matlab environment.
    1. 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?

    ReplyDelete