Community Profile

photo

Ayush

MathWorks

Last seen: 5 maanden ago Active since 2022

Statistics

  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer

View badges

Content Feed

View by

Answered
Size of input variables in series network are different from the original keras network
Hi @Miguel Pagola, The dimensions of the input layer in the imported network might be different from the original Keras model d...

6 maanden ago | 0

Answered
sending E-mail error with outlook
The ActiveX/COM interface can be used to control MS Outlook from MATLAB and send e-mails while using all the features available ...

6 maanden ago | 2

Answered
Is it possible to autmaticly switch between referenced model and subsystem in Simulink?
Hi @Bartlomiej Stanczyk, Kindly look at the following MATLAB Answer which maybe helpful How can I replace my Model Reference b...

6 maanden ago | 0

| accepted

Answered
My custom toolchain works with MATLAB Coder but is not found in Simulink Coder
Hi @Kaden, The build toolchain list is populated by MATLAB's known toolchains, and then filtered according to your configuratio...

6 maanden ago | 0

| accepted

Answered
How to convert images from matlab to python.
Hi @Ruihai Wang, I understand that you want to convert your matlab data into numpy array in python. Here are few resources whi...

6 maanden ago | 0

Answered
Indexing problem: Unable to use a value of type cell as an index
Hi @Lea Kerciku, To save the trials numbers in a vector you can use “cell2mat” function. % Load the Excel table containing rej...

6 maanden ago | 0

Answered
Rewriting graphtraverse using bfsearch/dfsearch
Hi @Dmitrii, I understand that you want a list of predecessors to search a node which you want using bfssearch. As mentioned i...

7 maanden ago | 0

Answered
License manager -39
Hi @Arumugam, License Manager Error -39 indicates that you are logged into your computer as a user who is not authorized to use...

7 maanden ago | 0

Answered
When traffic signal is exported to Apollo format (.xml) from RoadRunner, there is no overlap generated.
Hi @Wanyi Xiong, I understand that you are trying to export a custom traffic signal and the related data is not visible in expo...

7 maanden ago | 0

Answered
xlabel 입력 안됨
Hi @만재 고, 이 답변은 가능한 가장 빠른 응답을 제공하기 위해 영어로 되어 있습니다 Kindly provide some more data like full .M and .MAT file so that issue can b...

7 maanden ago | 0

Answered
How can i imported AutoCAD file (.dwg format) in RoadRunner ?
Hi @Abdourahamane Boubacar Alzouma, As of now RoadRunner supports only ASAM OpenDRIVE® format to import the scenes but you can ...

7 maanden ago | 0

Answered
Errors when examining CAN log output in Mathworks
Hi @Graham Cotgreave, Unfortunately at this time this behavior appears to be a bug. The only workaround is to rename the sig...

7 maanden ago | 1

| accepted

Answered
Matlab engine for python not working in Mac
Hi @Ashwin Krishnakumar, Kindly post the reproduction steps or the script so that I can reproduce the error on my end. General...

7 maanden ago | 0

Answered
BDaq4 sampling speed up?
Hi @AN, Please note that the maximum sampling rate is influenced by factors such as hardware sampling rate, the processing powe...

7 maanden ago | 0

Answered
put line segements in order according to their endpoint
To determine the order of line segments based on their endpoints, you can use a simple approach in MATLAB. Here's a step-by-step...

7 maanden ago | 0

Answered
Interface console application asynchronously
Hi @Arthur Vieira, Yes, it is possible to achieve the functionality you described by using MATLAB's `system` function and some ...

7 maanden ago | 0

Answered
Encoding problem reading data using fread
Hi @Michael Liedlgruber, MATLAB's default encoding has changed to "UTF-8" for all platforms and all locales in MATLAB release R...

7 maanden ago | 0

Answered
Matlab can't open Add-Ons and appdesigner in Win 11
Hi @Liu, Kindly try this answer once where it mentions the same error code as present in your question. Trend Micro’s security...

7 maanden ago | 0

| accepted

Answered
Is there a limit to the number of uicontrols you can put in a App Designer tool? Unrecognized property 'CheckBox' for class
Hi @William Day, I don't think there is a limit on number of "uicontrols" but there are few limitations: 1. Performance: App D...

7 maanden ago | 0

Answered
Dynamically updating values in matrix in Simulink
Hi @Atharva Bhomle, Yes, you can store all 51 errors in Simulink to find the group best in Particle Swarm Optimization (PSO). O...

7 maanden ago | 0

Answered
非线性积分方程组中含变限积分fsolve数值求解报错: Limits of integration must be double or single scalars
Hi @Yuting, 此邮件使用英语,旨在为您提供最快速的答复。如果您希望得到中文回复,请告诉我 们。我们同事会为您翻译此邮件。 As mentioned in the documentation the `integral` function ...

7 maanden ago | 0

| accepted

Answered
Custom Storage Class Parameters not shown in A2L
Hi @Tobias Doser, To make sure that the signals are represented in the generated A2L file, please set the "SupportSILPIL" prope...

7 maanden ago | 0

Answered
Can not start Visual Studio 2022 debugger from Simulink Model
Hi @Marco Wagner, In the documentation it is mentioned that you need to install the “MATLAB® Coder™ Interface for Visual Studio...

7 maanden ago | 0

Answered
Validate is there is an s-function in the Simulink model with embedded coder
Hi @Benjamin Couillard, Yes, there is a way to check whether a Simulink model contains an S-function or not. Here's one possibl...

7 maanden ago | 1

| accepted

Answered
How do I link Matlab for controlling/automating pre- and post-processing of Simulation Data on Linux/Windows
Hello @ABBB, To automate the process of controlling and automating pre- and post-processing of simulation data in MATLAB on Lin...

8 maanden ago | 0

Answered
Errors when generating ASAP2 file using custom ERT TLC file
Hi @Michael, I understand that you want to generate the A2L file but you are getting the error as mentioned above. As mentione...

8 maanden ago | 0

Answered
How can I read IMU and Microphone data from two different USB ports on my laptop simultaneously?
Hi @Sattwik, You can use the parfeval function that is available in Parallel Computing Toolbox. This function can be used to p...

9 maanden ago | 0

Answered
Is it possible to pre load (thanks to Callbacks) a .mlx doc in a Simulink model, to initialize parameters in the model ?
Hi @Lea, You can surely do that by adding run function in the preload function. example:run("example.mlx") But here we can che...

10 maanden ago | 0

Answered
Magnetic Levitation Simulations on Matlab
Hi @Talha Yagli, Yes, you can simulate magnetic levitation in MATLAB using different libraries. One way to simulate magnetic l...

10 maanden ago | 0

Answered
Deep Learning + SIMULINK + BLOK PREDICT = Regression
Hi @Bartlomiej Mroczek, To provide data to a CNN machine in SIMULINK with a timestamp, the following steps can be followed: 1....

10 maanden ago | 0

Load more