photo

Govind KM


Last seen: 27 days ago Active since 2024

Followers: 0   Following: 0

Programming Languages:
Python, C++, Go, MATLAB, SQL
Spoken Languages:
English, Hindi
Pronouns:
He/him

Statistics

MATLAB Answers

0 Questions
102 Answers

RANK
957
of 299,737

REPUTATION
80

CONTRIBUTIONS
0 Questions
102 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
12

RANK
 of 20,791

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 165,655

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 3
  • 3 Month Streak
  • First Answer

View badges

Feeds

View by

Answered
Wrong number of Edges/Faces after .stl-Import with fegeometry
Hi @Tim, Thanks for sharing the STL file. I was able to reproduce the observation at my end. The detection of these faces depe...

1 month ago | 0

Answered
Visa timeout error - Tektronix oscilloscope
Hi @Matthew, Have you tried increasing the allowed timeout value? You can try increasing this property and see if it helps: htt...

1 month ago | 0

Answered
how to get the gray matter and white matter volume
Hi @Anna Paul K, Kindly refer to the following MATLAB Answers post, in which a similar question on calculating regional gray ma...

1 month ago | 0

Answered
How to extract gray matter volumes based on a specific atlas using SPM and CAT12?
Hi @GIORGIO UMBERTO, Kindly refer to the following MATLAB Answers post, in which a similar question on calculating regional gra...

1 month ago | 0

Answered
Unable to set/get uisimvartuner's variables (Simulink/Appdesigner)
Hi Marc, The block values modified via the "uisimvartuner" component can be accessed from the "Variables" property of the "simu...

1 month ago | 0

| accepted

Answered
在使用matlab parallel server工具箱做并行计算时,怎么计算一个程序使用的内存峰值?(不是使用memory得到的累计内存)
Hi @诗杰, Using Google Translate, I gather that you wish to calculate the peak memory usage of a program, without the use of the ...

1 month ago | 0

Answered
Failed to establish a connection with TLS/MQTTS broker using mqttclient
Hi @Spencer Carlyle, I was facing a similar error message when trying to connect an MQTT client over websockets in MATLAB R2024...

1 month ago | 0

Answered
How does Requirements Toolbox parse requirements for Microsoft Word files?
Hi @Jim, I was able to reproduce this observation in R2025a, where multiple requirements in one paragraph are not parsed separa...

1 month ago | 0

Answered
Live Editor Fonts settings
Hi @Michael, The "Temporary value" setting applies only to the current MATLAB session and is not saved. It will be cleared when...

2 months ago | 0

| accepted

Answered
DSP System Toolbox example returns error as not able to find the DSP Systems Toolbox; please let me know how to fix it.
Hi @Vladimir, It is possible that the DSP System Toolbox directories have not been included in your MATLAB path. The following ...

2 months ago | 0

Answered
Can not see the variable when double clicks them on workspace
Hi @曾, Similar to the comments, I was also not able to reproduce this issue in MATLAB R2025a on Windows 11. This issue might b...

2 months ago | 0

Answered
how can i get data from an Excel to app designer EDITFIELDS wit example folder and file
Hi @m.montaser sabry, I assume you wish to read data from an Excel file, and display it in "EditField" components in MATLAB App...

2 months ago | 0

Answered
import mf4 without having Vehicle Network Toolbox
Hi Jack, An alternative to import an MF4 file in MATLAB without using the "mdfRead" function from the Vehicle Network Toolbox i...

2 months ago | 0

Answered
How to use phased.MUSICEstimator with the miniDSP UMA-16????
Hi @Ron, The "phased.MUSICEstimator" is a MATLAB system object which implements the narrowband multiple signal classification (...

2 months ago | 0

Answered
MATLAB R2025a: Variables viewer won't display the Cell contents of a Table anymore
Hi Diana, I was not able to reproduce this issue in MATLAB R2025a. I was able to to open specific elements of such a table cont...

2 months ago | 1

| accepted

Answered
about 'matlab function' using refprom to get properties of methane
Hi @闫, To link REFPROP with Simulink, you will first need to link REFPROP with MATLAB, following the steps mentioned in the doc...

9 months ago | 0

Answered
First Order Reliability Method with Matlab
Hi @Patient, The following links might be of help: File exchange submission: https://www.mathworks.com/matlabcentral/fileexcha...

9 months ago | 0

| accepted

Answered
Calculation of abs() and angle() of a symbolic expression - strange behaviour
Hi Marek, When a symbolic expression is defined, it undergoes some internal simplification before being displayed. For some cas...

9 months ago | 0

| accepted

Answered
OPC UA write to BaseDataType is not supported
Hi Andrea, I encountered a similar issue when trying to write to a node using OPC UA blocks in Simulink. The node in question w...

9 months ago | 0

Answered
Unrecognized field name "IsTrainNetworkExperiment".
Hi Oscar, This issue has been captured in a Bug Report on the MathWorks website: https://www.mathworks.com/support/bugreports/...

9 months ago | 0

Answered
h5info appears to hang when reading large H5 files
Hi Christopher, I was facing a similar issue when trying to read an HDF5 file. A workaround for me was to use other HDF5 comman...

9 months ago | 0

Answered
In simulink simscape multibody I cannot make use of multiple CPU or GPU
Hi Dmitriy, I am assuming "When I setup model configuration it doesn't work" to mean that there is no observable speedup when u...

9 months ago | 0

Answered
Swarm robot simulation using Mobile Robotics Simulation Toolbox
Hi Shin, This example on Swarm Robot Simulation might be helpful: https://www.mathworks.com/help/robotics/ug/control-and-simul...

9 months ago | 0

Answered
how to write a trained fuzzy FIS tree to disk
Hi Andrey, Support for saving a FIS tree object to a MAT file using the writeFIS function has been added in MATLAB R2024b. I wo...

9 months ago | 1

| accepted

Answered
how to see the formula fourier from matlab simulink
Hi Yola, You can use the fourier function to get the fourier transform of a function, or the fft function to get the Discrete F...

9 months ago | 0

Answered
I'm getting an error error "using tall/cellfun" while doing a project listed in mathworks "Denoise Speech Using Deep Learning Networks".
Hi @为, From what I understand using Google Translate, the error message in the provided image when using tall/gather seems to b...

9 months ago | 0

Answered
How does Matlab scale antenna fields?
Hi Matt, The magnitudes of the electric and magnetic fields are calculated from the properties of the antenna or array object, ...

9 months ago | 0

Answered
What information is stored by p1/p2/... in this code sample?
Hi Thomas, I believe the provided code represents a system of linear inequalities, with A and b representing the coefficients a...

9 months ago | 1

Answered
After installation of documentation on the PC, I get "Invalid default value for property 'Location' in class 'matlab.internal.doc.url.DocPageParser'"
Hi @Mathieu GRISON, I was able to install documentation offline in MATLAB R2024b Update 1 without any issues, following the ste...

10 months ago | 0

Answered
How should the Visual C++ compiler versions featured in the supported compilers matrix be interpreted?
Hi @Jean-Alain Geay, I agree with your interpretation of the linked article, that "Update 5" refers to the minor version of Vis...

10 months ago | 1

Load more