Prasanna Gude - MATLAB Central
photo

Prasanna Gude

MathWorks

Last seen: 約5年 前 2020 年からアクティブ

Followers: 0   Following: 0

I am Application Support Engineer at MathWorks. My responsibility is to provide the best support for and application like ML, HDL Coder, Image Processing, and Signal Processing.
Disclaimer: Any articles/ideas/opinions here are my own and in no way reflect that of MathWorks

統計

MATLAB AnswersFrom 03/20 to 04/25Use left and right arrows to move selectionFrom 03/20Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 質問
14 回答

ランク
5,128
of 298,132

評判
10

コントリビューション
0 質問
14 回答

回答採用率
0.00%

獲得投票数
1

ランク
 of 20,538

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,453

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Explorer
  • Revival Level 2
  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
How do I solve a coupled system of PDE and ODE?
The Partial Differential Equation (equation 4) can be solved in MATLAB with the help of “MATLAB PDE Solver”. Refer to this Link ...

約5年 前 | 0

回答済み
Dominant Frequency of an image of size 265by265
The Dominant Frequency can be found using ‘fft’function in MATLAB. Refer to this Linkto know how to find Dominant Frequency usin...

約5年 前 | 0

回答済み
Double Sigma with an equation
The equation can be solved with the help of ‘for’loop and ‘sum’ function in MATLAB. The following code will solve the equation: ...

約5年 前 | 0

回答済み
Create Simulink Function from Generalized Linear Model
The Generalized Linear Equations can be converted into Simulink models by doing the following steps: Convert the Generalized Li...

約5年 前 | 0

回答済み
What exactly is the algorithm used for cubic interpolation in the function griddata?
The ‘cubic’ interpolation method in ‘griddata’function represents the Triangulation-based cubic interpolation and it supports 2-...

約5年 前 | 0

回答済み
Speed Control of a dc motor with a speed sensor using pid control L298N driver
The PID Controller for controlling the speed of a DC Motor can be implemented using ‘Simulink Control Design’. There is a new bl...

約5年 前 | 0

回答済み
Can I run a Simulink model in real time on a general Linux target?
Yes, a Simulink model can be run on a general Linux Target. Refer to the following link to know about running a Simulink model o...

約5年 前 | 0

回答済み
Which method will be useful to solve nonlinear coupled PDEs??
You can solve the Nonlinear Partial Differential Equations using ‘solvepde’ function in MATLAB. You can also solve your problems...

約5年 前 | 0

回答済み
Does anyone tried to install MATLAB in raspberry pi 3 B+ Raspbian Buster version? It keeps saying that it is unable to locate the package
MATLAB can be installed in 64-bit Linux Operating Systems. But there is no 64-bit Operating System available for Raspberry Pi 3 ...

約5年 前 | 1

| 採用済み

回答済み
how to calculate Plant transfer function in PID control system?
As of my understanding, your problem arises due to the following command: Pd = Ad/(Gd-Gd*Ad); The above mathematical equation ...

約5年 前 | 0

回答済み
Continuos Wavelet tranform analytic and nonanalytic
Analytic wavelets are Complex-valued wavelets which are useful in cases where you want to analyze phase as well as magnitude. Ad...

約5年 前 | 0

回答済み
when i use plot on the matlab online the figure doesn;t appear (windows)
As of my understanding, the system in which you are using MATLAB Online does not have a screen depth of 16 or higher. To work ...

約5年 前 | 0

回答済み
How to use PS Lookup Table
Yes, it is possible to use PS Lookup Table in an electrical circuit. Refer to the following link to know more about PS Lookup Ta...

約5年 前 | 0

| 採用済み

回答済み
I have downloaded Matlab by university link successfully but it doesn't work at all
MATLAB R2019b is compatible with macOS Catalina. Earlier versions of MATLAB do not officially support macOS Catalina. Refer to t...

約5年 前 | 0