photo

Suman


Last seen: Today Aktiv seit 2024

Followers: 0   Following: 0

Statistik

  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
I need use a blf file for CAN simulink modelling. I couldnt read the blf.
Hi zozan, This error occurs when you have special or non-ascii characters in your filename or filepath. Please rename the file ...

34 Minuten vor | 0

Beantwortet
I know it seems easy, but I'm having trouble doing this, Can anyone tell me how to design a timer of 2 sec using simulink or stateflow? or is there any inbuild block for this?
Hi Satish, You can look at this sample model to build a timer / counter using Simulink Blocks: https://www.mathworks.com/matlab...

etwa eine Stunde vor | 0

Beantwortet
How can I deactivate the signals in the "ee dc fast charger" example?
Hi Ibrahim, I am assuming that by recording signals, you mean logging the signal data of the simulation to workspace. First of ...

etwa 3 Stunden vor | 0

Beantwortet
Why Enumerated data type creation is not supported in Model Workspace?
Hi MILI, If you need to use enumeration data types in model workspace, you may use the following workarounds: 1) Copy data fro...

26 Tage vor | 0

Beantwortet
cant install Arduino third party packages matlab ,
Hi Prageeth, Please try running MATLAB as an administrator. In case that does not resolve the issue, please follow the troubles...

26 Tage vor | 0

Beantwortet
Language problem inside Simulink
Hi Bodhit, It looks like MATLAB is using a non-english language for it's desktop texts and error messages. Please refer to thes...

26 Tage vor | 0

Beantwortet
inability to add hardware support packages in MATLAB R2015a
Hi Abdullah, MATLAB Support Package for Arduino Hardware is not supported for R2015a. As per the documentation, here, it is su...

26 Tage vor | 0

Beantwortet
Error when click "Send to simulink" Button on Bikesim
Hi Nguyen, This error indicates that Bikesim was unable to communicate with the installed MATLAB on your system. Bikesim commun...

27 Tage vor | 1

Beantwortet
How do I translate an ARDUINO IDE Code to Simulink blocks?
Hi Nathan, It is not possible to automatically convert Arduino code to an equivalent Simulink model. You need to take a manual ...

etwa ein Monat vor | 0

Beantwortet
Error in port widths or dimensions
Hi laiche, You may refer to these two discussions regading the same issue: https://www.mathworks.com/matlabcentral/answers/248...

etwa ein Monat vor | 0

Beantwortet
Error in port widths or dimensions. Output port 1 of 'pfe1_correction16/powergui/EquivalentModel1/Sources/From2' is a one dimensional vector with 4 elements. Component: Simul
Hi Nadir, The error indicates that there is a mismatch between the dimension of the data that the signal is carrying and the di...

etwa ein Monat vor | 0

Beantwortet
How to solve the simulation error ,try reducing the minimum step size and/or relax the relative error tolerance.
Hi Agnes, Please refer to these answers where the users have faced similar issue: https://www.mathworks.com/matlabcentral/answ...

etwa ein Monat vor | 1

Beantwortet
Simulink Com serial communication how to send a hexadecimal command?
Hi Chi, The error message indicates that the fread operation was not completed before the timeout. You could go about fixing ...

etwa ein Monat vor | 0

| akzeptiert

Beantwortet
can some one explain me how to pass /give argument to add function instead of void value in simulink function
Hi Siddanagouda, It is not recommended to make changes to the generated code or the default function signatures unless you have...

etwa ein Monat vor | 0

Beantwortet
Using Simulink for Solver use
Hi Yasaswi, You can follow these examples to learn about using Objective functions and constrains in MATLAB: https://www.mathw...

etwa ein Monat vor | 0

Beantwortet
I DON'T KNOW WHAT IS THIS ERROR. CAN SOMEONE HELP ME PLEASE
Hi Vikai, The error message you're encountering, avrdude: ser_open(): can't open device "\\.\COM11": Access is denied, typicall...

etwa ein Monat vor | 0

Beantwortet
Streaming Hololens 2 camera signal to Matlab/Simulink
Hi Alexander, This could be helpful, https://www.trycatchdebug.net/news/1248461/streaming-hololens-2-to-matlab-simulink

etwa ein Monat vor | 0

| akzeptiert

Beantwortet
Asynchronous read\write via serial port (App designer)
Hi Andrei, There is no 'async' property for serialport. In order to read data asynchronously using serialport, you can use the ...

etwa ein Monat vor | 0

Beantwortet
Mapping external inputs from Excel file to Test Harness fails
Hi Jency, It seems from this answer, https://www.mathworks.com/matlabcentral/answers/345380-mapping-test-harness-inputs-to-an-e...

etwa ein Monat vor | 0

Beantwortet
How to compile two different array type into one variable
Hi Morin, You need to first convert the struct to cell array to be able to concatenate them. You can use the 'struct2cell' func...

etwa ein Monat vor | 0

Beantwortet
Test Manager external input file (Excel) defines input and expected output, but the test result Boolean type comes is off by a step.
Hi Solomon, This is not a synchronization issue but most likely a round-off error that can happen when passing discrete time in...

etwa ein Monat vor | 0

Beantwortet
issues in creating a mex file that uses as c++ object that works on complex<int32_t> data type...
Hi Surendra, From what I understand from the provided code snippet, the issue is that you are casting an mxArray data type to...

3 Monate vor | 0

Beantwortet
Simulink Initialize Function: Use In-Port for init and normal running
Hi Lionel, One of the ways you can get around this issue could be to use a data store memory block. The same input that you a...

3 Monate vor | 0

Beantwortet
Matlab "pyenv" doesn't respect user path / user env configured with anaconda
Hi Tucker, As per my understanding, you have created a python environment in anaconda with python3 and several packages and you...

5 Monate vor | 0

Beantwortet
sl_customization not refreshing Simulink Library Broswer
Hi Leonid, As per my understanding, you want to hide some blocks from the Simulink Library view using a custom "sl_customizatio...

5 Monate vor | 0

Beantwortet
Packing a Simulink project in Docker
Hi Santiago, I understand that you want to package a Simulink model into a docker image. Yes, it is indeed possible to packag...

5 Monate vor | 0

Beantwortet
how to configure things speak with nrf mcu board using zephyr based environment.
Hi Prakhar, I found a few examples where Thingspeak is used to read and write data as well as send data over internet. You can ...

6 Monate vor | 0

Beantwortet
IS CONFIGURING TWO USRPS THROUGH MIMO CABLE TO A SINGLE PC SUPPORTED IN MATLAB
Hi Sana, I found similiar questions which have been answered and suggest that it is possible to configure two USRPs through MIM...

6 Monate vor | 0

Beantwortet
Issue with LCC/MSVC accelarator compiler
Hi Damien, I see that you have installed the VC++ 2017 and you want to know how you can further change the compiler used by Sim...

6 Monate vor | 0