Question


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...

nästan 12 år ago | 2 answers | 0

2

answers

Answered
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

nästan 12 år ago | 0

Question


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...

nästan 12 år ago | 1 answer | 1

1

answer

Answered
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...

nästan 12 år ago | 0

| accepted

Answered
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 ...

nästan 12 år ago | 0

Answered
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...

nästan 12 år ago | 0

Answered
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...

nästan 12 år ago | 2

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

nästan 12 år ago | 0

Question


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...

nästan 12 år ago | 1 answer | 0

1

answer

Answered
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://...

nästan 12 år ago | 0

Question


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...

nästan 12 år ago | 1 answer | 0

1

answer

Answered
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

nästan 12 år ago | 0

| accepted

Question


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...

nästan 12 år ago | 1 answer | 0

1

answer

Question


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...

nästan 12 år ago | 1 answer | 0

1

answer

Answered
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...

nästan 12 år ago | 0

Answered
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...

nästan 12 år ago | 0

Answered
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...

nästan 12 år ago | 0

Question


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 ...

nästan 12 år ago | 0 answers | 0

0

answers

Question


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

nästan 12 år ago | 2 answers | 0

2

answers

Question


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

nästan 12 år ago | 3 answers | 0

3

answers