回答済み
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...

4年以上 前 | 0

回答済み
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...

4年以上 前 | 0

| 採用済み

回答済み
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...

4年以上 前 | 0

回答済み
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...

4年以上 前 | 0

回答済み
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...

4年以上 前 | 0

回答済み
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 ...

4年以上 前 | 0

回答済み
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...

4年以上 前 | 0

回答済み
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...

4年以上 前 | 3

| 採用済み

回答済み
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 ...

4年以上 前 | 0

回答済み
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...

4年以上 前 | 0

| 採用済み

回答済み
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 ...

4年以上 前 | 0

回答済み
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...

4年以上 前 | 0

回答済み
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 ...

4年以上 前 | 0

回答済み
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 ...

4年以上 前 | 0

回答済み
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...

4年以上 前 | 0

回答済み
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. ...

4年以上 前 | 0

| 採用済み

回答済み
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...

4年以上 前 | 0

回答済み
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...

4年以上 前 | 1

回答済み
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...

4年以上 前 | 0

| 採用済み

回答済み
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...

4年以上 前 | 0

回答済み
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...

4年以上 前 | 0

回答済み
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...

4年以上 前 | 1