photo

Aashray


Last seen: 9 days ago Active since 2025

Followers: 1   Following: 1

Spoken Languages:
English

Statistics

MATLAB Answers

0 Questions
54 Answers

RANK
2,857
of 299,768

REPUTATION
20

CONTRIBUTIONS
0 Questions
54 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
5

RANK
 of 20,800

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 165,831

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
How can I see the graph starting 0.02s in the scope every time?
Hi @Mohammad Ali Siddique, I understand you want the Simulink Scope to always display only the interval from 0.02 s to 0.08 s,...

9 days ago | 0

Answered
How can I edit x label so it doesn't overlap each other?
Hi @Mevlana Jalaluddin Rumi! I understand that you are plotting a bar chart where the x-axis labels (route names) are quite lo...

9 days ago | 0

Answered
Need to convert graphs (.fig format) into .csv format
Hi @Anwesha Chakraborty, You can extract the numeric data from a “.fig” file by reopening it in MATLAB, finding the line objec...

9 days ago | 0

Answered
How do I plot two variables on the same graph in matcont?
Hi @Patric Boardman! Yes, you have rightly noticed, in the ‘MatCont’ GUI the plotting is limited to showing one variable at a ...

9 days ago | 0

Answered
Multiple drop down menus plotted on same graph.
Hi @steve geddes, If you want to display two functions on the same axes and let each function be controlled by its own dropdown...

13 days ago | 0

Answered
produce a code for GUI
Hi @Lim Xiao Hui, If you just need a quick way for the user to enter three numbers for y and then plot against the fixed x = [...

16 days ago | 0

Answered
Copy/save image functions stop UIAxes graph from automatically resizing
Hello @Derek Wolfe! Luckily, I have R2021a installed in my old laptop and so I was able to reproduce the issue. Initially I saw...

16 days ago | 1

| accepted

Answered
Editing variable through graph
Hi @MoHizzel! I understand that you want to edit the contents of a variable x by dragging its plotted points so that the corre...

17 days ago | 0

Answered
only the first of the three subplots shows eveything including the points, grid, axis labels, and legend. The last two subplots only show the trend line and none of the extra features
Hi Jacob Cole, In the first subplot, you explicitly did a hold on, so MATLAB kept all the plotted objects (quarter, half, full,...

17 days ago | 0

Answered
Tables and Graphs Display
Hello @Thore! The original implementation had several separate figure windows for histograms, control chart, and tables, each ...

17 days ago | 0

| accepted

Answered
Euler method error and step size code
Hello @Priyadarshini Challa, I understand that you are trying to visualize how the error behaves with respect to the step siz...

2 months ago | 0

Answered
Out of memory. Type "help memory" for your options.
Hello @Muhammad Ezree Amree bin Amran, The "Out of Memory" error in this case doesn't mean your computer ran out of RAM. It hap...

2 months ago | 0

Answered
Forward Euler oscillations in plot
Hello @Arkajyoti Chaterjee, The oscillations in the plot are due to the stiffness of the ODE. The Forward (Explicit) Euler met...

2 months ago | 0

Answered
Plotting Bisection intervals code
Hello @gracias claude, I understand that you have implemented the bisection interval method for finding approximate roots. And...

2 months ago | 2

Answered
How to increase the space between the title of each graph and the graph in a tiled layout?
Hello @Wolfgang McCormack! I really like that you want to know the specifics of plotting multiple graphs within a single tile...

2 months ago | 0

Answered
How can I draw the graph for this system of linear equation in MATLAB?
Hi @PULAK Kumer! I understand that you are trying to visualize the solution of a system of linear equations using matrices A an...

2 months ago | 0

Answered
What can I add in this code for me to plot the data that I obtained in real time graph?
Hello @WAN NOR NAZIRA MUSTAPA KAMAL, If you would like to visualize the accelerometer data from your “i2c_sensor()” function in...

2 months ago | 0

Answered
Anyone help me, how can I change this code for me to plot the graph from the data obtained?
Hello @WAN NOR NAZIRA MUSTAPA KAMAL, If you would like to plot the accelerometer data obtained in your “i2c_sensor()” functio...

2 months ago | 0

Answered
Can I run experiments with Matlab Web App?
Hi @San Mac, Yes, it is possible to use the MATLAB Web App Server to collect data for a behavioral experiment like in your case...

2 months ago | 1

Answered
How to display a graph from a specific time in Simulink?
Hi @BBBC, I faced a similar issue once, and after some experimentation, I found that we can use Enabled Subsystem. Here is how ...

3 months ago | 0

Answered
Trying to write a function using step uni function and ramp function (elementary functions)
Hello @Fatima Noneed, From the code, I understand that you are trying to build a piecewise function using ramp and unit step fu...

3 months ago | 0

Answered
same code giving different output on two different versions of matlab in the same system
Hello @Iqra Akhtar, I tried to reproduce the issue, as I was facing similar behaviour. I found that in MATLAB R2014a, the code ...

3 months ago | 0

Answered
Calculating different levels of confidence and drawing the corresponding graph
Hi @amin zarif, For calculating and visualizing the confidence intervals in a plot, you can do the following: Calculate the me...

3 months ago | 0

Answered
plotting visual stimulus on timeseries graph?
Hi @nines, I understand that you want to mark specific onset times (shifted by 32 seconds) with short horizontal lines at the t...

3 months ago | 0

Answered
Plot how would I take my out put C(2) and plot it vs Al (Alpha) This newtons method works to get Ca2 and CA1, but I want to bang CA2 vs Alpha for alpha 0-1. Do I use a matrix?
Hello Victor! I understand that you have implemented Newton’s method to solve for two concentrations, CA1 and CA2, with a depen...

3 months ago | 0

Answered
Fourier Series Signal Codes
Hello Mr. Santa I went through the shared code and suggest the following changes: Define a sawtooth-like waveform, where x(t...

3 months ago | 0

Answered
Fourier Series Signal in Cosine Form and Exponential Form
Hello @Black Santa! I went through the code that you have shared, and suggest the following changes: Use proper expression for...

3 months ago | 0

Answered
Equalizing edge lengths in simple graphs
Hello @Maxwell Day! This is a really interesting problem, since it involves moving beyond the usual topological representation ...

3 months ago | 0

Answered
Modeling a SIR model on a LxL lattice
Hi @Raazi, I like the fact that you are moving from traditional SIR model for a more spatially realistic simulation of disease ...

3 months ago | 0

Answered
Hi, may i know if this graph is overfitting or not?
Hello @Jester Cuerdo, I went through the training progress plots you have shared. It doesn’t look like your model is overfittin...

3 months ago | 0

Load more