Statistics
RANK
10,548
of 295,467
REPUTATION
4
CONTRIBUTIONS
46 Questions
2 Answers
ANSWER ACCEPTANCE
67.39%
VOTES RECEIVED
3
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Question
Generating '.apk' file
Hello all, Is it possible to generate android supporting applications (APK files) using MATLAB ? or any other process by which ...
8 years ago | 2 answers | 0
2
answersQuestion
Getting handle of static textbox in MATLAB .
Hello, How can I get numerical handle value of static textbox in MATLAB GUI, like we get for PBs and axes ? thank you
8 years ago | 1 answer | 0
1
answerQuestion
Integrating address field in independent GUI as shown in MATLAB .
Hello all, Is it possible to Integrating address field in independent GUI as shown in MATLAB or any integration so that user ca...
8 years ago | 1 answer | 0
1
answerQuestion
Theoretical detail about ROI and VOI extraction .
Hello all, this is not a programmatic issue, I want to get known about significance of extraction of ROI(region of interest) an...
8 years ago | 0 answers | 0
0
answersQuestion
Saving a file with name of reference of other file name ?
Hello all; I want to save two types of file(.stl and .mat) in which one file (.stl) will be saved by user with particular name ...
8 years ago | 2 answers | 0
2
answersQuestion
Is sculpting of 3D render possible in MATLAB ?
Hello all , Is it possible to perform various sculpting techniques like - push, pull, smooth, grab, pinch in MATLAB ? It seems...
8 years ago | 2 answers | 0
2
answersQuestion
How to make rotated axis as main axis ?
Hello all , I have rotated 3D axis with some angle , there is one 3D object (cylinder) which rotates along according to angle ,...
8 years ago | 1 answer | 0
1
answerQuestion
How to run multiple GUIs in one GUI ?
Hello all, I have multiple GUIs to work with and I want to put them into single GUI with having 'tab' option , How is this poss...
8 years ago | 2 answers | 0
2
answersQuestion
How a object moves in particular direction ?
Hello all, when any object is at origin (0,0,0) then the position of object can be changed by just adding or subtracting values...
8 years ago | 1 answer | 0
1
answerQuestion
Is there any alternate of "axes(handles.axes1)"
Hello all; In GUI while I am using multiple axes and using "axes(handles.axes1)" command , I feel it takes much time. For exam...
8 years ago | 1 answer | 0
1
answerQuestion
What is better option than using 'global' ?
Hello all, In GUI, I am using plenty of global variables from which the performance gets influenced . I want to know what are t...
8 years ago | 2 answers | 1
2
answersQuestion
How to return value from an axes ?
Hello all, How to return value of an axes in GUI, which is typically a numeric value. That value can be used to handle the axes...
8 years ago | 2 answers | 0
2
answersQuestion
How to show different views on different axes ?
Hello all, I have code to generate 3D volume , which is - load mri.mat; K = squeeze(D); K = padarray(K,[10 10 10],'both')...
8 years ago | 1 answer | 0
1
answerQuestion
How to improve performance of code ?
Hello all, I am using this code for getting the data point coordinates among defined vertices . ver = vertice; % nX3 ...
8 years ago | 1 answer | 0
1
answerQuestion
getting inner data co-ordinate points of a cone .
Hello all, I have details of a cone in which the radius , the height , starting and ending points are included . How to get inn...
8 years ago | 0 answers | 0
0
answersHow i change cone direction and how i verify if a 3D point is inside of cone?
Hello , use 'rotate' function after 'surf', the created shape will be rotated according to plane , direction n specific points...
9 years ago | 0
Question
How to quickly get coordinates of all possible points inside a specific cuboid ?
Hello all, I know the starting and ending mid points of a cuboid. L,B and H also .I want to get all points which are inside the...
9 years ago | 0 answers | 0
0
answersQuestion
How can be the variable of one slider be independent on variable of another slider , initially ?
Hello all, I am using two sliders for generating cylinder (for altering R and H).code is - function slider1_Callback(hObjec...
9 years ago | 1 answer | 0
1
answerQuestion
how to initialize a variable with zero value ?
Hello all, I have one function which depends on two variables but it should not depend on the second variable until I change th...
9 years ago | 1 answer | 0
1
answerQuestion
How we can skip copying codes ?
Hello all, Many of the places I am using same lines of code , I don't want to copy codes all over again and again . What should...
9 years ago | 1 answer | 1
1
answerQuestion
Updating object using slider
Hello all , I am updating position of cylinder using slider , But I want to see only updated shape but its showing them all , me...
9 years ago | 1 answer | 0
1
answerQuestion
How to change values of variable in both increasing and decreasing manner in GUI ?
Hello all, As we use slider for changing values of variable continuously in GUI , but slider changes values in one direction on...
9 years ago | 1 answer | 0
1
answerQuestion
Keeping one object stationary and inserting that into rotatable object .
Hello all, I am having some problem about insertion of one 3D object into other 3D object. For that one object must be stable a...
9 years ago | 1 answer | 0
1
answerQuestion
Which are the softwares for better 3D designing ?
Hello all , I want to know that which softwares are there who gives better experience and visualization for 3D graphics than MA...
9 years ago | 1 answer | 0
1
answerQuestion
how to get data cursor values on user input ?
Hello all , how can I get value of data cursor with using datacursormode and store into a variable without using pause command ...
9 years ago | 2 answers | 0
2
answersQuestion
How to create a 3d volume like 3d volume of mri.mat ?
Hello all , I want to ask that how can we make 3D volume like 3D volume of "mri.mat" with using multiple DICOM images ? when ...
9 years ago | 1 answer | 0
1
answerQuestion
How to improve performance of GUIs ?
Hello all , Its a general but crucial question . I want to ask that what are the factors which work on GUI performance and smoo...
9 years ago | 2 answers | 0
2
answersQuestion
getting vertices of patch object after rotation .
Hello all , I am inserting a patch object and then rotating it about some angle . How can I get vertices of patch object after ...
9 years ago | 1 answer | 0
1
answerQuestion
How to rotate set of 3d points about a specific point ?
Hello all , Having a set of 3D points I want to rotate them about user defined point , not only about the mid point . how it w...
9 years ago | 2 answers | 0
2
answersQuestion
How to move set of points diagonally ?
Hello all , I have a 3D matrix (of a particular dimension). we can move points in either x or y or z directions by adding some...
9 years ago | 1 answer | 0