photo

Riya


2025 年からアクティブ

Followers: 0   Following: 0

Programming Languages:
Python, C++, C, Java, Javascript, MATLAB, SQL, HTML, CSS
Spoken Languages:
English, Hindi
Pronouns:
She/her

統計

MATLAB Answers

0 質問
41 回答

ランク
13,004
of 300,763

評判
4

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

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,082

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,923

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
I want to save view(net) as an image in 2013b. I searched (https://stackoverflow.com/questions/14919140/matlab-how-to-save-view-configuration) and used them but not succeeded.
Hi Farooq, I understand that you are trying to save the visualization generated by MATLAB’s “view(net)” function in R2013b ...

5ヶ月 前 | 0

回答済み
Stateflow: Event guards on a loop with super step semantics switched on not behaving as I want
Hi Richard, I understand that you are trying to use an event guard on a loop in a Stateflow chart with super step semantics...

5ヶ月 前 | 0

回答済み
app designer won't open
Hi ATHANASIOS, I understand that you are facing an issue where App Designer does not open when accessed either from the Apps...

5ヶ月 前 | 0

回答済み
Simulink Dynamic Signal Delay
Hi Will, I understand that you are trying to implement a variable delay in Simulink to simulate a hardware delay of 0 ms, 4...

5ヶ月 前 | 0

回答済み
Syntax error when plotting in Matplotlib
Hi Aisse, I understand that you are trying to translate a MATLAB plotting command into Python and are encountering a syntax e...

5ヶ月 前 | 0

回答済み
How can I change block parameters in simulink using block path in app designer?
Hi Sabereh, I understand that you are getting an error while trying to change a block parameter in Simulink using the “Simu...

6ヶ月 前 | 0

回答済み
Mismatch Data Types Fixed-Point Tool Simulink
Hi Matteo, The error you are encountering is due to a mismatch between the fixed-point output of the “Unit Delay” block and...

6ヶ月 前 | 0

回答済み
Accessing parameters of input signal in a custom MATLAB function in simulink
Hi Jyotirmay, I understand that you are trying to access parameters such as Amplitude and Period of multiple Pulse Generato...

6ヶ月 前 | 0

回答済み
Unable to retrieve SubIFD (for tif image)
Hi Amritanjali, I understand that you are encountering the error “Unable to retrieve SubIFD” while working with a “TIFF” im...

6ヶ月 前 | 0

回答済み
Multiple App Designer Compiler
Hi Alejandro, I understand that you have developed a desktop application using multiple “.mlapp” files that interact with e...

6ヶ月 前 | 0

回答済み
Invalid Simulink object name even after the object respective to the name was created
Hi mohd fuad sarman, I understand that you are dynamically creating a "From" block using “add_block” function and then tryin...

6ヶ月 前 | 0

回答済み
App Designer 3D ellipsoid plot
Hi JJ, I understand that you are trying to create an interactive 3D ellipsoid in App Designer using a knob but are facing s...

7ヶ月 前 | 0

回答済み
Index exceeds array bounds
Hi Azarany, I understand that you are encountering the "Index exceeds array bounds" error when attempting to use “fzero” in...

7ヶ月 前 | 0

回答済み
simulink output to workspace every second
Hi Nayong, I understand that you want to export Simulink output data to the MATLAB workspace every second during simulation...

7ヶ月 前 | 0

回答済み
Remove lines outside plotted circle
Hi Xen, I understand that you are plotting a circle using the “rectangle” function and adding lines that go beyond the circ...

7ヶ月 前 | 0

回答済み
How to make Simulink blocks like delay (z^-1) inherit input sample time from Entity generators?
Hi John, I understand you are facing an issue where blocks like “z⁻¹”, “Sum”, and “Gain” do not inherit the event-based sample ...

7ヶ月 前 | 0

回答済み
can anybody help me with this error,load a file in workspace and ruleviewer
Hi Kapil, I understand that you are encountering an error related to missing variables like “BMSS1” and “fc” in your Simulink ...

8ヶ月 前 | 0

回答済み
How to get error line in a compiled code?
Hi, The error you are facing usually occurs when a function is supposed to return multiple outputs, but not all of them are as...

8ヶ月 前 | 0

回答済み
return value of categorical array in uitable- Matlab App Designer
Hi,  I understand that you want to return categorical values when the dropdown value changes. It happens because MATLAB tre...

8ヶ月 前 | 0

回答済み
[Simulink] Subsystems are locked and the parameters cannot be changed.
Hi, I understand that you are encountering an error while trying to assign different parameter values to two subsystem instanc...

8ヶ月 前 | 0

回答済み
3 column vector countourf plot error
Hi,    I understand that you want to plot the figure without the triangular region specified in the first image. For this, y...

8ヶ月 前 | 0

回答済み
Sensitivity Analysis- Plot
Hi, I understand that you are trying to visualize the changes across 15 cities for three different scenarios using MATLAB. ...

9ヶ月 前 | 0

回答済み
for loop as matlab function in simulink
Hi Vishnuvardhan, I understand that you are trying to implement a “for” loop as a MATLAB function into Simulink. When worki...

9ヶ月 前 | 0

回答済み
how to find the accuracy from the predicted labels for test data in Matlab?
Hi Kanuparthi, You can compute the accuracy by comparing the predicted labels (“yfit”) with the actual labels (say “yTest”)....

9ヶ月 前 | 0

回答済み
Run matlab m file from simulink
Hi Nethaji, I understand that you are trying to execute a MATLAB script (“test.m”), which calls a Python file, from within ...

9ヶ月 前 | 0

回答済み
How do i execute Matlab Updates from command line without interaction (in silent mode)?
Hi Juergen Bohn, I understand that you are looking for a way to execute MATLAB updates from the command line in silent mode,...

9ヶ月 前 | 0

| 採用済み

回答済み
Verify Statements with outcomes from TestCaseResult object
Hi, I understand that you want to extract information about the verify statements in each testcase and their pass/fail statu...

9ヶ月 前 | 0

回答済み
Export data from plot into a table *.txt
Hi, I understand that you want to save the generated data in a structured text file. The issue is that “table” function requi...

10ヶ月 前 | 0

回答済み
matlab app designer table logical data
Hi, I understand that you want to allow only one checkbox to be selected at a time. To do this, you can consider using “radio...

10ヶ月 前 | 0

回答済み
Saving files in App Designer
Hi, I understand that you are encountering an error while trying to set the variable name of “Table” to match the “EditField”...

10ヶ月 前 | 0

さらに読み込む