Jogesh Kumar Mukala
MathWorks
Followers: 0 Following: 0
I am an Associate EDG Engineer at MathWorks. My major responsibilities are to provide the best support in ML, HDL and FPGA related domains at MathWorks. DISCLAIMER: Any advice or opinions here are my own, and in no way reflect that of MathWorks.
統計
MATLAB Answers
0 質問
8 回答
ランク
of 154,105
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
How to do Bit Error Ratio Vs. Signal-to-Noise Ratio in semilog graph using Simulink?
I understand that you want to observe the output frequency and plot a semilog graph for bit error ratio vs Signal to noise ratio...
How to do Bit Error Ratio Vs. Signal-to-Noise Ratio in semilog graph using Simulink?
I understand that you want to observe the output frequency and plot a semilog graph for bit error ratio vs Signal to noise ratio...
2年弱 前 | 0
| 採用済み
回答済み
Impulse noise in simulink
I understand that you want to create a Simulink block that can generate a signal containing 3 or 4 impulses. Derivate of the s...
Impulse noise in simulink
I understand that you want to create a Simulink block that can generate a signal containing 3 or 4 impulses. Derivate of the s...
2年弱 前 | 0
| 採用済み
回答済み
If no graphics objects are added to or removed from a figure, does findobj always generate the list in the same order?
Hi, If no graphics objects are added to or removed from a figure, the findobj always generates the list in the same order. The ...
If no graphics objects are added to or removed from a figure, does findobj always generate the list in the same order?
Hi, If no graphics objects are added to or removed from a figure, the findobj always generates the list in the same order. The ...
3年以上 前 | 0
回答済み
How to code this in matlab code.
Hi, Assuming you want to plot both graphs side by side in a same window, you need to go through subplot, plot, grid and legend ...
How to code this in matlab code.
Hi, Assuming you want to plot both graphs side by side in a same window, you need to go through subplot, plot, grid and legend ...
3年以上 前 | 0
回答済み
Concentric Square Matrix with and without a loop
You may refer to the answer here to see if it meets your requirements.
Concentric Square Matrix with and without a loop
You may refer to the answer here to see if it meets your requirements.
3年以上 前 | 0
回答済み
when I run the code, I only get one plot for f. I need to have a plot for p as well. I need to code this part p(x) =f(x0)l0(x) +f(x1)l1(x) +f(x2)l2(x) to make it works
Hi, The lines "n(i,j) = n(i,j) * (x(j) - t(k))" & "d(i,j) = d(i,j) * (t(i) - t(k))" are leading to the error in the code. The n...
when I run the code, I only get one plot for f. I need to have a plot for p as well. I need to code this part p(x) =f(x0)l0(x) +f(x1)l1(x) +f(x2)l2(x) to make it works
Hi, The lines "n(i,j) = n(i,j) * (x(j) - t(k))" & "d(i,j) = d(i,j) * (t(i) - t(k))" are leading to the error in the code. The n...
3年以上 前 | 0
| 採用済み
回答済み
Why this simple for loop doesn't work?
Hi, Assuming you want to find the mean of squares of consecutive three elements of 'b' array and store in R1405_bar, the issue ...
Why this simple for loop doesn't work?
Hi, Assuming you want to find the mean of squares of consecutive three elements of 'b' array and store in R1405_bar, the issue ...
3年以上 前 | 0
回答済み
I want to create the following function bu i get an error
Hi, Assuming you are trying to create a piecewise function g(t), I understand that the problem is with the last three lines of ...
I want to create the following function bu i get an error
Hi, Assuming you are trying to create a piecewise function g(t), I understand that the problem is with the last three lines of ...
3年以上 前 | 0