figure subplot1132 (2/3/2011 9:49:02 AM) comp.soft-sys.matlab Hi
I want to put my plot results in one figure so that it would appear as in http://img694.imageshack.us/i/askr.jpg/
there, no need to extra y axis for value2 and value3 column plots.
subplot does some... Ruslan
GUI global variable2172 (12/29/2010 7:38:14 AM) comp.soft-sys.matlab Hi,
I want to declare global variable so that I could use it in one callback and access on another callback function.
on net, the proposed way is to use guidata. but I could not apply that. since I'm dea... Ruslan
contour on mesh1258 (10/15/2010 10:15:41 AM) comp.soft-sys.matlab Hi...
I have my mesh with
[X,Y] = meshgrid(-50:1:50 , 1:0.1:9.8)
and plot
mesh(X,Y,elektrik')
where elektrik is nxm matrix. it works fine
now I want mesh with contour lines as in http://www.mathworks.c... Ruslan
cubes inside a sphere2371 (4/6/2010 3:53:38 AM) comp.soft-sys.matlab Hi. I want to apply some formulations on cubes that can be fitted inside a sphere.
for example if I have sphere for radius 3 cm, I need many 1cm side cubes inside sphere as much as possible with their location... Ruslan
overlap figures1198 (12/13/2009 11:57:47 PM) comp.soft-sys.matlab Hi. I want to overlap my two figures in a way that it is on pic on the link.
http://www.flickr.com/photos/44234931@N03/4065956110/
plot(frequency,impedance,'r',frequency,angle,'b'); does not work because,... Ruslan
axis scale #2335 (11/2/2009 12:42:14 AM) comp.soft-sys.matlab hi. I want to plot values on a figure like in the picture http://www.flickr.com/photos/44234931@N03/4065956110/ logarithmic Y values are ok. but for X axis values I couldnot arrange it. how to do it so that my... Ruslan
calculate after differentiation152 (10/26/2009 3:58:04 AM) comp.soft-sys.matlab if I have syms x f = 2*x^3 if I diffentiate diff(f) = 6*x^2 how can I put into x value 3 so that the result would be 6*3*3 = 54 is it possible ... Ruslan
image processing toolbox #12136 (7/27/2009 8:58:29 PM) comp.soft-sys.matlab hi, I am using university licensed matlab7.0.1 version. I dont have image processing toolbox installed. but there is a file named Image_Processing_Toolbox501.zip inwhich there are prodinfo.enc and images.enc. d... Ruslan
contour figure and mesh figure for multidimension function135 (5/18/2009 10:15:49 AM) comp.soft-sys.matlab Hi all... I have a code that simulates contour figure for 3D. [x,y]=meshgrid(-5.12:.1:5.2, -5.12:.1:5.2); z=(x.^2 + y - 11).^2 + (x + y.^2 - 7).^2; v = 5:30:305; [C,h] = contour(x,y,z,v); set(h,'ShowText','on... Ruslan
sum #7030 (5/6/2009 9:40:14 AM) comp.soft-sys.matlab Hi.. I use fnc.m for function call. in it function [result] = fnc(m) % m is matrix filled with variables % and here how can solve summation problem without using loop, like for while and etc. test function i... Ruslan
akle's replies:
Items(4) /1
levenberg-mardquart algorithm in matlab564 (11/22/2008 5:21:14 PM) comp.soft-sys.matlab hi , I am supposed to write matlab code to solve problem in LM algorithm. On net I couldnt find good documentation and or example about LM to understand it. briefly I need simple example to get understand algo... akle(29)
sorting matrix338 (11/25/2008 1:27:25 AM) comp.soft-sys.matlab Hi, I want to sort my matrix by its coulmn. I mean if I have matrix like [ 1 1 6 2 2 4 3 3 5] then I want it sorted as [ 2 2 4 3 3 5 1 1 6] namely sort it according to 3rd column, how can I achieve this ? t... akle(29)
image processing toolbox #12136 (7/27/2009 8:58:29 PM) comp.soft-sys.matlab hi, I am using university licensed matlab7.0.1 version. I dont have image processing toolbox installed. but there is a file named Image_Processing_Toolbox501.zip inwhich there are prodinfo.enc and images.enc. d... akle(29)
axis scale #2335 (11/2/2009 12:42:14 AM) comp.soft-sys.matlab hi. I want to plot values on a figure like in the picture http://www.flickr.com/photos/44234931@N03/4065956110/ logarithmic Y values are ok. but for X axis values I couldnot arrange it. how to do it so that my... akle(29)