photo

Ruchika Parag


Last seen: 8 dagen ago Active since 2024

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 3
  • First Answer

View badges

Feeds

View by

Answered
Simulink: Get current block path in a way that's supported for code generation
Hi @Johannes, when generating code from Simulink models, functions like 'gcb' and 'get_param' are not suitable because they rely...

8 dagen ago | 0

Answered
Simulation Speed Issue with High εr in Patch Antenna Design
Hi @Morteza, when simulating patch antennas with high permittivity materials, it is not uncommon to experience increased simulat...

8 dagen ago | 0

Answered
Saving Geoplots to non-.fig files
Hi @Alan, you can create an interactive map using MATLAB's native capabilities, such as exporting to a web-friendly format that ...

8 dagen ago | 0

Answered
How to calculate the average of each column without taking zeros values
Hi @Amy, to calculate the average of each column in a matrix while ignoring zero values, you can use MATLAB's logical indexing a...

ongeveer 2 maanden ago | 0

Answered
Apply individual temperatures to nodes as initial conditions for thermal transient analysis
Hi @matjam, in the unified modeling workflow, you can specify the initial temperature for each node using a custom initial condi...

ongeveer 2 maanden ago | 0

Answered
To connect the top two points of the ellipse symmetrically with mesh and add the gradation color according to the value
Hi @daeyeong, to connect the top two points of the ellipse symmetrically with a mesh and add gradation color according to the va...

ongeveer 2 maanden ago | 0

Answered
'Matrix dimensions must agree' error, when using the backslash operator to solve Ax = b,
Hi @Noob, the error message "matrix dimensions must agree" typically indicates a mismatch in dimensions between matrices or vect...

ongeveer 2 maanden ago | 0

Answered
Simulink Coder: Why is my Matlab function input array not generated properly when the Inport dimension is -1 ?
Hi @Maxime, when generating C++ code from a MATLAB function using Simulink Coder, it is important to ensure your Simulink model ...

ongeveer 2 maanden ago | 0

| accepted

Answered
How to Permanently Change Default Title Options in tiledlayout?
HI @Massimiliano, to set default properties for titles and other elements in MATLAB's 'tiledlayout', you can modify your custom ...

ongeveer 2 maanden ago | 0

Answered
Catch command line information when using exportgraphics
Hi @Cunxin Huang, when using MATLAB in "nodesktop" mode, certain functions might produce output directly to the command line tha...

ongeveer 2 maanden ago | 1

Answered
I performed transfer learning on yamnet, then, when I try to classify a sound I recorded using y = net(x), it says "Array indices must be positive integers or logical values."
Hi @Eiram Voriz, the error message "Array indices must be positive integers or logical values" typically occurs in MATLAB when y...

ongeveer 2 maanden ago | 0

| accepted

Answered
Saving and Loading MATLAB APP Configuration
Hi @William, to update the app’s UI components in MATLAB App Designer after loading a saved configuration, you need to ensure th...

ongeveer 2 maanden ago | 0

Answered
How can I fix the previous plot as background, and then make a newplot that updating with a loop?
Hi @剑豪 戴, to achieve a plot where the background is fixed and new plots are updated without overlapping, you can use the 'cla' (...

ongeveer 2 maanden ago | 0

| accepted

Answered
How to import constants / parameters from another file
Hi @Muhammad Samin Hasan, here are some approaches to handle your setup: 1. Use a MATLAB Class You can define a class to store...

ongeveer 2 maanden ago | 0

| accepted

Answered
Record real-time EMG signal and Plot it.
Hi @Iro Liontou, to achieve precise timing and accurate plotting of your sEMG signal, consider the following key points: Loop T...

ongeveer 2 maanden ago | 0

Answered
Issues with Signal Interruption in high frequency Simulink OPC UA Real-Time Latency Test
Hi @Philipp Morlang, signal interruptions in a Simulink model using OPC UA communication can be caused by several factors, inclu...

ongeveer 2 maanden ago | 0

Answered
[axesm/for loop] multiple colorbars for superimposed contourfm plots keep on resetting
Hi @manuel FOSSA, to resolve this, you can use a separate axes for each colorbar, ensuring that each colorbar remains independen...

ongeveer 2 maanden ago | 1

| accepted

Answered
Scaling XYZ 3D data linearly
Hi @Roger Breton, to address the issue of obtaining negative XYZ values after applying your regression model, you can consider a...

ongeveer 2 maanden ago | 0

Answered
High BER for QAM
Hi Muath, when developing a QAM (Quadrature Amplitude Modulation) simulation from scratch, it's crucial to focus on several key ...

4 maanden ago | 0

Answered
How to resize Simulink RIbbon
Hi Shameer, to address the issue of the enlarged Simulink ribbon and pixelated model blocks in Release 2024a, Update 6, you can ...

4 maanden ago | 0

Answered
Disable logging to disk from Simulink, during Reinforcement Learning training
Hi Federico, it seems like Simulink is saving simulation data to .dmr files in your temporary directory, despite using the 'rlTr...

6 maanden ago | 0

Answered
Output single Timetable from Simulink when some logged signals are not doubles
Hi Yevgeniy, the error arises because logical values do not support missing values, which 'extractTimetable' tries to handle usi...

6 maanden ago | 0

| accepted

Answered
Pop-out axes from appdesigner into a separate figure
Hi Quy, to pop out axes from an App Designer app into a separate figure window, you have to create a new figure and copying the ...

6 maanden ago | 0

| accepted

Answered
Training a deep neural network with a database as input
Hi Giulia, it looks like you are facing an error while training your deep neural network for time series forecasting. The error ...

6 maanden ago | 0

Answered
Problem of rotation of surface on xy plane
Hi Elisa, to address the rotation issue in your point cloud data, we need to ensure that the rotation aligns the profile correct...

6 maanden ago | 0

Answered
How to generate c code with joystick input?
Hi Li, you are obtaining that error because the "Joystick Input" block is not code generable. This means you cannot generate cod...

6 maanden ago | 0

| accepted

Answered
Plot histogram of a series of images and extract cracks
Hi Elisa, it looks like you have a few issues in your code that might be causing the histogram not to be displayed properly. Her...

6 maanden ago | 1

| accepted

Answered
Incorrect number or types of inputs or outputs for function vec.
Hi, 麒麟, 我将用英语回答这个问题,因为我的母语不是中文. The error you are encountering suggests that there is an issue with the 'exp' function in the...

6 maanden ago | 0

Answered
Constant Three-phase load with harmonic content
Hi David, to replace the Rectifier in the Simulink Harmonic Filter example with your actual three-phase current data, you can fo...

6 maanden ago | 0

| accepted

Answered
Graph adjust controls play peekaboo
Hi Alessandro, for users to be able to adjust the horizontal axis in your app, you can programmatically control the appearance a...

6 maanden ago | 0

Load more