提问


Create contents of popup menu dynamically
I want to create a popup menu with contents dynamically,based on value of a variable n in my code. Example:- If n is 2,the co...

12 years 前 | 2 个回答 | 0

2

个回答

已回答
References and Books on Object Oriented Programming in Matlab
Does this help you, http://www.mathworks.in/support/books/index_by_categorytitle.html?category=18&sortby=title

12 years 前 | 0

提问


Dynamically creating Pop-up menus
Is there a way thru which i can dynamically create pop-up menus, example:- I have a graph with plots of sind(1:360),cosd(1:36...

12 years 前 | 1 个回答 | 1

1

个回答

已回答
evaluate bessel with plot
You get that error because g is a vector of length 500(reduced from 501 due to diff command you used) & omega is of length 50...

12 years 前 | 0

| 已接受

已回答
How to make a symmetric plot with surf?
Maybe symmetric means his plot looks symmetric and about that eps part for making those hidden regions which appear in your eps ...

12 years 前 | 0

已回答
How to write coding for the following problem
Assuming z is a vector of length 3,x is scalar y = zeros(1,4) y(1)= x; for i = 1:3 y(i+1) = y(i)+z(i); end y(4) + 2...

12 years 前 | 0

已回答
Drawing on a m-file via the command window; possible?
Yeah,you can do the similar think in a m-file as u did in your simulink file as long as you haven't typed clear in the comma...

12 years 前 | 2

已回答
computing area between 2 curves
If u know the vectors then try using polyarea & subtract them

12 years 前 | 0

提问


Color plotting of a plot
Hi everyone, I can plot curve with a color of my wish(red) as plot(sind(1:360),'red'); and this works If i want t...

12 years 前 | 1 个回答 | 0

1

个回答

已回答
How to display a running timer in MATLAB GUI
I was trying to do a similar thing except that my timer should start from times gui starts running. This code helped me, http://...

12 years 前 | 0

提问


Pause the execution of script
Hi everyone, I have a script file which has a plot in it, then i have a gui which changes settings of that plot , so i used p...

12 years 前 | 1 个回答 | 0

1

个回答

已回答
How do I use a single or double pipe (vertical line) in an "or" statement?
if k==39 || K==90 do that else do that end

12 years 前 | 0

| 已接受

提问


Syncing both sliders and edit boxes
I have a gui with sliders & edit boxes in it.If i change slider position value is displyed on edit box,but how do we change slid...

12 years 前 | 1 个回答 | 0

1

个回答

提问


GUI - To run a matlab script from gui
I plotted a graph and created a gui for line width,style,color.....,of graph and now I want to run script from gui with new sett...

12 years 前 | 1 个回答 | 0

1

个回答

已回答
issues with if statement and plotting values
I understand your code now,I took P & stiffness as 1 and wrote code,so you might add them to this code otherwise, I think this s...

12 years 前 | 0

已回答
vectorization - problem with zeros
A(find(R==0),:)=0; % on doing this u make a row of A=0 at which R=0 assuming there is only 1 zero in R as per you example oth...

12 years 前 | 0

已回答
issues with if statement and plotting values
I did not exactly understand what you r trying to do,but here's my advice:- * did you declare the variables P,stiffness in yo...

12 years 前 | 0

提问


GUI - saving settings,rerunning with saved settings
I have a GUI with some popup menu,sliders,buttons etc.. which change properties of a plotted graph(say markers, linestyle,width ...

12 years 前 | 0 个回答 | 0

0

个回答

提问


Matlab to LaTeX
How do you convert a matlab surface 3-D plot to LaTeX

12 years 前 | 2 个回答 | 0

2

个回答

提问


Area of a triangle
Is there a function to find area of triangle,not by using Heron's algorithm.

12 years 前 | 3 个回答 | 0

3

个回答