Statistica
0 Domande
54 Risposte
RANK
2.858
of 299.891
REPUTAZIONE
20
CONTRIBUTI
0 Domande
54 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
5
RANK
of 166.464
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
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,...
21 giorni fa | 0
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...
21 giorni fa | 0
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...
21 giorni fa | 0
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 ...
21 giorni fa | 0
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...
25 giorni fa | 0
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 = [...
28 giorni fa | 0
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...
29 giorni fa | 1
| accettato
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...
29 giorni fa | 0
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,...
29 giorni fa | 0
Tables and Graphs Display
Hello @Thore! The original implementation had several separate figure windows for histograms, control chart, and tables, each ...
29 giorni fa | 0
| accettato
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...
3 mesi fa | 0
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...
3 mesi fa | 0
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...
3 mesi fa | 0
Plotting Bisection intervals code
Hello @gracias claude, I understand that you have implemented the bisection interval method for finding approximate roots. And...
3 mesi fa | 2
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...
3 mesi fa | 0
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...
3 mesi fa | 0
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...
3 mesi fa | 0
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...
3 mesi fa | 0
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...
3 mesi fa | 1
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 mesi fa | 0
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 mesi fa | 0
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 mesi fa | 0
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 mesi fa | 0
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 mesi fa | 0
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 mesi fa | 0
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 mesi fa | 0
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 mesi fa | 0
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 mesi fa | 0
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 mesi fa | 0
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 mesi fa | 0