Answered
how to graph a data array that is based on another data array
Hi @Kyle, After reviewing your comments, let me break down the key components and formulate a MATLAB code that incorporates y...

23 dagar ago | 0

Answered
Implementation of simulink model using a .m script
Hi @Divyashree , After going through your comments, in order to read data from an Excel file within your Simulink model, you ...

23 dagar ago | 0

Answered
How to combine and save two XDF files
Hi @M, you can utilize the xdf library, which is specifically designed for handling XDF files. Below is a step-by-step approa...

23 dagar ago | 0

Answered
My code has an opstruct error. What does it mean and how to solve it?
Hi @Yazhisai, After reviewing the documentation provided at the link below, <https://www.mathworks.com/help/matlab/ref/int...

25 dagar ago | 0

| accepted

Answered
Wireless Testbench basebandTransceiver/capture Error:capture length depends on the device buffer size
Hi @Qian, The error message indicates that the combined data capture length across specified antennas exceeds the limit (2,68...

25 dagar ago | 0

Answered
What is the best technique to do image similarity on a pair of images that are only line segments and provides a value on how similar they are?
Hi @Michael , After going through your comments and to tackle the problem of image similarity comparisons between a hand-draw...

26 dagar ago | 1

| accepted

Answered
Suppressing braces and single quotes of a string matrix
Hi @David Cole , You asked, “How do I suppress the braces and single quotes in a matrix full of strings?” To achieve the ...

27 dagar ago | 0

Answered
Rotation of matrices and image formed from it
Hi @Shafaq, To achieve the desired rotation of a matrix while preserving its norm, you need to consider a few key points. The...

27 dagar ago | 0

Answered
How can I write cell array data AND numeric matrix data in the same UITable in AppDesigner?
Hi @Jack Lebar , To successfully display both cell array data and numeric matrix data in a UITable in MATLAB's AppDesigner, i...

28 dagar ago | 0

| accepted

Answered
how are images stored in defaultimagecdata
Hi @Kees, It is great to see your enthusiasm for learning. Let’s break down your code and clarify how it works, especially fo...

28 dagar ago | 0

Answered
How to align the lane road and vehicle trajectory?
Hi @Xinyu Yang, In your scenario, you have a vehicle trajectory defined in East-North-Up (ENU) coordinates, but your road dat...

29 dagar ago | 0

Answered
Find the minimum positive value between two decisions variables in MILP Environment and big-M method
Hi @Edoardo Beduglio, To achieve your objective of calculating the positive minimum value between (A) and (B) over 16 consecu...

29 dagar ago | 0

Answered
How do I connect data points with a line in a Simbiology XY graph?
Hi @Vivek, To achieve a line graph in SimBiology that connects the data points for complex (C) values at a specific time agai...

30 dagar ago | 0

Answered
كيفية حذف الصف والأعمد في أمر واحد من المصفوفة
Hi @sera , In MATLAB, you can delete rows and columns from a matrix simultaneously by using logical indexing or by specifying...

30 dagar ago | 0

Answered
How could I use "batteryChart" to plot Simscape battery objects on UIAxes in AppDesigner?
Hi @Hartmuth, You mentioned, “Any help or workaround would be highly appreciated!” After reviewing your comments, it sound...

ungefär en månad ago | 0

Answered
Multi agent reinforcement learning for gain tuning power electronics
Hi @Muhammad, Upon reviewing the code, it appears that the specifications for observations and actions are created using rlNu...

ungefär en månad ago | 0

Answered
Undefined operator './' for input arguments of type 'handle.handle'
Hi @Peter_SG , To calculate daily returns in MATLAB, it is essential to ensure that the data structure you are working with i...

ungefär en månad ago | 0

| accepted

Answered
Trying to plot streamlines and need some help
Hi @Britney, To address your query regarding plotting the streamlines of a rotating cylinder, let me first analyze the context ...

ungefär en månad ago | 0

Answered
Simple question about creating an anonymous function,
Hi @Noob, In MATLAB, when you create an anonymous function like myrhs = @(t, z) model(t, z, p), you are indeed specifying the...

ungefär en månad ago | 0

Answered
fplot behavior at breakpoints
Hi @Xiaobo Dong, I do agree with @Walter Roberson’s comments,”fplot does not assume continuity. “ Let me address your query, ...

ungefär en månad ago | 0

| accepted

Answered
How to animate background flow field that an object is moving through?
Hi @ Noob, After going through your comments, in order to achieve a comprehensive animation of both the falling plate and the...

ungefär en månad ago | 0

| accepted

Answered
How do i calculate velocity and acceleration from positional data
Hi @jacob gandrup , To calculate velocity and acceleration from a dataset of x, y, and z coordinates, import the dataset cont...

ungefär en månad ago | 0

Answered
I'm working with EEGlab (applying GND t0 my data set) and I've got the following error:
Hi @Sabela Fondevila Estévez, After reviewing the documentation provided at the link below, <http://kutaslab.ucsd.edu/matl...

ungefär en månad ago | 0

Answered
Can we tell Matlab to write specific dynamic information in the generated report?
Hi @okoth ochola, You mentioned, “the paragraph under "Wind power output" in the final report would read "The wind power outp...

ungefär en månad ago | 1

| accepted

Answered
Change transparency of filled scatter when using 'errorbar' function
Hi @Bo , You mentioned, “ _What I need is to adjust the face transparency of the data point. However, it seems like the funct...

ungefär en månad ago | 0

| accepted

Answered
How to find the positions of pixels with 4 neighborhood in a binary pixel grid
Hi @Harrison, There are several issues that need to be addressed to ensure the code functions correctly. Below, I will outlin...

ungefär en månad ago | 0

Answered
Changing the result of a simulation with changing the units
Hi @Day , The discrepancy in simulation results arises from the dimensional analysis and the inherent relationships between t...

ungefär en månad ago | 0

Answered
How can I upload two files to Dropbox from MATLAB and store their shared links in variables file1 and file2?
Hi @Muhammad Afaq Zafar , After going through your comments, I understand that your goal is to upload the files and retrieve ...

ungefär en månad ago | 0

Answered
How to use nufftn() for interpolation?
Hi @Jerry Guern , After going through documentation provided at the link below, <https://www.mathworks.com/help/matlab/r...

ungefär en månad ago | 0

Answered
Changing colour of plot every time X data changes direction
Hi @Jason, You asked, “I have a set of data (50k lines) representing a raster scan so there are several occurrances of t...

ungefär en månad ago | 0

Load more