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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

| accepted

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

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

mer än 3 år ago | 2

| accepted

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

| accepted

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

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

nästan 4 år ago | 0

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

nästan 4 år ago | 0

| accepted

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

nästan 4 år ago | 0

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

nästan 4 år ago | 1

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

nästan 4 år ago | 0

| accepted

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

nästan 4 år ago | 0

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

nästan 4 år ago | 0

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

nästan 4 år ago | 1