photo

Satyam


Last seen: 2 months 前 自 2025 起处于活动状态

Followers: 1   Following: 0

统计学

MATLAB Answers

0 个提问
28 个回答

排名
198,126
of 299,768

声誉
0

贡献数
0 个提问
28 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 20,800

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,831

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer

查看徽章

Feeds

排序方式:

已回答
Cannot use WindowButtonDownFcn and zoom in the same app in newer Matlab version
Hi @Sjoerd Nooteboom, I faced a similar problem in the past. Assigning a 'WindowButtonDownFcn' callback to a 'uifigure' in App...

2 months 前 | 0

已回答
I cannot use the lugauss function to calculate L and U factors from matrix A. Please help!
Hi Tianlan, According to my understanding, since the value of x is not explicitly mentioned either in the code or the attached ...

3 months 前 | 0

已回答
Implement edges weights from nodes variables
Hi Fabio, According to my understanding, we can implement an algorithm that for every out-edge of a source node, assigns the we...

3 months 前 | 0

已回答
Can I use image processing to compare color of a bag with a provided standard bag photo?
Hi @Muhammad Aslam Khan, To address the subjectivity in visual color inspection of product packaging bags, we can implement a M...

3 months 前 | 0

已回答
Tall column: Efficient way to limit tall array column value
Hi @Toon Mertens, According to my understanding one needs to calculate a new tall column for battery capacity in MATLAB, using ...

3 months 前 | 0

已回答
can someone help me by solving this error, there are three ode wich i have to solve and plot a single graph of al three equations in one graph.
Hi Devyanshi, To solve the error, the code can be modified by putting the last 4 lines of code to the top as suggested previous...

3 months 前 | 0

已回答
calculating the costs of a change in mean using the standard deviation
Hi Daniel, To detect change points in a signal using the sliding window method, the function 'SlideFun' can be extended by inco...

3 months 前 | 0

已回答
path, graph, source, destination
Hi @k khaja, To find all paths in graph originating from a point and ending at the same point, we are basically finding cycles ...

3 months 前 | 0

已回答
How to create a simple recommender system base on Norms and inner products?
Hi Neri, A simple recommender system can use inner products and norms to measure similarity between users using cosine similari...

3 months 前 | 0

已回答
Dynamic Display in edit text box
Hi Brendan, To automatically and continuously update the IR sensor reading (without pressing the button each time), a ‘timer’ o...

3 months 前 | 0

已回答
all sky camera image to graph (x,y) distance vs intensity
Hi Hasnaa, A graph of Latitude and Longitude vs. Intensity is required from the all-sky camera image. The process begins by ide...

3 months 前 | 0

已回答
How to use/work with a Signal recorded with function "audiorecorder" instead of inserting a .wav file?
Hi Panagiotis, You can utilize 'getaudiodata' method of the 'audiorecorder' object in order to access the recorded signal data....

4 months 前 | 0

已回答
how to do in code a type of graph and vectors
Hi Álvaro, According to my understanding you are trying to plot a vector diagram of electric dipole in the presence of a unifor...

5 months 前 | 0

已回答
Exporting UIFigure using Matlab 2020a
Hi Abhishek, I faced a similar issue in MATLAB R2020a but I observed that it was working fine with MATLAB R2020b onwards. So, ...

5 months 前 | 0

已回答
How to plot multi array in one segmentation?
Hi Mingde, According to my understanding, the goal is to plot a multidimensional array in a 16 by 10 figure, where squares repr...

5 months 前 | 0

已回答
How can I send GET request with cookie and any headers?
Hi Shayan, I understand that you want to include HTTP headers and cookies in your GET request. You can leverage “webread” funct...

5 months 前 | 0

已回答
Function Calculates the Probability of a Fibonacci Number
Hi Sophie, I understand that you're working on calculating the probability of the k-th digit of a Fibonacci number in a subset ...

5 months 前 | 0

已回答
how to draw concentric circles with a random radios for first circle and next circles ploted with a period of 8 pixel respect to the inner circule?
Hi @farhad vaseghi, To draw concentric circles with a random initial radius and subsequent circles with a spacing of 8 pixels b...

5 months 前 | 0

已回答
Reloading a figure when a push button is pushed
Hi @elnaz amanollahy, To address the need for saving button states and resetting them to their original settings, consider main...

5 months 前 | 0

已回答
using a value from table based on the current time
Hi @Graduation Project, In order to utilize the rain intensity value from a table for the current real-time date and time in MA...

6 months 前 | 0

已回答
Auto-Completion-List in app designer
Hi @amakoba yim, The Java code snippet provided cannot be integrated with ‘App Designer’ because Java components are not suppor...

6 months 前 | 0

已回答
Classifying grainy and defected marbles
Hi @matlablearner, To extract grains and cracks from an image and superimpose them, start by reading and converting the image t...

6 months 前 | 0

已回答
Simple menu selection plot dependent on radio button selection (App designer)
Hi @Ghufran Aldawood, The reason behind nothing gets plotted on the axis is that the variables which store the values of the co...

6 months 前 | 0

已回答
edge detection and comparison
Hi @Jishnoop JAYAPRAKASH, In order to calculate the reduced area and radius, you can proceed with the following steps: Preproc...

7 months 前 | 0

已回答
How to ignore NaN values in price2ret
Hi, To handle ‘NaN’ values in a price series while calculating returns, you can preprocess the data to fill ‘NaN’ values with t...

7 months 前 | 0

已回答
read selected data from text file from a matrix or array of numeric values
Hi there, You can use ‘fopen’ function to open the .txt file in MATLAB. Simultaneously, you can also leverage the usage of ‘fge...

7 months 前 | 0

已回答
Downloading historical trading pair data on BINANCE using Matlab.
Hi there, To download historical funding data using MATLAB, you can start by identifying the URL, request body, and options fo...

7 months 前 | 0

已回答
Display symbolic vector in LaTeX formulation
Hi, You can’t display LaTeX notation on console since it only supports Unicode characters. For more details, you can refer to a...

7 months 前 | 0