Venkat Siddarth
MathWorks
Followers: 1 Following: 0
Hi, I am an employee at MathWorks. DISCLAIMER: Any advice or opinions here are my own, and in no way reflect that of MathWorks
Spoken Languages:
English
English
統計
MATLAB Answers
0 質問
24 回答
ランク
of 155,037
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
How can I get MATLAB CI job to compile app to use .NET Core?
Hi @James Hood, I understand that you are experiencing Bad IL format error, while running the continuous integration job. ...
How can I get MATLAB CI job to compile app to use .NET Core?
Hi @James Hood, I understand that you are experiencing Bad IL format error, while running the continuous integration job. ...
1年以上 前 | 0
回答済み
How to increase smoothness of a patch edgeline?
Hi @Wassili Dimitriew, I understand that you are looking for a high quality image of the above plot, which can be achieved as f...
How to increase smoothness of a patch edgeline?
Hi @Wassili Dimitriew, I understand that you are looking for a high quality image of the above plot, which can be achieved as f...
1年以上 前 | 0
回答済み
Lsim not plotting anything
Hi @Nader Babar, In the script you have mentioned.I noticed that the variable w1 was passed to the lsim function, which was a z...
Lsim not plotting anything
Hi @Nader Babar, In the script you have mentioned.I noticed that the variable w1 was passed to the lsim function, which was a z...
1年以上 前 | 1
| 採用済み
回答済み
How to plot confusion matrix?
Hi @Adrian Kleffler I understand that you are looking to plot confusion matrix for the model. Here I am assuming that you want ...
How to plot confusion matrix?
Hi @Adrian Kleffler I understand that you are looking to plot confusion matrix for the model. Here I am assuming that you want ...
1年以上 前 | 0
回答済み
How to find average of every 1024th row in a vector of 61441 rows? The result should be a 60 x 1 matrix.
Hi @Rishi, From the context,I understand that you want to convert a 61441x1 matrix to 60x1 matrix,such that each value is a mea...
How to find average of every 1024th row in a vector of 61441 rows? The result should be a 60 x 1 matrix.
Hi @Rishi, From the context,I understand that you want to convert a 61441x1 matrix to 60x1 matrix,such that each value is a mea...
1年以上 前 | 0
回答済み
We are working on simulink and recurdyn linkage, so could you tell me the difference between photo 1 and photo 2?
Hi @종원 이, From the context given,I understand that you are trying to get know the differences between the modelling approaches ...
We are working on simulink and recurdyn linkage, so could you tell me the difference between photo 1 and photo 2?
Hi @종원 이, From the context given,I understand that you are trying to get know the differences between the modelling approaches ...
1年以上 前 | 0
回答済み
How to read/pre-process too large las file?
Hi @Siegmund, I understand you are looking for ways to pre-process and reduce its size by selecting a subset of the area .Here ...
How to read/pre-process too large las file?
Hi @Siegmund, I understand you are looking for ways to pre-process and reduce its size by selecting a subset of the area .Here ...
1年以上 前 | 0
回答済み
I want to calculate the avearge power of each channels , condition and frequency band
Hi @Shir Hartman, I understand that you are facing an issue in converting double to cell.You can achieve this using a function ...
I want to calculate the avearge power of each channels , condition and frequency band
Hi @Shir Hartman, I understand that you are facing an issue in converting double to cell.You can achieve this using a function ...
1年以上 前 | 0
回答済み
Tracking Pedestrians from a Moving Car
Hi @Darelle Luis Tolentino, From the context given,I understand that you are looking for information on parameters of Kalam fil...
Tracking Pedestrians from a Moving Car
Hi @Darelle Luis Tolentino, From the context given,I understand that you are looking for information on parameters of Kalam fil...
1年以上 前 | 0
| 採用済み
回答済み
from grafana to MATLAB using MQTT protocol
Hi @SeongYong Park. I understand that you are facing difficulty in retrieving the data from Grafana using MQTT protocol. Assum...
from grafana to MATLAB using MQTT protocol
Hi @SeongYong Park. I understand that you are facing difficulty in retrieving the data from Grafana using MQTT protocol. Assum...
1年以上 前 | 0
回答済み
Unable to read excel file
Hi @Joel, From the code snippet you shared,I found that you are missing quotes around the file name parameter value.The syntax ...
Unable to read excel file
Hi @Joel, From the code snippet you shared,I found that you are missing quotes around the file name parameter value.The syntax ...
1年以上 前 | 0
| 採用済み
回答済み
Unable to use "compile" command in RTW hooks for a model referencing Protected Model
Hi @Rohith, From the first error message,it appears that the custom target file is not supporting the model references.This can...
Unable to use "compile" command in RTW hooks for a model referencing Protected Model
Hi @Rohith, From the first error message,it appears that the custom target file is not supporting the model references.This can...
1年以上 前 | 1
回答済み
feature('setprecision') in matlab 2022
Hi @Elsiddig Elsiddig I understand that you are facing issues in using feature function with setprecison parameter.Possible wor...
feature('setprecision') in matlab 2022
Hi @Elsiddig Elsiddig I understand that you are facing issues in using feature function with setprecison parameter.Possible wor...
1年以上 前 | 0
回答済み
Coinbase API connectivity problem
Hi @Xymbu, I understand that you are encountering 401 error,when trying to connect with Coinbase API. The 401 error typically ...
Coinbase API connectivity problem
Hi @Xymbu, I understand that you are encountering 401 error,when trying to connect with Coinbase API. The 401 error typically ...
2年弱 前 | 0
回答済み
Why do I get a compile error in S-Function?
Hi @Aleksandr Shirinov, The error message suggests that the input arguments to your S-Function or Simulink model are expected t...
Why do I get a compile error in S-Function?
Hi @Aleksandr Shirinov, The error message suggests that the input arguments to your S-Function or Simulink model are expected t...
2年弱 前 | 0
回答済み
Calibrateing Camera to IMU in Matlab
Hi John, A new function has been introduced to achieve this estimation in MATLAB R2024a. It is called estimateCameraIMUTransfor...
Calibrateing Camera to IMU in Matlab
Hi John, A new function has been introduced to achieve this estimation in MATLAB R2024a. It is called estimateCameraIMUTransfor...
2年弱 前 | 0
回答済み
GetSet access function stubs Generation for SIL simulation
Hi @Ahmed, I understand that you are using custom storage class and you are trying to generate the stubs automatically.This can...
GetSet access function stubs Generation for SIL simulation
Hi @Ahmed, I understand that you are using custom storage class and you are trying to generate the stubs automatically.This can...
2年弱 前 | 0
回答済み
How to extract matrix values of a different column that correspond to a value in another column?
Hi @Masha, I understand that you are trying to extract specifc columns corresponding to few atom names in the above structure.T...
How to extract matrix values of a different column that correspond to a value in another column?
Hi @Masha, I understand that you are trying to extract specifc columns corresponding to few atom names in the above structure.T...
2年弱 前 | 0
| 採用済み
回答済み
The application encountered an unexpected error and needs to close. You may want to try re-installing your product(s). More information can be found at
Hi @Muhammad Salim Bin Mathadi, I found a similar question in the community web. Here is the link to that Question. I ho...
The application encountered an unexpected error and needs to close. You may want to try re-installing your product(s). More information can be found at
Hi @Muhammad Salim Bin Mathadi, I found a similar question in the community web. Here is the link to that Question. I ho...
2年弱 前 | 0
回答済み
The problem with the appearance of extra space in the plot
Hi @mohammad, I understand that you want to remove the extra space generated in the figure.This can be achieved as follows: [E...
The problem with the appearance of extra space in the plot
Hi @mohammad, I understand that you want to remove the extra space generated in the figure.This can be achieved as follows: [E...
2年弱 前 | 0
回答済み
How do I find which blocks are used in this scheme?
Hi @Mone I understand that you are not able to find which block depicts which component.To find more about the component one ...
How do I find which blocks are used in this scheme?
Hi @Mone I understand that you are not able to find which block depicts which component.To find more about the component one ...
2年弱 前 | 1
回答済み
hwo to copy file
Hi @Yusra Malik, I understand that you are trying to copy a file from one directory to another using matlab.This can be achieve...
hwo to copy file
Hi @Yusra Malik, I understand that you are trying to copy a file from one directory to another using matlab.This can be achieve...
2年弱 前 | 0
回答済み
How to make a simple plot with two lines?
Hi @Macy, I understand that you are trying to plot two lines in a single axis with x-axis as months and y-axis as corresponding...
How to make a simple plot with two lines?
Hi @Macy, I understand that you are trying to plot two lines in a single axis with x-axis as months and y-axis as corresponding...
2年弱 前 | 1
回答済み
How to change s-function physical signal to electrical port in Simulink? Any help would be appreciated.
Hi @Sufiyan Masood, I understand that you are trying to convert a physical signal to electrical signal(to be compatible with el...
How to change s-function physical signal to electrical port in Simulink? Any help would be appreciated.
Hi @Sufiyan Masood, I understand that you are trying to convert a physical signal to electrical signal(to be compatible with el...
2年弱 前 | 1