photo

Avinash

Last seen: 6ヶ月 前 2022 年からアクティブ

Followers: 0   Following: 0

I am an Associate Engineer in EDG at MathWorks. My expertise is in the area of Communication System, Signal Processing, FPGA,HDL. DISCLAIMER: Any advice or opinions here are my own, and in no way reflect that of MathWorks

Programming Languages:
C, MATLAB, Arduino
Spoken Languages:
English, Hindi, Marathi

統計

All
MATLAB Answers

0 質問
10 回答

Cody

0 問題
3 解答

ランク
5,865
of 300,813

評判
8

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

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,086

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
70,873
of 171,169

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

スコア
40

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Solver
  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

解決済み


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

3年弱 前

解決済み


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

3年弱 前

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

3年弱 前

回答済み
How to design a filter to remove every other spike on graph
As per my understanding you are trying to get a smooth output wave, but you are having discontinuities in the output wave. You ...

3年弱 前 | 0

回答済み
Numerical Analysis of changes happening in subsequent image difference
As per my understanding , you are trying to subtract one image from many other images, and want to see the difference between th...

3年弱 前 | 0

回答済み
Error while targeting FPGA through simulink, I am trying to implement 'OFDM Transmit and Receive Using Analog Devices AD9361/AD9364' example of MATLAB.
Hi Vedansh, You can refer to the following link to resolve the connection error with the Xilinx Zynq target board ...

3年弱 前 | 0

回答済み
How to store real-time data in a file that can be accessed in matlab elsewhere?
Hi Usman By keeping the MATLAB current working directory in the same place as the target folder, you can first creat...

3年弱 前 | 0

| 採用済み

回答済み
exporting a Simulink Modell as FMU , where the flage "canBeInstantiatedOnlyOncePerProcess" = false and not true.
Hi Hasan, With Simulink Compiler, you can export your Simulink model as a standalone FMU starting with R2020a. To l...

約3年 前 | 0

| 採用済み

回答済み
how to get MATLAB to recognize data to table with space as a delimitator but data within ' '
Hi Elysia,  You can refer to the following link to understand how to import data from a specific range :    How to import ...

約3年 前 | 0

回答済み
Copy subarray with constant "thickness" in one dimension, but varying position
Hi Ianis, First, you can create a matrix having different positions from where subarrays are supposed be extracted, for examp...

約3年 前 | 0

回答済み
app designer Code View seems to become 'Read only'
Hi Bill, To edit the Code View for an app in “App Designer” you can add callbacks, functions or properties, this will creat...

約3年 前 | 0

回答済み
How to form a matrix from a coding of a graph?
Hi Andrew, You can store the output in the matrix form using a for loop or a reshape function. As like you have filled...

約3年 前 | 0

回答済み
Unable to select Response variable from workspace
Hi Mohit First, in order to save all variables of the file in workspace, you can use the following command Save(‘filename’) ...

約3年 前 | 0