回答済み
Legend with two colors same as surface colors
Hey Bernd, For adding multiple colors in the legend, you would need to create annotations that mimics the behaviour you are aim...

2ヶ月 前 | 0

| 採用済み

回答済み
Export training-progress plots
Hey Matthew, For exporting the training-progress plots generated on a remote MATLAB machine, you can do the following: Save th...

2ヶ月 前 | 0

回答済み
Modify weights update rule of DDPG traning
Hey Vu, In order to make modifications in your gradient descent function, you can make changes in "rlOptimizerOptions" object a...

2ヶ月 前 | 1

回答済み
while loop iteration in App Designer with Arduino
Hey Min, I understand that you wish to modify certain properties in a class within an iteration without the need of hardcoding ...

2ヶ月 前 | 0

| 採用済み

回答済み
how to save the map information in a structure?
Hey Kuldeep, In order to convert objects into a structure, simply use the "struct" function in MATLAB: https://www.mathworks.co...

2ヶ月 前 | 0

回答済み
How to find the area of intersection of 2 polygons without using polyshape?
Hey Aravind, I understand that you want to compute area of intersection between two polygons having high number of vertices. In...

2ヶ月 前 | 1

回答済み
Can I import a model made in SolWorks 2024 into SimScape
Hey Samina, The SolidWork support is limited to 2021 release and the later versions are currently not supported as mentioned by...

2ヶ月 前 | 0

回答済み
Pause Simulink simulation and wait for MATLAB to compute a new input before continuing.
Hey Martin, You can indeed pause your simulation and establish an interaction between Simulink and MATLAB. Consider the followi...

2ヶ月 前 | 0

回答済み
Training progress is not visible
Hey Sania, For plotting the training progress, you can use the "Plots" Name-Value arguments while providing the training option...

2ヶ月 前 | 0

| 採用済み

回答済み
How can I solve the unneccesary communication overhead problem caused by the broadcast variable error?
Hey Alexi, I understand that you are facing the following error: "The entire array or structure Y-temp is broadcast variable. T...

2ヶ月 前 | 0

回答済み
how the subtractive clustering can be applied on a gray scale image?
Hey Pooja, In order to perform subtractive clustering, you can use the "subclust" function. This function accepts matrices of s...

2ヶ月 前 | 0

回答済み
How to plot in real time from serial port
Hey Atif, In order to plot real time data coming from serial port, please follow the below mentioned steps: Setup a connection...

2ヶ月 前 | 0

回答済み
how to display a string in simulink display block
Hey Sumit, For displaying strings in your Simulink Model, you can use the "String Constant" blocks introduced in R2018a. Refer ...

2ヶ月 前 | 0

回答済み
Write a Convolution function without using for loop and verify result using conv function.
Hey Girish, In order to get weights of convolution function without using the for loop, you can use the "toeplitz" function to ...

2ヶ月 前 | 1

回答済み
Got an error saying I couldn't run MATLAB, did what it said to fix but now the installation of the MATLAB connector is loading forever.
Hey Jake, I understand that you are facing issues in installing MATLAB Connector. For this, I recommend you to perform clean in...

2ヶ月 前 | 0

回答済み
I tried to communicate using matlab industrial communication opcuaclient to OPC factory server when it gives an error
Hey Oghenekome, In order to fix the error message you are facing, I would suggest you to Reinstall the "OPC Foundation Core C...

2ヶ月 前 | 1

| 採用済み

回答済み
get real-time new coming sensor data from mobile phone, old sensor data is not include?
Hey Jun, I understand that when you use the function "accellog(m)", it returns the log data from pevious logging sessions as we...

2ヶ月 前 | 0

回答済み
How to find the model of a black box with a known input and output signature of signal.
Hey Sahu, I have tried plotting a subset of the data on the figure. Check out the following code snippet: load('DATA.mat','da...

2ヶ月 前 | 0

回答済み
MATLAB ships with libstdc++.so.6, that is missing fish shell compatible versions of LIBCGXX and GXXABI
Hey Santtu, I understand that you are recieving the error "libstdc++.so.6: version `CXXABI_1.3.13' not found" because of some m...

2ヶ月 前 | 0

回答済み
Compiled App running extremely slow in the MATLAB runtime environment
Hey Xin, I understand that the compiled application is having higher execution time as compared to the native MATLAB scripts. ...

2ヶ月 前 | 0

回答済み
Change signal labels of bus selector using code
Hey Tom, I understand that you wish to change the names of the signal labels associated with the Bus Selector Block programmati...

2ヶ月 前 | 1

| 採用済み

回答済み
How to access existing variable with Data Store Read in Simulink?
Hey Csaba, I understand that you want to use external C/C++ code to import certain variables to be later used by Data Store Mem...

2ヶ月 前 | 0

回答済み
Initializing data store memory for Simulink global variables
Hey Sania, I understand that you wish to use dynamic arrays with Data Store Memory block. Currently the Data Store Memory Blo...

2ヶ月 前 | 0

| 採用済み

回答済み
Using array input and output for simulink S-function C code block
Hey Jeremy I understand you wish to implement a C code block that accepts uint8 array input and perform some operations upon it...

2ヶ月 前 | 1

| 採用済み

回答済み
How to plot data sensor on GUI Matlab
Hey John, I believe you need assistance in plotting real time data from an STM32F411 sensor. In order to achieve this, you wou...

2ヶ月 前 | 0

| 採用済み

回答済み
Surface area of a 3D irregular hollow structure
Hey Aditya, I understand that you wish to calculate outer surface area of an hollow irregular 3D object. Check out the follow...

2ヶ月 前 | 0

| 採用済み

回答済み
Problem in using smooth function in App Designer
Hey Mojtaba It appears that the "smooth" function you were using is being overshadowed by another function with the same name. ...

2ヶ月 前 | 0

回答済み
Codegen removes dead code while translating to C/C++
Hey Niranjan, I understand that you wish to control the optimizations being performed while generating the code. You can do so ...

2ヶ月 前 | 0

回答済み
Why am I getting an error installing MATLAB on Ubuntu 24.04
Hey William, It appears that the libstdc++ library is missing the required GLIBCXX versions needed by MATLAB. You can use the M...

2ヶ月 前 | 0

回答済み
Yolov4 code problem
Hey Sungho, It appears that you’re encountering an issue with the ’reshape’ function in your YOLOv4 model. The error message be...

3ヶ月 前 | 0

さらに読み込む