A répondu
Can SIMSCAPE run Thermal simulations with 3D models?
You can perform Thermal Modelling using Simscape and analyse various parameters and thermal losses. Following links are some ref...

plus de 3 ans il y a | 0

A répondu
How to get Lacunarity data for image
You can refer to the following File Exchange link to get the Lacunarity of a binary image. If the pixel values are different fro...

plus de 3 ans il y a | 0

| A accepté

A répondu
Matlab code for embedding secret data bits into pixels of an image in steg
If my understanding of your question is correct then you are trying to perform steganography. The simplest method for this would...

plus de 3 ans il y a | 0

A répondu
I want to use spice model in simulink
In my understanding, you are trying to convert SPICE components to Simscape blocks. Although it can be converted to equivalent S...

plus de 3 ans il y a | 0

A répondu
Ariship Model in simulink
you can refer to the link below to create aerospace models https://www.mathworks.com/help/aeroblks/creating-aerospace-models.ht...

plus de 3 ans il y a | 0

A répondu
Identification of human upper body from photo and overlaying an image
The computer vision toolbox has functionalities to detect people in the upright position as well as faces and upper bodies. You ...

plus de 3 ans il y a | 0

A répondu
Dilate a viscircles? circle fitting
You can dilate objects from an image using imdilate. https://www.mathworks.com/help/images/ref/imdilate.html?searchHighlight=d...

plus de 3 ans il y a | 0

A répondu
Opening .json file
The most common cause for the extra text error is additional “” signs in the json string. Please check the formatting of the jso...

plus de 3 ans il y a | 2

| A accepté

A répondu
How to calculate the rms value in matlab (NOT SIMULINK)?
You can check out the RMS documentation and example link below to learn about the function and how to code the same in MATLAB ...

plus de 3 ans il y a | 0

A répondu
Deviation of vehicle from Lane Center
The Estimate Lane Center subsystem outputs the lane offset data to the Lane keeping controller. The previewed curvature provides...

plus de 3 ans il y a | 0

| A accepté

A répondu
Can I use a Basler camera on a Jetson?
To access Jetson from MATLAB you have to use the Jetson class, try this out if you are using the Drive class. obj = jetson ...

plus de 3 ans il y a | 0

A répondu
Removing noise from an image using the Fourier Transform of that image
In addition to the link mentioned in the comment above. You can also refer to the following link to learn more about Noise Remov...

plus de 3 ans il y a | 0

A répondu
Bikesim with simulink and arduino
The issue stems from the "S-function modules" entry in the S-function dialog box. File names should be entered here without the ...

plus de 3 ans il y a | 0

A répondu
Adaptive Cruise Control System - How would I simulate my system (beginner)?
Yes, you can use Model Predictive Control Toolbox to simulate such adaptive cruise control models. Please refer to the links ...

plus de 3 ans il y a | 0

A répondu
How to save a .fig into .eps without opening it ?
The FIG extension can be changed but there is a simpler workaround for your issue. You don't have to display the figure in order...

plus de 3 ans il y a | 0

A répondu
How to handle visdiff for Simulink models per script?
In my understanding you want to edit the filters using visdiff , publish the results and export the results to the workspace. ...

plus de 3 ans il y a | 0

| A accepté

A répondu
GUI for showing different figures with different data
In my understanding you want to display your generated figures in an axes one by one using pushbuttons. You can refer to the fol...

plus de 3 ans il y a | 0

A répondu
Google Earth Engine for Matlab
In my understanding you want to use MATLAB to control Google Earth via an API. The following two links provide examples of funct...

plus de 3 ans il y a | 1

A répondu
MATLAB R2017b UIListBox possible bug (ItemsData)
The ListBox is working as intended and this is not a bug. It is a defined property of ListBox which states that “If ItemsData is...

plus de 3 ans il y a | 0

| A accepté

A répondu
How to add 'ChunkSize' in .h5 file?
The error might be because the library cannot find the file/variable that was passed in the “H5P.set_extent” command. Refer...

plus de 3 ans il y a | 0

A répondu
Is there a way to have 2 option files on FLEXnet based licenses? If so how do I append an Options file?
Assuming that you want to modify the options file for multiple licenses. The following link provides information on how to con...

plus de 3 ans il y a | 0

A répondu
Integrating webcam into GUI
Webcam can be connected to MATLAB using the Image Acquisition Toolbox. Please refer to the document link below to learn how to u...

plus de 3 ans il y a | 1