Suhan

MathWorks

2017 年からアクティブ

Followers: 0   Following: 0

I am an engineer at MathWorks with an academic background in Mechanical Engineering.

My professional interests include working on MATLAB and Simulink, Classical Mechanics, Physical Modeling, Control System Engineering, and Robotics.

統計

MATLAB Answers

0 質問
20 回答

ランク
3,232
of 300,753

評判
18

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

回答採用率
0.00%

獲得投票数
3

ランク
 of 21,075

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,858

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Knowledgeable Level 2
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
How do I obtain prediction scores for all 1000 categories as a second output from "classify" in the Deep Learning Onramp tutorial?
You can refer to the following documentation to get the scores for a set of images: <https://in.mathworks.com/help/nnet/ref/cla...

8年弱 前 | 0

回答済み
Trouble solving algebraic equations in differential-algebraic system. Can anybody help me with this?
Hi, Your model may have some algebraic loops. One of the algebraic loops that I can see in your model is feedback signal from...

8年弱 前 | 0

回答済み
how to remove noise from audio using fourier transform and filter and to obtain back the original audio signal
Hi, The following documentation demonstrates discarding noise from the data using 'fft': <https://in.mathworks.com/help/matl...

8年弱 前 | 0

回答済み
Bode plot of butter filter's transfer function has wrong Module axis scale
Hi, The Bode plot is showing the correct magnitude-phase plot. However, in Bode plot, the magnitude axes is in dB. The DC gai...

8年弱 前 | 0

回答済み
Warning: Derivative finite differencing was artificially reduced to be within bound constraints
Hi Tejas, This error may occur if you have tolerances that are implausible for the order of magnitude of the data and becaus...

8年弱 前 | 0

回答済み
Singularity error - Simulink
Hi, The singularity issues occur due to model instabilities. Instabilities may occur in a model due to a wide variety of reas...

8年弱 前 | 0

回答済み
solving for x in a state space model
I have attached here a model 'Sample_Model.slx' which can solve the above differential equation. I have used dummy values for ma...

8年以上 前 | 0

回答済み
Simscape model run time/failure
The error that you are encountering usually occurs when the solution is unbounded. Perhaps that is why it is taking too long in ...

8年以上 前 | 0

回答済み
Is it possible in Simulink for Fixed step discrete simulations (lets say it does 10 iterations) to save a variable only after conditions are met, so that output var has variable size (any size between 0 and 10)?
The triggered subsystems may help you in this. These subsystems are executed only when its activation condition is satisfied. Yo...

8年以上 前 | 0

回答済み
Is it possible to view the source code for the E-NTU heat exchanger in simscape?
No, it is not possible to view the source code of these Simscape libraries; you can only view the source code of Simscape Founda...

8年以上 前 | 0

回答済み
Individual input/output response in Simulink
Yes, you can analyze the effects of a specific input on an output. In Simulink, you can use Linear System Analyzer Tool. Alt...

8年以上 前 | 0

回答済み
sigma function plot of an unstable system
Hi Qian, Note that sigma(TF) is an extension of bode(TF) for MIMO systems. So sigma(TF) is same as the gain plot of bode(TF)...

8年以上 前 | 0

| 採用済み

回答済み
How can I plot 3-same-sized matrices in a polar plot ?
Have you considered 'surf' and 'surfc' commands? Convert the data you have (R, Phi, St) (where R-radius, Phi - Azimuthal ang...

8年以上 前 | 0

回答済み
Getting average from surf
Since you have X, Y, Z data,you do not need to depend on surf function to find out what the average height (z-coordinate) of th...

8年以上 前 | 0

回答済み
force scalar signal to be a 1D array
Currently, this is not possible in Simulink. However, one alternative to consider depending on the use case is to use a custom s...

8年以上 前 | 1

回答済み
What does RC parallel branch does in ECM of Li-ion Battery?
You can refer to the research papers mentioned in the following documentation for a detailed explanation: <https://www.mathwork...

8年以上 前 | 0

回答済み
Embedded MATLAB function: Call global struct; Error: Referencing a component from array of non-scalar values is not supported for code generation.
Hi, The error "Referencing a component from array of non-scalar values is not supported for code generation" typically comes ...

8年以上 前 | 2

回答済み
Dissimilar transfer functions/state space models
Hi Rajat, Perhaps you want to check if you are following the right method to obtain the state space model from the transfer fu...

8年以上 前 | 0

回答済み
Optimising Throttle use for Generic Engine Block
Hello Ryan, The assertion error saying:"Engine Speed has exceeded the last value of the Speed vector parameter *** " occurs...

8年以上 前 | 0

| 採用済み

回答済み
How do I plot the bode plot of this transfer function?
I understand that you would like to obtain the bode plot of a dynamic system in MATLAB. Although I did not understand the ter...

9年弱 前 | 0

| 採用済み