Risposto
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...

oltre 3 anni fa | 0

Risposto
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...

oltre 3 anni fa | 0

| accettato

Risposto
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...

oltre 3 anni fa | 0

Risposto
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...

oltre 3 anni fa | 0

Risposto
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...

oltre 3 anni fa | 0

Risposto
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 ...

oltre 3 anni fa | 0

Risposto
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...

oltre 3 anni fa | 0

Risposto
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...

oltre 3 anni fa | 2

| accettato

Risposto
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 ...

oltre 3 anni fa | 0

Risposto
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...

oltre 3 anni fa | 0

| accettato

Risposto
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 ...

oltre 3 anni fa | 0

Risposto
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...

oltre 3 anni fa | 0

Risposto
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 ...

oltre 3 anni fa | 0

Risposto
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 ...

oltre 3 anni fa | 0

Risposto
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...

oltre 3 anni fa | 0

Risposto
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. ...

oltre 3 anni fa | 0

| accettato

Risposto
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...

oltre 3 anni fa | 0

Risposto
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...

oltre 3 anni fa | 1

Risposto
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...

oltre 3 anni fa | 0

| accettato

Risposto
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...

oltre 3 anni fa | 0

Risposto
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...

oltre 3 anni fa | 0

Risposto
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...

oltre 3 anni fa | 1