photo

Srijith Vijay

MathWorks

Last seen: Today Actif depuis 2016

Followers: 0   Following: 0

Senior Software Engineer at MathWorks India

Statistiques

All
  • First Review
  • Knowledgeable Level 2
  • Revival Level 2
  • Commenter
  • Creator
  • CUP Challenge Master
  • Promoter
  • Solver
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
OPC UA Certificate is not valid
Hello Marc, It appears that the issue you're encountering stems from the OPC UA server not recognizing the MATLAB OPC UA Client...

5 mois il y a | 0

Réponse apportée
GetEndpoints Failed error when connecting to an OPCUA simulation server
Hi Jose, This is usually caused by the server returning an endpoint URL that contains an unreachable hostname. Unlike other 3rd...

5 mois il y a | 1

Réponse apportée
OPC UA fails to connect in Simulink but connects in Matlab
Hi Shahab, Just a heads up, the "OPC Config" section in the Industrial Communication Toolbox is only compatible with the OPC DA...

5 mois il y a | 0

Réponse apportée
No connection with OPC toolbox
This issue arises when the OPC UA Server includes certificates with endpoints that cannot be accessed by the client, particularl...

8 mois il y a | 0

Réponse apportée
Why do I get a stack trace with message “Connection to Parrot drone lost...”, when working with a drone using the MATLAB Support Package for Parrot Drones?
This can also be caused due to the firewall blocking connection between the drone and the computer. Ensure that the drone connec...

plus de 3 ans il y a | 0

Réponse apportée
Refresh webcamlist in app designer
You could create a function (say refreshWebcam) and use this as the callback function for a MATLAB timer. Start the timer in ...

environ 4 ans il y a | 0

Réponse apportée
Simulink - Parrot Airborne Cargo minidrone
You could modify the flight controller parameters to match the aerodynamics of a Parrot airborne cargo.

plus de 4 ans il y a | 0

Réponse apportée
Will Matlab support the Parrot ANAFI in R2020a
Hi Yokoyama, We currently don't have plans to support the Parrot Anafi in MATLAB R2020a. Thanks, Srijith

plus de 4 ans il y a | 1

Réponse apportée
Does Matlab support the DJI Tello in the same way it supports the Parrot Mambo?
Hi Kaden, We are currently working on supporting the Tello drone in MATLAB and this will be available in an upcoming release....

plus de 4 ans il y a | 0

| A accepté

Réponse apportée
Simulink Parrot Minidrone - Airbone Night
The Simulink Support Package for Parrot minidrones doesn't support the Airborne Night drones. You can work with Rolling Spider o...

presque 5 ans il y a | 0

Réponse apportée
Help with ROS image acquisition and processing
Did you try having a 'drawnow' after the 'imshow' command? Something like: ... ... imshow(data); drawnow; % To refresh the ...

presque 5 ans il y a | 0

Réponse apportée
How to visualize Images and data with parrot mambo minidrone?
Hello Rayane, The Mambo FPV camera is supported only by the MATLAB Support Package for Parrot Drones (available from R2019a an...

presque 5 ans il y a | 2

Réponse apportée
Parrot minidrones hardware support package
Hi Abdellah, The MATLAB Support Package for Parrot Drones currently supports only drones with WiFi capability, such as the Mamb...

presque 5 ans il y a | 0

| A accepté

Réponse apportée
Other drones besides Parrot Mambo FPV
Hello Ali and KAE, The drone hardware business is changing fast, so it is unlikely that any of today’s hardware will still be...

presque 5 ans il y a | 2

| A accepté

Réponse apportée
Other drones besides Parrot Mambo FPV
Hi KAE, The MATLAB Support Package for Parrot Drones will start supporting the Parrot Bebop2 drone from the July update. Kee...

environ 5 ans il y a | 2

Réponse apportée
¿How can I get the image processing on simulink by using the parrot FPV camera?
Hi Manuela, The Simulink Support package for Parrot minidrones currently does not support the Parrot FPV camera. You can u...

plus de 5 ans il y a | 0

Réponse apportée
How to plot x y data with y value repeating with a given interval while x continously increasing?
j = 1; for i = 1:n if(j==8194) j = 1; end plot(x(i), y(j)); j = j+1; end

plus de 6 ans il y a | 0

Réponse apportée
[Simulink Toolbox C2000] Creating CCS (Code Composer Studio) Project in Linux
Hi Thales, The CCS Project creation feature for C2000 processors in Simulink is supported only on Windows Platform.

presque 7 ans il y a | 0

Réponse apportée
Use of Persistent Variables in Class Methods Producing Incorrect Result.
This is the expected behavior. Persistent variables are the same as global variables expect for the fact that these variables ca...

presque 7 ans il y a | 1

| A accepté

Réponse apportée
Import code generated by simulink to CCS v6
As of now, there is no direct way to do this. You can manually create a project in CCS and then manually link/add the source fil...

plus de 7 ans il y a | 0

Réponse apportée
Is there a method of converting a Simulink model directly into a CCS project so that the code can be modified in CCS
As of now, there is no direct way to do this. You can manually create a project in CCS and then manually link/add the source fil...

plus de 7 ans il y a | 1

| A accepté

Réponse apportée
Data Type Names in Generated Code
Hi, For boolean, the replacement data type's BaseType must be either an 8-bit integer or an integer of the size displayed fo...

environ 8 ans il y a | 0