![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/34395039_1720776383498.png)
Shlok
Followers: 0 Following: 0
Programming Languages:
Python, C++, C, Java, Javascript, MATLAB, HTML, CSS
Spoken Languages:
English, Hindi
Pronouns:
He/him
Python, C++, C, Java, Javascript, MATLAB, HTML, CSS
Spoken Languages:
English, Hindi
Pronouns:
He/him
統計
MATLAB Answers
0 質問
59 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
Fixed final time and fixed final state optimal control problem
Hi Dhimas, I understand that you want to solve an optimal control problem using Pontryagin's Minimum Principle. To help you ef...
Fixed final time and fixed final state optimal control problem
Hi Dhimas, I understand that you want to solve an optimal control problem using Pontryagin's Minimum Principle. To help you ef...
23日 前 | 0
回答済み
Why do we have to provide the jacobians at the Non-linear MPC of Matlab?
Hi Chri, In MATLAB's Nonlinear MPC, defining Jacobians for the cost function and constraints is crucial for several reasons: ...
Why do we have to provide the jacobians at the Non-linear MPC of Matlab?
Hi Chri, In MATLAB's Nonlinear MPC, defining Jacobians for the cost function and constraints is crucial for several reasons: ...
23日 前 | 0
回答済み
difference between sbr and image method in ray tracing
Hi Sharifi, I understand that you're exploring the two primary methods used in ray tracing. The SBR (Shooting and Bouncing Ray...
difference between sbr and image method in ray tracing
Hi Sharifi, I understand that you're exploring the two primary methods used in ray tracing. The SBR (Shooting and Bouncing Ray...
23日 前 | 0
回答済み
storage format using SPARSE and INT8
Hi Giovanni, I understand that you want to optimize storage and runtime by using int8 for matrices containing only the values ...
storage format using SPARSE and INT8
Hi Giovanni, I understand that you want to optimize storage and runtime by using int8 for matrices containing only the values ...
2ヶ月 前 | 0
回答済み
How to create a convergence table
Hi Karolina, I understand that you want to make a convergence table in MATLAB. I suggest you the following approach for the sa...
How to create a convergence table
Hi Karolina, I understand that you want to make a convergence table in MATLAB. I suggest you the following approach for the sa...
2ヶ月 前 | 0
回答済み
Unpack ethernet data (TCP) using Simulink libraries
Hi Abhishek, I understand that you want to extract and interpret data described in an ARXML database as readable signals. T...
Unpack ethernet data (TCP) using Simulink libraries
Hi Abhishek, I understand that you want to extract and interpret data described in an ARXML database as readable signals. T...
2ヶ月 前 | 0
回答済み
Where "job" (batchsim) is stored ?
Hi skamajaya, As I understand it, the DMR file is not being generated in the ‘tempdir’ directory after using ‘fetchOutput’. If...
Where "job" (batchsim) is stored ?
Hi skamajaya, As I understand it, the DMR file is not being generated in the ‘tempdir’ directory after using ‘fetchOutput’. If...
2ヶ月 前 | 0
回答済み
Embedding data points problem
Hi Desiree, To embed each column of “X” onto the eigenvectors, the approach is to extract out the desired eigenvectors and per...
Embedding data points problem
Hi Desiree, To embed each column of “X” onto the eigenvectors, the approach is to extract out the desired eigenvectors and per...
2ヶ月 前 | 0
回答済み
Ground truth of road sign as look-up table
Hi Keunwook, A 2D Lookup Table would be most suitable in finding the closest corresponding road sign for a particular latitude...
Ground truth of road sign as look-up table
Hi Keunwook, A 2D Lookup Table would be most suitable in finding the closest corresponding road sign for a particular latitude...
2ヶ月 前 | 0
回答済み
How can I import input data from Excel sheet into signal builder programmatically ?
Hi Anjali, To import the data from the excel file into the “Signal Builder” block, follow the following steps: First read th...
How can I import input data from Excel sheet into signal builder programmatically ?
Hi Anjali, To import the data from the excel file into the “Signal Builder” block, follow the following steps: First read th...
2ヶ月 前 | 0
回答済み
How to write subscript and superscriopt in a single variable?
Hi Vishnuvardhan, To store a formula consisting of superscript and nested subscripts, the approach is to store it as a string ...
How to write subscript and superscriopt in a single variable?
Hi Vishnuvardhan, To store a formula consisting of superscript and nested subscripts, the approach is to store it as a string ...
3ヶ月 前 | 0
回答済み
Error regarding Input port when using SIMULINK
Hi Sameema, The above-mentioned error indicates a mismatch in the dimensions of the signal going into and out of the blocks in...
Error regarding Input port when using SIMULINK
Hi Sameema, The above-mentioned error indicates a mismatch in the dimensions of the signal going into and out of the blocks in...
3ヶ月 前 | 0
回答済み
How can I set the initial value of action space while using Simulink DDPG Agent?
Hi Lei, DDPG agents are designed to operate in continuous action spaces. Hence, to create a custom continuous action space for...
How can I set the initial value of action space while using Simulink DDPG Agent?
Hi Lei, DDPG agents are designed to operate in continuous action spaces. Hence, to create a custom continuous action space for...
3ヶ月 前 | 0
回答済み
Parse function parameters using InputParser class with unknown number of parameters and optional name-value pairs parameters
Hi Bob, The “inputParser” function does supports passing arbitrary number of parameters and then name-value pairs, but those p...
Parse function parameters using InputParser class with unknown number of parameters and optional name-value pairs parameters
Hi Bob, The “inputParser” function does supports passing arbitrary number of parameters and then name-value pairs, but those p...
4ヶ月 前 | 0
| 採用済み
回答済み
Simulink model callback: Output to command line suppressed
Hi Bonpland, Yes, the "display" function is now deprecated, and you'll start seeing a warning popup about it in R2022b and lat...
Simulink model callback: Output to command line suppressed
Hi Bonpland, Yes, the "display" function is now deprecated, and you'll start seeing a warning popup about it in R2022b and lat...
4ヶ月 前 | 0
回答済み
HDL Coder Vivado timing report shows infinite slack
Hi Yeung, Slack is used for measuring the degree of flexibility or buffer time available within a project schedule. It indicat...
HDL Coder Vivado timing report shows infinite slack
Hi Yeung, Slack is used for measuring the degree of flexibility or buffer time available within a project schedule. It indicat...
4ヶ月 前 | 0
回答済み
how to transfer A PushButton Value to Simulink Model ?
Hi Zhang, You can attach callbacks in App Designer to pass values from input components to a Simulink model when a "PushButton...
how to transfer A PushButton Value to Simulink Model ?
Hi Zhang, You can attach callbacks in App Designer to pass values from input components to a Simulink model when a "PushButton...
4ヶ月 前 | 0
回答済み
Is it possible to apply Latex formatting in heatmaps?
Hi Lyu, The support for controlling text interpreter (including LaTeX) for displayed text using the “Interpreter” property is ...
Is it possible to apply Latex formatting in heatmaps?
Hi Lyu, The support for controlling text interpreter (including LaTeX) for displayed text using the “Interpreter” property is ...
4ヶ月 前 | 0
回答済み
Plotting categorical array of varying size
Hi Jarrod, As per my understanding, you have multiple files containing categorical arrays, and you want to read through them a...
Plotting categorical array of varying size
Hi Jarrod, As per my understanding, you have multiple files containing categorical arrays, and you want to read through them a...
4ヶ月 前 | 0
回答済み
Mixed LaTeX math and text in Matlab
Hi David, It seems you're trying to mix LaTeX text and math modes in MATLAB but aren't getting the desired output. To fix this...
Mixed LaTeX math and text in Matlab
Hi David, It seems you're trying to mix LaTeX text and math modes in MATLAB but aren't getting the desired output. To fix this...
4ヶ月 前 | 0
回答済み
Convert variable-sized signal to fixed
Hi John, I understand you're looking for an approach to convert a variable-sized signal into a fixed size. You can achieve thi...
Convert variable-sized signal to fixed
Hi John, I understand you're looking for an approach to convert a variable-sized signal into a fixed size. You can achieve thi...
4ヶ月 前 | 0
回答済み
Model fitting for real data using matlab lsqcurve
Hi Aloke, I understand that you want to fit a 5-ODE model to real data and then forecast infection trends. Here’s how you can ...
Model fitting for real data using matlab lsqcurve
Hi Aloke, I understand that you want to fit a 5-ODE model to real data and then forecast infection trends. Here’s how you can ...
4ヶ月 前 | 0
回答済み
How to make output in matrix from 2 input parameters?
Hi Michal, I understand that you want to obtain an 8x3 matrix as the output of the modal instead of a single value. To achieve...
How to make output in matrix from 2 input parameters?
Hi Michal, I understand that you want to obtain an 8x3 matrix as the output of the modal instead of a single value. To achieve...
4ヶ月 前 | 0
回答済み
How to show simulink output based on a previous output?
Hi Munim, To generate the output based on the previous block's output, I suggest you using a “Switch” block. The “Switch” bloc...
How to show simulink output based on a previous output?
Hi Munim, To generate the output based on the previous block's output, I suggest you using a “Switch” block. The “Switch” bloc...
4ヶ月 前 | 0
回答済み
Hello, I am getting an error while executing my Simulink model of EV.
Hi Arpit, Upon reviewing the logs, it seems that the error is primarily due to the solver failing to converge on the initial c...
Hello, I am getting an error while executing my Simulink model of EV.
Hi Arpit, Upon reviewing the logs, it seems that the error is primarily due to the solver failing to converge on the initial c...
4ヶ月 前 | 0
回答済み
Using readtable with Word document and special formatting (superscripts)
Hi AR, I understand that you are encountering issues while reading text with superscript characters using the “readtable” func...
Using readtable with Word document and special formatting (superscripts)
Hi AR, I understand that you are encountering issues while reading text with superscript characters using the “readtable” func...
4ヶ月 前 | 0
| 採用済み
回答済み
Error in formatting csv files imported from python
Hi Avishek, This error is being caused due to incorrect delimiter detection. When you provide only the filenames to the “rea...
Error in formatting csv files imported from python
Hi Avishek, This error is being caused due to incorrect delimiter detection. When you provide only the filenames to the “rea...
4ヶ月 前 | 0
回答済み
Formatting for the Custom Mask's Documentation Tab
Hi Richard, I understand that you want to customize the formatting of text within the Documentation tab of a custom mask. You ...
Formatting for the Custom Mask's Documentation Tab
Hi Richard, I understand that you want to customize the formatting of text within the Documentation tab of a custom mask. You ...
5ヶ月 前 | 0
回答済み
how can I deskew this image ?
Hi Israa, To de-skew the given image in MATLAB, you can start by loading the image and then converting it to grayscale, using ...
how can I deskew this image ?
Hi Israa, To de-skew the given image in MATLAB, you can start by loading the image and then converting it to grayscale, using ...
5ヶ月 前 | 0
回答済み
how to apply stepinfo command correctly
Hi Shymaa, To apply the “stepinfo” function correctly using your Simulink array data, you can extract the time and output dat...
how to apply stepinfo command correctly
Hi Shymaa, To apply the “stepinfo” function correctly using your Simulink array data, you can extract the time and output dat...
5ヶ月 前 | 0