Community Profile

photo

Ishaan Mehta


Last seen: 23 days ago Active since 2022

Student, IIIT Surat '23.

Statistics

  • Knowledgeable Level 2
  • First Answer

View badges

Content Feed

View by

Answered
Undefined function 'SelectedPoint' for input arguments of type 'matlab.graphics.chart.primitive.Line'. Error while evaluating Line ButtonDownFcn.
Hi Tomer, As I understnd, you wish to call a method defined in the application code, within the "methods" block, in a "Butto...

23 days ago | 0

Answered
How can I save matrix to .txt, .xslx, and .pdf file selectable by the user using dialog box in App Designer?
Hi Nimet As I understand, you wish to allow the user to pick out a specific format for export, from a list of allowed options...

24 days ago | 0

Answered
formatting to excel and inputting data into a matrix (???)
Hi Zachary, Since your application involves multiple stages of user input and processing, I feel creating an interactive app...

24 days ago | 0

Answered
How can I link user inputs to corresponding cell in table
Hi Zain, I understand that you have a spreadsheet with values for "separation" for the given pairs of "Pipe1" and "Pipe2", an...

1 month ago | 0

Answered
New Issue with writing table from matlab to excel and equations
Hey Keith, As I understand, you are using "writetable" function to export a table into an Excel sheet with a column containi...

1 month ago | 0

Answered
Do I have to call release() on matlab COM-interfaces?
Hi Florian, From the code snippets shared by you, I understand that you wish to check if "release" function in MATLAB mandato...

2 months ago | 0

Answered
How do I get values from an excel sheet and calculate with them in appdesigner?
Hi Shanice, I understand that you want to import data from an Excel sheet for use in a MATLAB App Designer application. I am...

2 months ago | 0

Answered
i keep receiving this error message in matlab
Hi Hector, I understand that you are facing an error regarding incompatible dimensions of matrices while performing matrix mu...

4 months ago | 0

Answered
Plot two set of curves with the same colours on the same figure
Hi Carlos I understand that you want to plot two curves on the same figure, and wish to change the plot color for each iteratio...

1 year ago | 0

| accepted

Answered
Create a plot of a signal
Hey Miguel I understand that you want to process a long array in batches while leaving out a fixed number of elements in betwee...

1 year ago | 0

| accepted

Answered
How can I make different matrices for different values from other matrices?
Hi Marvin I understand that you want to display the values in arrays xco and yco in a neat, user-friendly manner. This can by ...

1 year ago | 0

Answered
matlab code to c
Hi Nandini I understand that you want to convert your existing MATLAB code to C code. I suggest you to refer to Generate C Cod...

2 years ago | 0

Answered
Regression Learner: Importing batches from a database as input data
Hi Dominik As I understand, your problem can be solved by importing the table's rows in batches, instead of fetching the entire...

2 years ago | 0

Answered
Add row from one table to another if column combination do not exist in the last mentioned table.
Hello I understand that you wish to move rows myTable to bigTable only if the combination of the first 3 columns of myTable'r d...

2 years ago | 0

Answered
binary insertion sort code in matlab
Hi Saiteja I understand that you want to implement Binary Insertion Sort, which is a variation of Insertion sort algorithm that...

2 years ago | 0

Answered
Mean and Median Frequency, Total Power ,Peak Frequency
Hi C PRASAD I understand that you want to convert a time-domain signal to its frequency-domain form and analyze its properties....

2 years ago | 0

Answered
Error in my code : Array dimensions must match for binary array op. Error in newhet (line 139) lamd4=20*D3-30*D2+12*D1-D0;
Hi Namrata In the second last line, it says: D3=nansum(c3,2); Judging by the code above the given line, it seems to be a typo...

2 years ago | 0

Answered
How to approximate a curve in a matrix?
Hi Glypton I understand that you want to plot the maximum values of each row in the matrix, over a plot of the matrix itself. ...

2 years ago | 0

| accepted

Answered
Create a time table
Hi Miguel From your last comment, as per my understanding, you want to record start_time and end_time in the same column, and t...

2 years ago | 0

| accepted

Answered
Saving Timeseries out of Workspace as Matlab file
Hi Sascha As per my understanding, you want to save a variable (containing a timeseries) in a .mat file with a dynamic name. T...

2 years ago | 0