photo

Govind KM


Last seen: 3 months 前 自 2024 起处于活动状态

Followers: 0   Following: 0

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

统计学

MATLAB Answers

0 个提问
102 个回答

排名
941
of 301,555

声誉
82

贡献数
0 个提问
102 个回答

回答接受率
0.00%

收到投票数
13

排名
 of 21,323

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 175,367

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 3
  • 3 Month Streak
  • First Answer

查看徽章

Feeds

排序方式:

已回答
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...

9 months 前 | 0

已回答
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...

9 months 前 | 0

已回答
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...

9 months 前 | 0

已回答
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...

9 months 前 | 0

已回答
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...

9 months 前 | 0

| 已接受

已回答
在使用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 ...

9 months 前 | 0

已回答
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...

9 months 前 | 0

已回答
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...

9 months 前 | 0

已回答
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...

9 months 前 | 0

| 已接受

已回答
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 ...

10 months 前 | 0

已回答
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...

10 months 前 | 0

已回答
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...

10 months 前 | 0

已回答
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...

10 months 前 | 0

已回答
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 (...

10 months 前 | 0

已回答
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...

10 months 前 | 2

| 已接受

已回答
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...

1 year 前 | 0

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

1 year 前 | 0

| 已接受

已回答
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...

1 year 前 | 0

| 已接受

已回答
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...

1 year 前 | 0

已回答
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/...

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 1

| 已接受

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 0

已回答
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, ...

1 year 前 | 0

已回答
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...

1 year 前 | 1

已回答
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...

1 year 前 | 0

已回答
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...

1 year 前 | 1

加载更多