Statistics
16 Questions
0 Answers
RANK
18,630
of 295,467
REPUTATION
2
CONTRIBUTIONS
16 Questions
0 Answers
ANSWER ACCEPTANCE
31.25%
VOTES RECEIVED
2
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
Highlight/Raise parts of an image
Hi all, I have an image positioned along xy plane (z=0). Now I have around 30 values of z. Depending upon the values of z, I ...
10 years ago | 0 answers | 0
0
answersQuestion
Fix the position of GUI
I have a GUI developed using GUIDE. How should I set the position of the GUI such that it fits the entire screen??? It should be...
11 years ago | 1 answer | 0
1
answerQuestion
YTickLabels at specified RGB values in colorbar
Hello all, I have a jet colorbar appearing with my figure. I want to set the 'YTickLabels' at specified RGB values of the col...
11 years ago | 2 answers | 0
2
answersQuestion
Naming a GUI with spaces
Hello, Is it possible to name a GUI with a name other than that of m-file's name. GUI's name should contain spaces, like the ...
11 years ago | 1 answer | 1
1
answerQuestion
Plot 3d coordinates on an image
Hello, I have a set of 3-D coordinates that I have plotted using scatter3(). I would like to plot the same coordinates on an ...
11 years ago | 0 answers | 0
0
answersQuestion
Figure Rotation In 3D
Hello, On executing a certain Matlab code I get a figure displayed (3D)on the screen. I am rotating the figure manually to ...
11 years ago | 1 answer | 0
1
answerQuestion
Variable usage in Callbacks
Hello, I have two callback functions named as file_Callback and loaddataset_Callback function file_Callback(hObject, eve...
11 years ago | 1 answer | 0
1
answerQuestion
Creating non editable uitable
Hello, Is there any way to disable the editable property in uitable. I am using matlab 7.0.1 (R14). Thanks in advance.
11 years ago | 2 answers | 0
2
answersQuestion
Replace NaN values with blanks
Hello all, I need to replace the NaN values with a blank space in either a matrix or cell array. What should I do?? On tryin...
11 years ago | 2 answers | 0
2
answersQuestion
Append to an array
Hi all, I have a function called details, where the user enters his name, and the details are stored in the array, say "name"...
11 years ago | 2 answers | 1
2
answersQuestion
Generate a table in Matlab GUI (matlab 7.0.1)
Hi all, I have an excel sheet containing 30 rows and 30 columns. Using Matlab Guide, I read the excel sheet. Now I want to di...
11 years ago | 2 answers | 0
2
answersQuestion
how to use a variable returned from one callback function in an other callback funtion in GUI??
I have two functions called sum1_Callback and disp_Callback function c=sum1_Callback(hObject, eventdata, handles) c= 2*2; ...
11 years ago | 1 answer | 0
1
answerQuestion
Saving a figure in GUI
On executing some GUI code i am getting a figure.If the user closes the image he/she is asked whether he/she needs to save the i...
11 years ago | 1 answer | 0
1
answerQuestion
Problem in function handling using callback functions GUI
I have a user defined function named myfunction(). I have designed a layout using guide.The layout(guimain.m) contains a edit bo...
11 years ago | 3 answers | 0
3
answersQuestion
doubt in meshCanopy function
Hello, I have a problem while working with the meshcanopy function.(FIle Exchange) I have the matrices x,y and z each of s...
11 years ago | 0 answers | 0
0
answersQuestion
How to do a surf plot for non - uniform data?
Hi all.... I have the matrices x,y and z each of size 30x1. x & y are the X,Y coordinates and z represents the height of the ...
11 years ago | 2 answers | 0