Community Profile

photo

Surya

MathWorks

Last seen: 1 day ago Active since 2023

I'm an Intern at MathWorks. We are committed to continuous improvement and innovation at MathWorks, and I am excited to be part of an organization that values creativity, collaboration, and learning. I am proud to be part of the MathWorks community and look forward to contributing to developing cutting-edge software solutions that positively impact the world. Disclaimer: All opinions I express on this forum are my own and not representative of MathWorks.

Programming Languages:
Python, C++, C, Java, MATLAB, Arduino
Spoken Languages:
English

Statistics

  • 3 Month Streak
  • Knowledgeable Level 1
  • First Answer

View badges

Content Feed

View by

Answered
"Caught "std::exception" Exception message" in command line window.
Hi, It looks like there is an issue with initializing the child process and the error message indicates that the operating syst...

10 months ago | 0

Answered
Importing pytorch models in matlab using importNetworkFromPyTorch
Hi, The error message suggests that the PyTorch model you are trying to import using the importNetworkFromPyTorch function in M...

11 months ago | 0

Answered
Error using feval Python commands require a supported version of CPython.
Hi, To use this MATLAB Python interface, you must have a MATLAB-compatible version of Python installed on your computer. check ...

11 months ago | 0

Answered
Monte Carlo- Trying to give each car a driving pattern
Hi, Based on the code you have provided, I see that you have generated random distances for each car and stored them in the car...

11 months ago | 0

Answered
Using a saved structure containing data again and again during model runs
Hi, In MATLAB, you could consider creating a persistent variable to store your thermodynamic properties structure. A persiste...

11 months ago | 0

Answered
How to import segment anything model into matlab?
Hi, If you have knowledge of Python, you have the option to utilize the MATLAB Python Interface. You can find details on callin...

11 months ago | 1

Answered
Error in double integration
Hi, The error message suggests that the size of the output of the integrand function does not match the input size. This usuall...

11 months ago | 0

Answered
How to connect ESP8266 modeule to app designer via serial communication and wifi
Hi, To connect an ESP8266 module to an app designed in MATLAB via serial communication and Wi-Fi, you would need to follow thes...

11 months ago | 0

Answered
How to import a random forest regression model (made with sklearn (scikit-learn) in python) into Simulink?
Hi, You can make use of MATLAB Python interface. check You can create a MATLAB function block in Simulink and use python comma...

11 months ago | 0

Answered
Matlab function "pyenv"
Hi, Once you have installed Python on your system, make sure that your Python environment variable is configured to be at the t...

12 months ago | 0

Answered
Does Matlab supports socket can communication?
Hi, MATLAB provides a way to communicate with CAN devices through the Vehicle Network Toolbox. However, the supported hardware ...

12 months ago | 0

Answered
aif360 Fairness library in python
Hi, You can make use of MATLAB Python interface to use Python objects directly in MATLAB. For information about the Interface ...

12 months ago | 0

Answered
Tcpclient send [FIN, ACK]
Hi, You can make use to Python MATLAB interface to resolve the issue. Here is the sample code, s = py.socket.socket(py.socket...

1 year ago | 0

| accepted

Answered
Rename integration variable in symbolic result
Hi, To avoid the ambiguity in the variable name, you can use a different variable for integration in the dsolve command. You ca...

1 year ago | 0

Answered
Is MATLAB compatible with the ESP32 Bluetooth protocol ESP-NOW, specifically in broadcast mode?
Hi, It is possible to communicate with the ESP32s using the ESP-NOW protocol from MATLAB. However, it will require some additio...

1 year ago | 0

Answered
How to make a scientific calculator in matlab?
Hi, Here's an example implementation of a calculator that allows the user to input an expression and then evaluates the express...

1 year ago | 0

Answered
Matlab engine API isn't available for Python 3.10
Hi, MATLAB R2022b supports Python 3.10. Please check out this link to view the versions of Python Compatible with MATLAB Produ...

1 year ago | 0