Deepak
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
68 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
When using checkbox, how do I cancel the last check?
Hi @han han, This issue can be resolved by implementing a “persistent” variable to store the handles of the text objects, allo...
When using checkbox, how do I cancel the last check?
Hi @han han, This issue can be resolved by implementing a “persistent” variable to store the handles of the text objects, allo...
7日 前 | 0
回答済み
Overload basic arithmetic for classes arrays?
Hi @Alex Kashuba, The task of overloading the “plus” operator for a custom MATLAB class can be achieved by defining a method na...
Overload basic arithmetic for classes arrays?
Hi @Alex Kashuba, The task of overloading the “plus” operator for a custom MATLAB class can be achieved by defining a method na...
8日 前 | 0
回答済み
Make function reset for every interval/day
Hi @Helena Hjørringgaard, As I understand, the task is to perform and accumulate daily calculations on minute-by-minute time-s...
Make function reset for every interval/day
Hi @Helena Hjørringgaard, As I understand, the task is to perform and accumulate daily calculations on minute-by-minute time-s...
8日 前 | 0
回答済み
i need help on solve function
Hi @MD.MASHRAVI SHAMS, The error occurs because the “solve” function is expecting symbolic variables as input, but numeric val...
i need help on solve function
Hi @MD.MASHRAVI SHAMS, The error occurs because the “solve” function is expecting symbolic variables as input, but numeric val...
8日 前 | 0
回答済み
writetables data on excel
Hi @Nick Pappas, We can append data to an Excel file by first checking if the file already exists and then reading the current...
writetables data on excel
Hi @Nick Pappas, We can append data to an Excel file by first checking if the file already exists and then reading the current...
9日 前 | 0
回答済み
Plotting wave solution at specific time
Hi @bml727, We can plot the solution at time step (t = 0.3) by updating the plot for the sixth iteration of the solution array...
Plotting wave solution at specific time
Hi @bml727, We can plot the solution at time step (t = 0.3) by updating the plot for the sixth iteration of the solution array...
10日 前 | 0
回答済み
Plot_Legend_selecting_curve
Hi @Dalibor Zeman, To programmatically collect the display names of all plotted curves, we use “findall” function in MATLAB to...
Plot_Legend_selecting_curve
Hi @Dalibor Zeman, To programmatically collect the display names of all plotted curves, we use “findall” function in MATLAB to...
10日 前 | 0
回答済み
How to graph alternative solution of a function
Hi @Adam Thompson, We can plot both possible solutions of (A) against the launch angles by using two distinct initial guesses ...
How to graph alternative solution of a function
Hi @Adam Thompson, We can plot both possible solutions of (A) against the launch angles by using two distinct initial guesses ...
10日 前 | 0
回答済み
Missing context menu for "axes" contained in "uifigure" parent
Hi @Alexander May, In MATLAB, “uifigure” and “figure” objects have different underlying architectures, which is why we notice ...
Missing context menu for "axes" contained in "uifigure" parent
Hi @Alexander May, In MATLAB, “uifigure” and “figure” objects have different underlying architectures, which is why we notice ...
11日 前 | 0
回答済み
Conversion of HF File to mat File
Hi @Humera Yasir, To convert an HDF5 (.h5) file into a MATLAB (.mat) file, we can use built-in functions of MATLAB to read the...
Conversion of HF File to mat File
Hi @Humera Yasir, To convert an HDF5 (.h5) file into a MATLAB (.mat) file, we can use built-in functions of MATLAB to read the...
14日 前 | 0
回答済み
Filter Data In Table App Designer
Hi @Eshe Boyette, To filter the data table based on the user input in MATLAB, first we need to ensure that the Excel file is c...
Filter Data In Table App Designer
Hi @Eshe Boyette, To filter the data table based on the user input in MATLAB, first we need to ensure that the Excel file is c...
14日 前 | 0
回答済み
runtime of sparse matrix components allocation
Hi @reza aghaee, The performance slowdown you are observing is due to the way MATLAB handles sparse matrix allocation. Although...
runtime of sparse matrix components allocation
Hi @reza aghaee, The performance slowdown you are observing is due to the way MATLAB handles sparse matrix allocation. Although...
15日 前 | 0
回答済み
Plot multiple results using for loop
Hi @rex a, To fix the issue of mismatched vector lengths when plotting the filtered signals, we need to ensure that the time v...
Plot multiple results using for loop
Hi @rex a, To fix the issue of mismatched vector lengths when plotting the filtered signals, we need to ensure that the time v...
16日 前 | 0
回答済み
Writing cell arrays to Excel
Hi @george pepper, To convert the entire dataset into tabular format and write into an excel file, we can first iterate each r...
Writing cell arrays to Excel
Hi @george pepper, To convert the entire dataset into tabular format and write into an excel file, we can first iterate each r...
16日 前 | 0
回答済み
Loop through grid layout takes FOREVER. How can I optimize the code?
Hi @Johnny Birch, To optimize the performance of the MATLAB code, creating many text areas in a grid layout, we can implement ...
Loop through grid layout takes FOREVER. How can I optimize the code?
Hi @Johnny Birch, To optimize the performance of the MATLAB code, creating many text areas in a grid layout, we can implement ...
17日 前 | 0
回答済み
Plotting multiple patterns of an array
Hi @Muhammad Usman Ghani, To achieve the desired result of displaying both polar and rectangular plots of array’s radiation pa...
Plotting multiple patterns of an array
Hi @Muhammad Usman Ghani, To achieve the desired result of displaying both polar and rectangular plots of array’s radiation pa...
17日 前 | 0
回答済み
Need help for Zoom function in AppDesigner
Hi @Umair Mughal, In App designer, handling events like pan and zoom can be a bit different from working with traditional figu...
Need help for Zoom function in AppDesigner
Hi @Umair Mughal, In App designer, handling events like pan and zoom can be a bit different from working with traditional figu...
17日 前 | 0
回答済み
Converting .tif file into an .ascii file
Hi @Ahmed Abdulla, As I understand it, you are attempting to convert a “.tif” image file into a numerical matrix in MATLAB, wit...
Converting .tif file into an .ascii file
Hi @Ahmed Abdulla, As I understand it, you are attempting to convert a “.tif” image file into a numerical matrix in MATLAB, wit...
18日 前 | 0
回答済み
Minimize array of functions witn multiple variables
Hi @Marina Timakova, From my understanding, you have written MATLAB Code to optimize the parameters (a), (b), and (c) to minim...
Minimize array of functions witn multiple variables
Hi @Marina Timakova, From my understanding, you have written MATLAB Code to optimize the parameters (a), (b), and (c) to minim...
18日 前 | 0
回答済み
How to extract trajectories based on trial times from another array?
Hi Alex, As I understand it, you are working with two arrays, one containing time, X, and Y coordinates of a paw’s movement, an...
How to extract trajectories based on trial times from another array?
Hi Alex, As I understand it, you are working with two arrays, one containing time, X, and Y coordinates of a paw’s movement, an...
約1ヶ月 前 | 0
回答済み
Random phase generator inside a iteration loop
Hi @Soong Wei Kang, From my understanding, you are working on a phase retrieval algorithm in MATLAB, which involves manipulatin...
Random phase generator inside a iteration loop
Hi @Soong Wei Kang, From my understanding, you are working on a phase retrieval algorithm in MATLAB, which involves manipulatin...
約1ヶ月 前 | 0
回答済み
How to save multiple .mat files data into single .mat file?
Hi @hirra awan, From my understanding, you have multiple “.mat” files, each containing multiple image patches/blocks of size 3...
How to save multiple .mat files data into single .mat file?
Hi @hirra awan, From my understanding, you have multiple “.mat” files, each containing multiple image patches/blocks of size 3...
約1ヶ月 前 | 0
回答済み
how to put rand syntax in a matrix operation?
Hi @raqib Iqbal, From my understanding, you have written MATLAB code to define the “ROM” matrix by pairing the first few value...
how to put rand syntax in a matrix operation?
Hi @raqib Iqbal, From my understanding, you have written MATLAB code to define the “ROM” matrix by pairing the first few value...
約1ヶ月 前 | 0
回答済み
String vectors in HDF5
Hi Peter, As I understand it, you want to know how we can create and store data in an HDF5 file from a string array/ char cell...
String vectors in HDF5
Hi Peter, As I understand it, you want to know how we can create and store data in an HDF5 file from a string array/ char cell...
約1ヶ月 前 | 0
回答済み
how to calculate image prediction ?
Hi Narimen, As I understand it, you want to calculate the prediction error image “e (i,j)” of the input image, based on the gi...
how to calculate image prediction ?
Hi Narimen, As I understand it, you want to calculate the prediction error image “e (i,j)” of the input image, based on the gi...
約1ヶ月 前 | 0
回答済み
Real time plotting of data from csv file
Hi Kishor, From my understanding, you are reading the data from a sensor and capturing it into a CSV file. You want to plot th...
Real time plotting of data from csv file
Hi Kishor, From my understanding, you are reading the data from a sensor and capturing it into a CSV file. You want to plot th...
約1ヶ月 前 | 0
回答済み
How to plot them together and get the equasions of each of them ?
Hi @Tomer Segev, From my understanding, you have written MATLAB code to fit two linear models to two different dependent varia...
How to plot them together and get the equasions of each of them ?
Hi @Tomer Segev, From my understanding, you have written MATLAB code to fit two linear models to two different dependent varia...
約1ヶ月 前 | 0
回答済み
multiple images in one figure using a scrollbar
Hi Prashant, As I understand it, you have several “dicom” figures that are either monochrome or RGB and are of different sizes...
multiple images in one figure using a scrollbar
Hi Prashant, As I understand it, you have several “dicom” figures that are either monochrome or RGB and are of different sizes...
約1ヶ月 前 | 0
回答済み
how to change x and y values to a range of values
Hi @Avenger2020, As I understand, you have written a MATLAB script to plot multiple graphs on the same figure using the “hold ...
how to change x and y values to a range of values
Hi @Avenger2020, As I understand, you have written a MATLAB script to plot multiple graphs on the same figure using the “hold ...
約1ヶ月 前 | 0
回答済み
How make Random sampling set multiple times
Hi @HAN TAEHEE, To my understanding, you have written MATLAB code to generate “n” random samples from the given input data. No...
How make Random sampling set multiple times
Hi @HAN TAEHEE, To my understanding, you have written MATLAB code to generate “n” random samples from the given input data. No...
約2ヶ月 前 | 1