回答済み
Is there any methods (like circularity) to decide if the 3D construction close to sphere?
Hi, When finding sphericity for a single particle or object, you can define sphericity as the ratio of surface area of a sphere...

3年以上 前 | 0

回答済み
Having "archive is not a ZIP archive" while installing MatLab 2020b on Arch Linux
Hi Grider, You may look into this link which is referring to the similar question: Why do I receive an error message "archive ...

3年以上 前 | 0

回答済み
Finding locations of images clusters centroids using imsegkmeans
Hi Hassan, In the imsegkmeans function you will have centroid values of the colors not the positions. I have created a custom ...

3年以上 前 | 0

回答済み
Cannot differentiate by a defined symbolic function
Hi Ajay, In those line it is showing error as x should be a variable symfunction not a defined sym function. Here sym function ...

3年以上 前 | 0

回答済み
Getting values of nodes from directed graph.
Hi Anurag, You may use structure for the fields. You may use this code for reference: %here I have created a structure node wi...

3年以上 前 | 0

回答済み
Monte Carlo simulation code for BER in visible light communication
Hi, You may use these custom codes as your references: OFDM BER Simulation (using Monte Carlo) - File Exchange - MATLAB Centra...

3年以上 前 | 0

回答済み
Real-time editable ROI with mask
Hi Yang, I have reproduced your code and got the results in Real time. You may use this code to do the things: a = magic(8); ...

3年以上 前 | 0

| 採用済み

回答済み
How to recover bits coded by different frequency values (states)?
Hi Sylwia, You may use a shift keying techniques and more over to extract bits from a signal you may prepare a table which freq...

3年以上 前 | 0

回答済み
Simulink plotting solutions to nonlinear differential equations
Hello Aleem, It is the correct way to do. For more details you may look into this link: https://blogs.mathworks.com/simulink/2...

3年以上 前 | 0

回答済み
Dock the command window in app designer
Hi Kris, Currently this feature is not available in the latest version of MATLAB. This issues is brought to the notice of the d...

3年以上 前 | 0

回答済み
Edge operator shows both rising and falling edge
Hi Max, Edge functionality is used to detect edges(boundaries) in an image. You may look into the documentation here: Find edg...

3年以上 前 | 0

回答済み
How to access simulating values during simulation
Hi Diwakar, You may use port value label by right clicking the connection to the MATLAB function block. By this option you can ...

3年以上 前 | 0

| 採用済み

回答済み
cantera on new matlab version
Hi Gessica, There might be an issue that you haven't added the directory (where your packages are installed) in your MATLAB pat...

3年以上 前 | 0

回答済み
How to plot regression in neural network for multiple outputs?
Hi Wanrong, It is recommended to use "nnstart" instead of "nntool". When using "nnstart", the window allows you to choose the ...

3年以上 前 | 0

| 採用済み

回答済み
Plot latitude and longitude in matlab
Hi Abdul, You may refer to this file exchange in which there are so many OSM functions. Here is the link to the file exchange: ...

3年以上 前 | 0

| 採用済み

回答済み
Region Growing segmentation not giving proper result.
Hi Warid, I have reproduces your code, I have made just small adjustments. The new code is like that: I = im2double(imread('I....

3年以上 前 | 0

| 採用済み

回答済み
how to realize a* or best first search in 2d matrix?
Hi Vlad, You may use this link for the BFS using Adjacency matrix: Implementing Breadth first search using connectivity matriX...

3年以上 前 | 0

| 採用済み

回答済み
problem face in matlab 2020b
Hi Subrata, It is clearly mention in your error that Optimization Toolbox is not installed in this version of your MATLAB. You...

3年以上 前 | 0

回答済み
train, test ,validation confusion matrix
Hi Yogini, Confusion Matrices: These are to evaluate the quality of the output of a classifier on the data set. The diagonal e...

3年以上 前 | 1

| 採用済み

回答済み
Writing a recursive matlab code that can perform column-oriented substitution
Hi Michael, I can't figure out the what are your variables for and working of your algorithm. But I have written a functional c...

3年以上 前 | 0

回答済み
Create Custom Data Tips with imagesc
Hi Tyler, Yes you can modify the data tip of a figure generated with imagesc using the .DataTipTemplate property. You may modi...

3年以上 前 | 0

| 採用済み

回答済み
How to add colourmap to 2D vectorplot created by using quiver
Hi HariKrishna, You may use this file to solve your problem: quiverwcolorbar - File Exchange - MATLAB Central (mathworks.com) ...

3年以上 前 | 0

回答済み
How to stitch together several images into one high resolution image
Hi Ben, There are two more options I can think of You can use this file to stitch images : Stitch - File Exchange - MATLAB Cen...

3年以上 前 | 0

回答済み
applying functions to patches of an image then reassembling
Hi Cameron, You may look into this question, it is doing the same what you wanted: Convert image into Patches of size 64*64 an...

3年以上 前 | 0

回答済み
how can I solve it
Hi Mohammed, For first you can use solve function: syms x y z e1 = 3*x-4*y+z-1==0; e2 = x-2*y-z-5==0; e3 = 4*x+2*y+2*z==1;...

3年以上 前 | 0

回答済み
Error while using filterDesigner
Hi SZ, I think you might be in different folder thats why this problem is occuring. You may look at this link to set up your ...

3年以上 前 | 0

回答済み
How to get coordinates of shapes in image?
Hi Fabian, You may use regionprops function to calculate the centroid of each shape. Here is the link to the documentation: Me...

3年以上 前 | 0

回答済み
how to estimate parameters of nonlinear complex equations having summation terms
Hi Shalini, You may use the following documentation of fsolve for solving the non linear equations: Solve system of nonlinear ...

3年以上 前 | 0

| 採用済み

回答済み
How to convert IMD gridded rainfall data available as binary file to .mat file?
Hi Diljit, Here I can see the .grd file. To convert a .grd file to .mat file you may use the following link: grdread2 - File E...

3年以上 前 | 0

| 採用済み

回答済み
Unidentified Block in Simulink
Hi Syahirah, This is not some preexisiting block it is a subsystem. For more information about the subsystem you can go throu...

3年以上 前 | 0

さらに読み込む