Answered
i want code with for and if and disp
Hi @Jasmin, You are looking to create a MATLAB program that performs specific tasks: reading a series of numbers from the use...

2 years ago | 1

Answered
Can I call a function from another function and not come back?
Hi @Gavin, Your concerns about function management in MATLAB are valid, especially considering your experience with assembly ...

2 years ago | 0

Answered
To calculate and plot L1 norm and Linf norm of my Finite difference approximation as well as find the order of accuracy of the error norms
Hi @Brian, Your task involves analyzing the accuracy of finite-difference approximations for the derivative of the function (...

2 years ago | 1

| accepted

Answered
Speech to text model for a non-English language.
Hi @Murtaza Mohammadi , The first step in developing your transcription tool is to gather a dataset of audio recordings in th...

2 years ago | 0

| accepted

Answered
The Fourier series is a series representation of a periodic function in terms of sines and cosines. The Fourier series representation of the function
Hi @Egypt, The provided MATLAB code effectively demonstrates the Fourier series representation of a periodic function, specif...

2 years ago | 0

Answered
An absolutely ascending sequence
Hi @Amir Mahmoudi , To elaborate on checking if a sequence is absolutely ascending in MATLAB, you have to utilize logical com...

2 years ago | 0

Answered
I keep getting 4 answers per variable in 4x1 sym
Hi @Brandon, You mentioned, “I have this system of equations but for the AlphaS, BetaS, and F2S I need one number but 4 keep ...

2 years ago | 0

Answered
Multiply two probability plots (CDF/PDF)
Hi @Deepayan Bhadra, You mentioned, “How can I multiply these plots to convey a (qualitative) idea? “ Please see my respon...

2 years ago | 0

| accepted

Answered
Generating a matrix of 0s and 1s with constrained domains
Hi @bil, You mentioned, “I'd like to generate an n x n matrix of 0s and 1s with the constraint that the number of domain wall...

2 years ago | 0

Answered
No matter the NOA matrix I enter, the result I receive is "empty double column vector" and I want to receive a numerical value.
Hi @Alyssa Bloomfield, You asked,”I want to solve for the angles in the overall matrix and get an answer in degrees. If ther...

2 years ago | 0

Answered
How do I manually set color of individual datapoints of figure ?
Hi @Jad, You asked, “I don't want to go through the trouble of doing some sort of data-analysis / fitting to figure out which...

2 years ago | 0

Answered
Wind Turbine Doubly Fed Induction Generator (Phasor Type) is operated under phasor and energy storage is discrete, this is how to solve
Hi @面 , After reviewing the Wind Turbine Doubly-Fed Induction Generator (Phasor Type) documentation provided at the link belo...

2 years ago | 0

Answered
Why I get error :Cannot find 'get' method for matlab.graphics.internal.GraphicsMetaProperty class?
Hi @Abdulkarim bohoms, You mentioned, “this code should plot the function f(x)=kx^2 but MATLAB shows me these errors: ------...

2 years ago | 0

Answered
List Arduinos and connect to multiple Simulink
Hi @Min, Let me address your first question, “So I found out that 2024A version has the function to list the Arduino using ar...

2 years ago | 0

Answered
Plotting 2 different color maps on one world map
Hi @Judy Wu, You asked, “Is it possible for both of the axes to be on this world map projection (see below; worldmap([69, 79]...

2 years ago | 0

| accepted

Answered
How should I assess the training of my agent using PPO and Q-learning?
Hi @sidik, After analyzing your attached plots, your approach to tuning the PPO model by experimenting with different learnin...

2 years ago | 1

Answered
I need help validating my forward kinematic using Simulink and the Robotic Systems Toolbox for a surgical robot.
Hi @Cuong Huynh Nguyen You mentioned, “3 Sine blocks and a constant block connected to the robots (I have made the robots con...

2 years ago | 0

| accepted

Answered
assign the fields of a structure correctly
Hi @Luca Re, You mentioned, “"d1" is a table filled with fields that may not be sorted. The reason is that individual fields ...

2 years ago | 0

Answered
How to solve for the maximum or minimum value of a symbolic function
Hi @xin, You've defined a symbolic function involving several variables and taken its derivative with respect to rh...

2 years ago | 0

Answered
Create a function block at the command line
Hi @Hisham Hussein , To address your query regarding, “I want to create a function block at the command line which applies a ...

2 years ago | 0

| accepted

Answered
How do I change the output color when using the disp function?
Hi @David Cole , It is not straightforward to change text color in MATLAB's command window using displ Also, after doin...

2 years ago | 0

Answered
unable to read GR-401 gps data with gpsdev or gpsReceiver
Hi @Sven Larsen , To address the issues you are facing with your Navisys GR-401 GPS receiver in MATLAB as posted in your comm...

2 years ago | 0

Answered
Calibrating Heston/Bates model to options with irregular strike/maturity grid.
Hi @Julian, Calibrating the Heston model with incomplete data can be a complex task, but it is manageable with the right appr...

2 years ago | 0

Answered
Computation of left eigenvectors of polyeig
Hi @Waqar Ahmed, You did brought up a good question. To address your query regarding,”The polyeig gives eigenvalues and right...

2 years ago | 0

Answered
Find the closest freq in a filterbank
Hi @S, To achieve frequency-based filtering in MATLAB, where the filter selection is not fixed but rather determined by the p...

2 years ago | 0

Answered
Separate and plot individual filter responses
Hi @S, Please see updated code snippet below, please customize your modified code plots based on your preferences. Please see...

2 years ago | 0

Answered
How to identify smaller regions sandwiched between larger regions in watershed image?
Hi @Pranav, To tackle the problem of identifying red regions that share boundaries with blue regions in a binarized watersh...

2 years ago | 0

Answered
how can i have step input signal in signal editor?
Hi @elham, To achieve a step input configuration, you need to make that the data values remain constant until the next specif...

2 years ago | 0

Answered
How can I have the middle data set during the fitting process by lsqcurvefit?
Hi @彰朗 , Please see my response to your questions below. *One question is regarding to how to use.is it OK to copy and pa...

2 years ago | 0

Answered
Write the Timetable data to the EDF file
Hi @Wensor , You asked, “How can I write a Timetable data into a EDF File?” To address your inquiry regarding writing ...

2 years ago | 0

| accepted

Load more