Answered
simevents Matlab Discrete-Event System set path based on input?
Hello, My understanding of your question is that you would like to Select an entity output port for departure for an incoming ...

5 months ago | 0

Answered
Implementing a simple Round Robin Fair Queue scheduling algorithm for data packets considering 3 data streams
Hello, I understand you are trying to implement a Round Robin Fair Queue Scheduling algorithm for data streams of 3 different...

5 months ago | 0

Answered
matlab.tall.reduce behavior
Hello, I understand you are facing an issue when trying to obtain the mean of a transformed tall array through the 2 different ...

5 months ago | 0

Answered
MATLAB R2023b does not start in hardware-accelerated OpenGL rendering mode on Linux on Radeon gpu.
Hello, I understand you are facing an issue where MATLAB R2023a and R2023b does not start in hardware-accelerated OpenGL render...

5 months ago | 0

Answered
Trying to make an app in app designer to predict using trained NN model from classification learner but fails to classify the data
Hello, My understanding is that you are having a model exported from the Classification Learner app named ‘NN2lys’ and you are ...

5 months ago | 0

Answered
Correct image distortion based on matlab undistortImage function
Hello, I understand you are facing an error when calling the “undistortImage” function. I tried to reproduce this issue at m...

5 months ago | 0

Answered
Advice and ideas to "get"/"collect" the units at the ports of the Simscape blocks
Hello, My understanding is that you are trying to see the value of ‘units’ at the ports of various Simscape blocks, specifica...

5 months ago | 0

Answered
"Output argument 'labelVals' (and possibly others) not assigned a value" in SignalLabeler
Hello, I understand you are getting the error "Output argument 'labelVals' (and possibly others) not assigned a value" in Sign...

5 months ago | 0

Answered
SVM Separating hyperplane and its margin
Hello, I understand you are trying to find the equations of the margins and separating hyperplanes for the SVM classifier, and ...

5 months ago | 0

| accepted

Answered
Segmentation of UAV point cloud
Hello, I understand you have point cloud data for a row of trees and would like to segment the individual trees and extract the...

5 months ago | 0

Answered
Code generates error "Generated code from your project uses OpenCV and requires that you use a supported C++ compiler."
Hello, I understand you are using Microsoft Visual Studio 2019 Community Version and the generated code is throwing an error as...

5 months ago | 0

Answered
Masking out black area from the created binary mask
Hello, I understand you are trying to binarize the left image from 2nd attachment and fill the small white dots inside the rig...

5 months ago | 0

Answered
Installation of 2023b Failed on Rhel 7.9
Hello, I understand you are facing an issue when trying to install MATLAB R2023b on RHEL 7.9. Please refer the following link...

5 months ago | 0

Answered
app.UIFigure.Pointer performs different when debugging
Hello, I understand you are trying to change the Pointer appearance, but it is only changing when a delay is introduced using a...

5 months ago | 0

Answered
Difference between Events in a Limited Time Domain
Hi Kostandin Golemi, I understand you have data in a ‘timetable’ format and would like to find the time difference between eve...

5 months ago | 0

Answered
Shared nested structure between models in generated code
Hi Mikel, I understand you are trying to create a ‘Simulink Bus Object’ for ‘Faults’ and is facing an error in the model. I am ...

6 months ago | 0

Answered
Scrollable tab groups in appDesigner
Hi Barbara Matos, I can observe from the images that the ‘tab group’ widget is not enabling vertical scrolling even though ther...

6 months ago | 0

Answered
Permission denied to open report file, while using PSAT.
Hi Pratik, I understand you are facing an issue when using the ‘cd’ function. I observe the error is being originated from t...

6 months ago | 0

Answered
R2021b on linux can not get lic, with License Manager Error -25
Hi Dayu Lai, I understand you are facing licensing issues for MATLAB R2021b in your Linux machine. This error occurs when you ...

6 months ago | 0

Answered
Interpolate between two 3D lines of scattered points and delete false interpolation results
Hi Lukas, I understand you would like to cut away the invalid datapoints in the final grid obtained. These datapoints are gener...

6 months ago | 0

| accepted

Answered
Image Labeler - Pixel Label from binary mask
Hi Turimo, I understand you have few image segmentations generated using clustering algorithm and the ‘Color Thresholder App’ a...

6 months ago | 0

Answered
Ground truth labeler shows no points
Hi Youssef, I understand you are trying to convert data in ‘bin’ format to PCD format. You could try executing the following...

6 months ago | 0

Answered
Table cell formating is overwritten when inserting text with Matlab Report Generator
Hi Dominik, I understand you are able to obtain data to be placed in the generated report but unable to configure the styling ...

6 months ago | 0

Answered
How to use mouse wheel to zoom in/out while running "impixel" function simultaneously?
Hello M.B, I understand you are facing issues with the ‘impixel’ function as it is not enabling zoom after the function call, a...

6 months ago | 0

Answered
debug functions called using coder.ceval
Hello Rodrigo, Kindly find attached a documentation link that provides the workflow for debugging generated code. You can debug...

6 months ago | 0

Answered
How do I acquire the states of 20 detections simultaneously using matlab function?
Hello Marshall, I would suggest using the debugging workflow for ‘MATLAB function block’ to clearly observe the input structur...

6 months ago | 0

Answered
Problem with drawpolygon in GUI
Hello Christoffer, In order to modify the ROI polygon once you create it using “drawpolygon” function in MATLAB R2022a, you can...

6 months ago | 0

Answered
FMU file Import Simulink (incorrect output values)
Hello Malte, I understand that Simulink is providing a different output when using an FMU block. This could be an issue caused ...

6 months ago | 0

Answered
How to find the weight of PC_1 in my measurements, after doing PCA?
Hello Mark, I understand you have a few doubts related to PCA. To answer your queries: The "explained"/ "explained_noMean" var...

6 months ago | 0

Solved


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

7 months ago

Load more