Community Profile

photo

Arkaniva Sarkar


Last seen: 1 month ago Active since 2021

Statistics

  • Thankful Level 3
  • Thankful Level 2
  • Knowledgeable Level 1
  • First Answer

View badges

Content Feed

View by

Question


Trigger event callback from another event callback
I want to trigger 'CheckedNodesChangedFcn' callback of uitree from 'ButtonPushedFcn' callback of a pusbutton in appdesigner. C...

8 months ago | 1 answer | 0

1

answer

Question


Form-based PDF template generation using GUI
I've been trying to generate a form-based template which takes in data from a GUI and exports the same as a PDF programmatically...

1 year ago | 1 answer | 0

1

answer

Question


Plot not updating even after changing plot data
I am plotting lines on a surface plot in a GUI and trying to update the lines by changing XData,YData and ZData, but the lines a...

1 year ago | 1 answer | 0

1

answer

Question


Error in converting array in double to string
These errors occured when I tried to convert an array in double to string using the following methods. Method 1: str = []; ar...

1 year ago | 2 answers | 0

2

answers

Answered
how can I convert an array in double format to string?
You can either use string(arr) or num2str(arr), depending on what you desire. string(arr) will create a string array by converti...

1 year ago | 1

| accepted

Question


Plane fit in 3d using least squares method
I have a matrix n where n = [x,y,z] = 325.8693 225.7653 332.6122 328.8458 221.9215 ...

1 year ago | 1 answer | 0

1

answer

Question


Error while using cellfun with a function
I am using cellfun to apply a function on train and test variables for feature extraction. The function works absolutely fine wh...

2 years ago | 1 answer | 0

1

answer