Answered
Error using cell/unique (line 85) Cell array input must be a cell array of character vectors.
To find unique matrices within a cell array and count their occurrences in MATLAB you can do it by converting each matrix to a s...

1 month ago | 0

Answered
calculate dunn index matrix?
To calculate the Dunn index manually, you need to follow these steps: Determine the minimum distance between observations in di...

1 month ago | 0

Answered
Handle class property inheriting value methods
Hi @Kevin S , you can immplement the value methods using manual delegation For a few methods, you could manually implement the ...

1 month ago | 0

Answered
error calculation window meaning ?
The term "error calculation window" could refer to a specific concept or technique used in various analyses, where errors betwee...

1 month ago | 0

Answered
Toolstrip (ribbon) text size
Hi @Luka , I understand that you want to increase the toolstrip size. Here are a few methods you can try to improve the visibil...

1 month ago | 0

Answered
libstdc++.so.6: version `GLIBCXX_3.4.30' not found
Hi @Chang-Mu , This is a known bug. It appears to be that 'libcanberra-gtk-module' does not exist or is corrupted. Installing or...

1 month ago | 0

Answered
I'm trying to use Cantera function on matlab but it gives me back the same error:
Hey , I have noticed that the errors mention a deprecated function and a missing XML node. Based on that, here are a couple of t...

6 months ago | 0

Answered
finding all possible paths between a source node to a destination node
Hey @biswajita lenka ,To find all possible routing paths from a source to a destination in a graph, you can use Depth-First Sear...

6 months ago | 0

Answered
Creating a Function that acts as a counter for certain string
Hey @Frandy , In MATLAB, you can create a function to read a text file, count occurrences of a specific string, and collect ever...

6 months ago | 0

Answered
How to get a 3D model instead of getting plot or image from MATLAB?
Hey @TEKEE SURYA SAI , Creating a 3D model in MATLAB that can be imported into simulation software like ABAQUS or ANSYS typicall...

7 months ago | 0

Answered
I always get my graphical output in a separate window, rather than on the same window next to the slide. How do I sort this issue?
Hey @Vignesh Suresh In MATLAB, graphical outputs typically appear in separate figure windows. However, if you're using MATLAB's...

7 months ago | 0

Answered
Pass opaque structs to Shared C Library Functions
When working with opaque struct types as function arguments in MATLAB, you can encounter issues when using calllib due to the la...

9 months ago | 0

Answered
Compiler sdk failed to genereate cpp shared library for handle class
The MATLAB Compiler SDK does support generating C++ MATLAB Data API shared libraries from both value classes and handle classes....

9 months ago | 0

| accepted

Answered
True type font in a GUI figure and a PDF print
I understand that you want to use a true type font instead of a bitmap one in your GUI and PDF print. There are a few steps you ...

9 months ago | 0

Answered
can I read an ERDAS Imagine signiture file into matlab for further processing (eg. classification, etc.)?
One possible way to read the training data from another software into MATLAB is to use the Import Data task in the Live Editor. ...

9 months ago | 0