photo

Govind KM


Last seen: 26日 前 2024 年からアクティブ

Followers: 0   Following: 0

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

統計

MATLAB Answers

0 質問
87 回答

ランク
1,100
of 298,363

評判
66

コントリビューション
0 質問
87 回答

回答採用率
0.00%

獲得投票数
11

ランク
 of 20,572

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,969

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Knowledgeable Level 3
  • 3 Month Streak
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
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...

5ヶ月 前 | 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...

5ヶ月 前 | 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...

5ヶ月 前 | 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...

5ヶ月 前 | 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/...

5ヶ月 前 | 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...

5ヶ月 前 | 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...

5ヶ月 前 | 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...

5ヶ月 前 | 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...

5ヶ月 前 | 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...

5ヶ月 前 | 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...

5ヶ月 前 | 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, ...

5ヶ月 前 | 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...

5ヶ月 前 | 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...

5ヶ月 前 | 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...

6ヶ月 前 | 1

回答済み
How to fix Simulink c code generator case sensitivity issue?
Hi @Christian Edgar, i had a similiar issue when using custom C files to generate code for my model in Simulink. A workaround f...

6ヶ月 前 | 0

回答済み
Are robust weights accounted in the calculation of the Goodness-of-fit statistics, returned as the gof structure of fit function?
Hi @mila_po, The Robust parameter is indeed taken into account in the calculation of the Goodness-of-fit statistics when using ...

6ヶ月 前 | 0

回答済み
Give initial value to the "AXI4 Random Access Memory" block in simulink
Hi @ALi Falahati, Functionality for memory initialization and logging has been added to the AXI4 Random Access Memory block in ...

6ヶ月 前 | 0

回答済み
How to read Brimrose NIR spectral data
Hi @Dimuthu Jayawickrama, The content and structure of a .dat file depend on the application that created it. It is not tied to...

6ヶ月 前 | 0

回答済み
Get an Error connecting LEGO Mindstorms EV3 via bluetooth with MATLAB but can connect with Simulink; How do I fix this?
Hi Estelle, The main reason for this error is an incompatibility between the bluetooth stacks on the host machine and the LEGO ...

6ヶ月 前 | 0

回答済み
What's wrong with my geometry definition that I have to mesh after?
Hi @hakim oueslati, This error is usually caused by very small connected meshes or alignment issues within the geometry. More i...

6ヶ月 前 | 0

回答済み
CIR filter w in nrChannelEstimate (practical channel estimation)
Hi @Thien Hieu, CIR denoising refers to the process of reducing noise in the Channel Impulse Response (CIR) estimates obtained ...

6ヶ月 前 | 0

| 採用済み

回答済み
How to change the type of step for a Simulink Solver from variable to fixed in the Electric Vehicle Thermal Management model in Simulink?
Hi Yash, When running the Electric Vehicle Thermal Management example model with the solver type as variable step and the solve...

6ヶ月 前 | 0

回答済み
Can Simulink Model be deployed on Production Server and/or Web App Server?
Hi @Biyan Li, While MATLAB Compiler does not support Simulink, Simulink simulations can be deployed on both MATLAB Web App Serv...

6ヶ月 前 | 1

| 採用済み

回答済み
Where can I find the library 'sm_suspension_templates_lib'?
Hi Cornelius, Since MATLAB R2023b, resources related to demos have been shifted to standalone examples, which can be accessed u...

6ヶ月 前 | 1

| 採用済み

回答済み
Code generation information file does not exist Problem&Code generation errors&Quadprog code generation
Hi @Pholash_L, As I understand, you are facing an error when trying to generate code using Embedded Coder in Simulink. The most...

6ヶ月 前 | 0

回答済み
Libreria UAV Toolbox Pixhawk de Matlab soporta Pixhawk 6c mini?
Hi @jesus omar, From what I understand using Google Translate, you are trying to work with a Pixhawk 6C Mini flight controller ...

6ヶ月 前 | 1

回答済み
Array inputs have incompatible channel dimensions.
Hi Ahmad, A common reason for the mentioned error is a mismatch between the dimensions of input data and the expected input dim...

6ヶ月 前 | 0

回答済み
Symbolic variable in matlab function block
Hi Mukesh, I was facing a similar issue when I was using symbolic expressions inside a MATLAB Function block. A workaround for ...

6ヶ月 前 | 0

回答済み
problem with ica plot funtion in fast ica toolbox
Hi @ahmad, The original "icaplot.m" file from the FastICA package contains a switch statement at line 93 to precede the case st...

6ヶ月 前 | 0

さらに読み込む