Statistics
0 Questions
14 Answers
RANK
N/A
of 297,307
REPUTATION
N/A
CONTRIBUTIONS
0 Questions
14 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
of 20,421
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 158,439
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
Feeds
Optimization linkage of Six bar Stephenson III mechanism
Hi @AVANISH, I understand that you are looking to optimize the MATLAB code for determining the link lengths of a six-bar mechan...
11 days ago | 0
Duplicating lines of menu/toolbar when running the APP
Hi @Yan Zihan, I was able to reproduce this behaviour at my end. Based on my observations, you can follow the mentioned workaro...
12 days ago | 0
Issue with Spectrometer Snapping and GUI updating
Hi @Bera, As you have correctly mentioned about continuously updating the GUI, but using a while loop in a 'callback' function ...
13 days ago | 0
How can i use presave function to prevent a model from saving if there any change had been done
Hi @Vishnu, As you have correctly mentioned, you can use Simulink's 'PreSaveFcn' callback to prevent saving a model after chang...
13 days ago | 1
| accepted
i have this code that formd Z bus matrix for power systems
Hi @Abdelkrim, In my understanding, your code aims to construct a Z-bus matrix for a power sytem, including the complexities in...
13 days ago | 0
I cannot configure Matlab in raspberry
Hi @alejandra hernandez, The error message encountered suggests that MATLAB is having trouble accessing removable drives on Mac...
14 days ago | 0
Adding Distributed generators in Matlab Simulink
Hi @Zenhom mohamed, To add a 'Distributed Generating(DG)' unit to the IEEE 33-bus system in MATLAB Simulink depending on the ty...
15 days ago | 0
Pulse random generator issue
Hi @ibra01, You can use this block to make a pulse random generator: Set the sample time of the model to 6 nanosecond: Yo...
15 days ago | 0
regexp pattern for only allowing numbers at the end of a string?
Hello @Wolf, To include Rule 5 in your regular expression pattern, you need to ensure that after the first occurrence of -5, no...
1 month ago | 0
how to incorporate non instantaneous impulses
Hello @jasmin, To address the query on incorporating non-instantaneous impulses into the given system of equations in MATLAB, h...
1 month ago | 0
how to ds mapping
Hello @Joao Vital, To effectively compare values in your table with specified ranges and assign corresponding values, you can l...
1 month ago | 0
how to plot pp
Hi Koko Shi, To plot the specified differential equation model in MATLAB, you'll want to define the parameters and initial cond...
1 month ago | 0
How to patch in a for loop?
Hi Toluwalope Akindokun, I understand that you want to create square patches along an axis, apply transformations, and display ...
1 month ago | 0
How to use error handling with tcpclient in R2021b?
Hi, To address the issue of errors not being reported from the ‘callback’ function in MATLAB R2021b, you can implement a workar...
1 month ago | 0
| accepted