photo

Sreeram


Last seen: Today 2024 年からアクティブ

Followers: 1   Following: 0

統計

All
  • 3 Month Streak
  • Knowledgeable Level 2
  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
How do I generate an installer for a custom hardware support package?
Hi Jeremy, To change the default Add-On installation folder, on the HOME tab in the ENVIRONMENT section, select Preferences > M...

約5時間 前 | 0

回答済み
AS TO model reference on Version 2017A
Hi @ED, I assume that you want to know how to perform model referencing in MATLAB R2017a, and in which version was subsystem re...

1日 前 | 0

回答済み
Not able to code generation with jsonencode
Hi Raj, The error message indicates that the code generator cannot generate code the function “jsonencode”. You may work arou...

1日 前 | 0

回答済み
SLDV check subsystem compatibility , call cycles detected
Hi Amrith, I was able to reproduce the error on my end. As the error suggests, call cycles are not supported for Simulink Desi...

2日 前 | 0

回答済み
Can I make the matlab http send function to use "%40" in the destination url?
Hi @Assen Koev, MATLAB’s HTTP interface does not provide an option to disable encoding or force the “send” function to use a UR...

3日 前 | 0

回答済み
I am getting an error when trying to train an RL agent in matlab, I am using MATLAB 2024a
Hi @Mxolisi, This looks like a bug to me. However, here is a workaround to unblock this: Replace “Speed Measurement” block i...

6日 前 | 0

回答済み
Simulink.Parameter Value
Hi Ayodeji, I assume that you mean how to add the value for the Simulink.Parameter object of Bus type so that it is reflected ...

6日 前 | 0

回答済み
use UDP communicaition block in Simulink NVIDIA Jetson
Hi @Thanh Tran Van, I assume that you are using the “UDP Send” and “UDP Receive” blocks from the DSP System Toolbox. The execu...

8日 前 | 0

回答済み
Creating governor and exciter for generator model using simscape electrical.
Hi Yazeed, I understand that you want to load external input data from a workspace for simulating the model. You could conside...

8日 前 | 0

回答済み
Cree una aplicación grafica y ahora quiero integrarle el codigo.
Hi Patricia, I understand that you are trying to call the script when a button in the app is clicked. Say for example the s...

10日 前 | 0

回答済み
passing parameter values beween a GUI and other scripts
Hi Francois, I understand that you are trying to get certain variables from MATLAB App Designer to the base workspace. 1. S...

24日 前 | 0

回答済み
How do I list out all of the repetitive rows depending on the number of variables in MATLAB App Designer?
Hi Nurhidayah, Yes, it is possible to add UI components to the app’s UI Figure based on a variable. For example, if you want ...

24日 前 | 0

回答済み
How to display simple fraction on a Simulink mask?
Hi Bence, In MATLAB R2022b, LaTeX equations may be added to a mask using the “Icon” tab in the “Mask Editor” dialogue. By usin...

約1ヶ月 前 | 0

回答済み
Arranging column vector of bits as timeseries data for modulation
Hi Jack, As per my understanding, you are trying to convert the Boolean [104x1] data output from the “Integer to Bit Converter...

約1ヶ月 前 | 0

回答済み
Histogram's legend is broken
Hi @Anantha Padmanabhan, I was able to reproduce this issue in MATLAB R2024a and it appears like a bug to me. You may fix this...

約1ヶ月 前 | 0

| 採用済み

回答済み
Icon in listbox look crooked
Hi Davis, I also faced the same issue in MATLAB R2023a. However, updating to MATLAB R2024b fixed it. So, I recommend consideri...

約1ヶ月 前 | 1

| 採用済み

回答済み
Korean letters turn to # in pdf
Hi Kim, I was able to reproduce this issue in MATLAB R2022b. To work around the issue, consider doing the following: 1. ...

約2ヶ月 前 | 0

| 採用済み

回答済み
Interface of ESP8266 NODE MCU
Hi @Bh.Guru, I assume that you are trying to connect ESP8266 to Arduino hardware using the Simulink support package for Arduin...

約2ヶ月 前 | 0

回答済み
MatLab crash when opening simulink
Hi Navajyoti, It is a known issue that MATLAB might sporadically crash on Linux when starting Simulink as captured here: htt...

約2ヶ月 前 | 1

| 採用済み

回答済み
安裝在電腦上的其他位置 (Installation of MATLAB on a different drive)
Hi Lucas, If the MATLAB installer is specified to install MATLAB in a folder on a drive other than C drive, it will install MA...

約2ヶ月 前 | 1

回答済み
Compiling error: Assertion failed: (), function find, file management.cpp, line 761.
Hi Amch, It seems you are experiencing the crash due to access issues with a folder specified in Windows registry. This is a k...

約2ヶ月 前 | 0

回答済み
Update an App Designer listbox if a Simulink model entity is selected
Hi Joe, I could not find a callback which is triggered when the currently selected Simulink model is changed. You can get the ...

約2ヶ月 前 | 0

回答済み
S-Parameter Testbench
Hi Christina, The error you are getting indicates that more than one ‘Solver Configuration’ blocks are connected to a single ph...

約2ヶ月 前 | 0

回答済み
Cannot Add Parameters - "Parameter is not floating point and will be cast to double"
Hi Dieter, I also faced the same issue with the model you shared in MATLAB R2024a. However, I could successfully add the parame...

約2ヶ月 前 | 1

| 採用済み

回答済み
There was an error when I try to install "Parallel Computing Toolbox"
Hi Muqawwim, The error you are getting denotes that there was an issue extracting the downloaded product files. To resolve th...

約2ヶ月 前 | 1

回答済み
how can I enable chromium dev tools for an HTML ui component in my matlab app?
Hi Omri, MATLAB App Designer does not support Chromium DevTools directly within the app. However, you can open the HTML file i...

2ヶ月 前 | 0

回答済み
How can I use the enter key to change focus in App Designer?
Hi Jenni, 1. If you are using MATLAB prior to R2022a, there is no function to programmatically focus a UI component. However, y...

2ヶ月 前 | 0

回答済み
Can I navigate between Edit Fields using keyboard arrow keys in MATLAB App Designer after running the app? Does anyone know the codes.?
Hi Subathra, I assume that by “navigate” you mean shifting the blue frame (focus) between components. It is possible to shift ...

2ヶ月 前 | 0

回答済み
Ignore uicomponents when pressing the tab key in App Designer
Hi Juan, It is possible to shift focus only between certain components in MATLAB App Designer by coding the actions that the “...

2ヶ月 前 | 0

回答済み
Control quiver arrow head width vs height.
Hi Patrick, This is happening because the range of X- and Y-coordinates differ significantly. The arrow heads are scaled in rel...

2ヶ月 前 | 0

さらに読み込む