photo

Malhar Ashtaputre


Last seen: 4年以上 前 2018 年からアクティブ

Followers: 0   Following: 0

Working in Advance Engineering (R&D) in Hella India Automotive Pvt. Ltd.

統計

All
MATLAB Answers

2 質問
7 回答

Cody

0 問題
2 解答

ランク
13,012
of 300,781

評判
4

コントリビューション
2 質問
7 回答

回答採用率
50.0%

獲得投票数
2

ランク
 of 21,088

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
75,917
of 171,031

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

スコア
40

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Revival Level 1
  • Solver
  • First Answer

バッジを表示

Feeds

表示方法

質問


Error " Dot indexing is not supported for variable of this type" comes when tried to configure HDL Coder support package for Xilinx Zynq Platform.
I want to run a simulink & Simscape model on FPGA platform. i am trying to use an example from MATLAB Toolbox for this. But when...

4年以上 前 | 3 件の回答 | 0

3

回答

回答済み
How can I read multiple ADC inputs from ADS1115 with an I2C interface in MATLAB?
If you follow exact steps from video you will get some error regarding Wire library. So to solve that issue, just copy paste fol...

約6年 前 | 0

回答済み
Flash Code for ADS1115 in Arduino using Matlab
Hello Johnathan, Kindly go through this youtuube video to interface ADS1115 module with arduino and matlab. https://www.youtub...

約6年 前 | 0

質問


How to check memory of code generated by MATLAB Coder?
I have written a function in matlab and then i have used MATLAB Coder to generate Generic C-Code for 16-bit microcontroller. Now...

8年弱 前 | 1 件の回答 | 0

1

回答

回答済み
removal of shadow area
Kindly go through following link for help in shadow removing: <http://lxu.me/mypapers/XuL_ShadowRemoval.pdf>

8年弱 前 | 0

回答済み
how to remove shadow edge in matlab
Hello, To remove the shadow, follow the process (flowchart process) in the paper below: <http://lxu.me/mypapers/XuL_Shadow...

8年弱 前 | 0

解決済み


Add two numbers
Given a and b, return the sum a+b in c.

8年弱 前

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

8年弱 前

回答済み
Update Value from Workspace in Simulink During Simulation
Hello, The variables in MATLAB workspace are not updated in runtime(without stopping simulation) in simulink. The another ...

8年弱 前 | 0

回答済み
solving equation in matlab
Hello Esraa El-Basha, Try to make the equation in following form. *y = function(eq1,x)* Then define x and eq1=0, then t...

8年弱 前 | 1

回答済み
How to create GUI for PI camera using Matlab
Hello Vikesh, If you are using simulink platform to connect to raspberry pi, then you need to follow the following link to cr...

8年弱 前 | 1