Answered
Adiabatic operation slope-loss algorithm (AO-SLA), how to do it: adiabatic coupling
Hi Tay, The calculation of the variable L_i is incorrect, leading to negative values for some segments. This causes an error ...

2 years ago | 0

Answered
STM32 NUCLEO fatal error: No such file or directory #include "main.h"
Hi Anton, To resolve this error and enable successful code generation for NUCLEO-F411RE, you need to create the missing "main...

2 years ago | 0

Answered
Ncorr post Fail help
Dear All, To address the "Index exceeds matrix dimensions" error, check the dimensions of the arrays being used in the calcul...

2 years ago | 0

Answered
Estimating Area Enclosed by Multiple Arcs and Discrete Points in 3D
Hi Jianing, To estimate the area enclosed by the points and arcs, computing the cumulative sum of minimum distances between e...

2 years ago | 0

Answered
How to change labels in pde toolbox
Hi Geovane, In the PDE Toolbox in MATLAB, you can change labels to correspond to faces of solids by utilizing the pdetool fun...

2 years ago | 0

Answered
Weights and Biases Not Updating in Custom MATLAB dlnetwork Training Loop
Hi Syed, To address the problem of weights and biases not updating during training, we need to ensure that the gradients are ...

2 years ago | 0

Answered
iterate over a vector in a for loop
Hi Catherine, To resolve the error and correctly loop through different sets of prior probabilities, you need to adjust how t...

2 years ago | 0

Answered
This error message was encountered while using the GeoPIV RG software to calculate the particle displacement.
Hi Charuni, The error using dataread typically arises when there is a mismatch between the expected data type (floating-point...

2 years ago | 0

Answered
Adding exogenous input to iddata (to expand an ARMAX model)
Hi Adrian, Ensure that the exogenous input w(t) is correctly included in the dataset. Verify that the u_exogenous data is pro...

2 years ago | 0

Answered
ECG Segmentation and Classification using PQRST
Hi Rawaa, For ECG data preprocessing, try to apply low-pass filters which will enhance signal quality by removing high-freque...

2 years ago | 1

Answered
plutosdr get chan error
Hi Zheng, It sounds like the error message 'Channel: altvoltage4 not found' suggests a problem with the channel configuration...

2 years ago | 0

Answered
Building a survey GUI that records the answers of different study participants
Hi Shaunak, To answer your question, you can utilize the App Designer tool for a user-friendly interface. You can incorporate...

2 years ago | 0

Answered
How can I find water surface temperature from landsat-9 bands?
To calculate water surface temperature using Landsat-9 bands in Matlab, you can utilize the following functions: multibandrea...

2 years ago | 0

Solved


Generate a random matrix A of (1,-1)
Input n: is an positive integer which serves as the dimension of the matrix A; Output: A=(Aij),where each entry Aij is either...

2 years ago

Solved


Generating random matrix with given probability mass function
Inspired by <http://www.mathworks.com/matlabcentral/cody/problems/2356-simulating-the-selection-of-a-state-with-given-probabilit...

2 years ago

Solved


Given n, create n random numbers such that their standard deviation is also n.
Given n, create n random numbers such that their standard deviation is also n.

2 years ago

Solved


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

2 years ago

Solved


Pi Estimate 1
Estimate Pi as described in the following link: <http://www.people.virginia.edu/~teh1m/cody/Pi_estimation1.pdf>

2 years ago

Solved


How to subtract?
*&plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn* * Imagine you need to subtract one...

2 years ago

Solved


Basic electricity in a dry situation
&#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#...

2 years ago

Answered
How can I create a surface plot from ROIs (9) in an image?
Hi Gabriel, To add 9 ROIs with specific positions in Matlab, you can define the positions of the rectangles using the rectang...

2 years ago | 0

Answered
Can someone help me to configure the gate of IGBT/Diode ? I failed to connect the PWM generator
Hi Aridi, To resolve your issue,you can use the Pulse Generator block to generate PWM signals. Connect the Pulse Generator b...

2 years ago | 0

| accepted

Answered
Arc Length Continuation Method: Numerical Method
Hi Cesium, You need to modify the continuation_combined function to call the nlsolver function correctly. Instead of passing ...

2 years ago | 0

Answered
Extracting data from a web page
Hi Jorge, You can use Matlab's web scraping capabilities along with regular expressions to extract the desired numerical data...

2 years ago | 0

| accepted

Answered
How do you set the Layout Option at construction for ui objects?
Hi Rohan, By using uilayout.GridLayoutOptions to create a LayoutOptions object, you can set the row and column properties bef...

2 years ago | 0

Answered
how to clean the content inside the folder
Hi Wenchao, To clean a folder in MATLAB, you can use the "rmdir" function. This function removes a directory and all its con...

2 years ago | 0

| accepted

Answered
Matlab model for Simulating ECG and PPG Signals with Arrhythmia Episodes
Hi Ammar, After doing some research work, I will demonstrate your request by taking an example of generating realistic ECG an...

2 years ago | 0

Solved


Air Mass to Star for an Observer at Mean Sea Level
Air mass is a measure of how much atmosphere light from a source above the atmosphere (eg sun, planet, star) has to travel throu...

2 years ago

Solved


Diagonal Pattern
For a positive integer |n|, return an |nXn| matrix |mat| such that the value of each element in row |i| and column |j| is given ...

2 years ago

Solved


Pascal's Triangle
Given an integer n >= 0, generate the length n+1 row vector representing the n-th row of <http://en.wikipedia.org/wiki/Pascals_t...

2 years ago

Load more