Deepak
Followers: 0 Following: 0
Statistics
0 Questions
36 Answers
RANK
2,768
of 294,359
REPUTATION
20
CONTRIBUTIONS
0 Questions
36 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
4
RANK
of 20,108
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 151,512
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
Multiple y and x-axes in multiple subplots.
Hi @T Ben, As I understand, you are trying to create multiple subplots, each having multiple axes. You want to plot arrays (Cl...
24 days ago | 0
Change multiple axis color and adding minor plot tick
Hi @Filippo Bocchi, I understand that you are using a model that generates two subplots with multiple axes in them. Now, you w...
24 days ago | 0
save a cell to h5 file in matlab
Hi Georges, To my understanding, you have generated a 1x2000 dimension cell array, with each cell being a matrix of size 21x51...
24 days ago | 0
Loop daily average of hourly data
Hi @Fabian Moreno, To my understanding, you have written a MATLAB code to get the daily average temperatures from five station...
25 days ago | 0
Implementation of grid search for a function
Hi @Sardor Butunboev, To my understanding, you have written a “grid” function in MATLAB to find maximum value of a given funct...
25 days ago | 0
Output Structure Values Of Unequal Length To A Matrix
Hi @Michael Mancini, To my understanding, you have created a structure that contains three fields: “run”, “x”, and “y”. Now, y...
28 days ago | 0
Saving cell to file to save RAM
Hi @Jordan Coombs, To my understanding, you have written a MATLAB code to process a large amount of input data and store the o...
28 days ago | 0
How to use a for loop to get previous values to calculate next one
Hi @Holly Janes, I understand that you have written a MATLAB code to generate an array “x” that calculates and stores the valu...
29 days ago | 0
Facial Expression Recognition using matlab
Hi @Sajjad Ali, In the preprocessing stage for facial expression analysis, we can use various operators and techniques to enhan...
29 days ago | 0
Plot graph based on exist uitable data
Hi @Anewa, I understand that you have created an editable UI Table with dimensions 20x2, and you want to fill the table based o...
29 days ago | 0
My UI panel doesn't scale up
Hi John, I understand that you have created a panel within a UI figure in App Designer, and when you maximize the figure, the c...
1 month ago | 1
Display arrays in app designer edit text
Hi @Sikder Meaghi, I understand that you have written a MATLAB code to generate a row matrix with multiple columns, and you w...
1 month ago | 0
Help with Lagrange Interpolation: How can I graph the polynomial of my data sett?
Hi @emma, from my understanding, you are using Lagrange’s Interpolation method to find the polynomial of the given data set. How...
1 month ago | 1
How to Plot a graph, from selected items of columns in Matlab appdesigner.
Hi @veeresh nashimath, from my understanding, you have an app designer code that reads a “.xlsx” file and displays the data in a...
1 month ago | 0
Filtering Table in app designer
Hi @Kyle Koutonen, it is my understanding, that you have created a table in the app designer, and you want to filter the table a...
1 month ago | 0
Is there a way to optimize this?
Hi @Jonathan Pelletier-Marcotte, from my understanding, you have generated the “tres” array that stores the status codes for eac...
1 month ago | 0
same exact results, but without any for loops
Hi @Tvoje Máma, from my understanding, you have a code that calculates “cipher” array as result. Now, you want to achieve the sa...
1 month ago | 0
Just need some help plotting
Hi @Hudson Harrell, from my understanding, you have three arrays named “Dforward”, “Dbackward”, and “Dcentral”, and you want to ...
1 month ago | 0
iteratively changing a value within a line of code based on the output
Hi James, from my understanding, you have an array named “tc1” of size 8, that stores double values. Now, you want to create ano...
1 month ago | 0
Creating arrays that depend on each other
Hi @John Doe, from my understanding, you have two predefined arrays, named “Loss” and “H”. Now, you want to create two arrays, n...
1 month ago | 0
Why am I getting the error that the 'dimensions of arrays concatenated are not consistent'?
Hi @Shayma Al Ali, from my understanding, you have a double array named “DOYfilt” of size 1408 x 1. You want to convert it into ...
1 month ago | 0
Leave one out of an array in a for loop
Hi @Joana, from my understanding, you have generated a “feat_Concatenate” array in which you have concatenated all the features....
1 month ago | 0
How can I get more information about the taper means in array?
Hi @XIAO WEI-ZHI, from my understanding, you have generated the “taper” array and want to gain more insights into it. To get...
1 month ago | 0
Greatest Common Divisor, Recursive code
Hi @Kitt Naughton, To my understanding, you have written code to calculate GCD of two integers. Your code works fine, but the ...
1 month ago | 0
saving a 3D array into a 2d array for each iteration in for loop
Hi @Mhmmd Sjj, To my understanding, you have generated a non-linear differential equation and stored the output in a 3D array....
2 months ago | 0
how to use for loop and while loop in this equation?
Hi @Engineer Batoor khan mummand, To my understanding, you want to take four initial values of variable ‘x’ and then increment...
2 months ago | 0
How to display names in edit field of the files selected to run .m file using button in appdesigner
Hi Harish, To my understanding, you have a MATLAB script that takes as input two MAT files, and you want to run the MATLAB scr...
2 months ago | 0
Match folder names with file names and rename the folder
Hi SChow, To my understanding, you have over 1000 folders named on different cities in a directory. You also have files named ...
2 months ago | 0
Code suggestion missing for methods using argument validation
Hi Christoph Harrer, To my understanding, you are facing the “code suggestions” issue in the command window of MATLAB while us...
2 months ago | 0
possible solution to speed up with power function?
Hi Le Duy Nguyen, To my understanding, you want to speed up the code provided by you that includes mathematical operations. To...
2 months ago | 0