First  |  Prev |  Next  |  Last
Pages: 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223
Disable linking of Shared Libraies
Hi! I am using gcc on matlab with mex ! 1. I am wondering how can i disable linking of shared libraries ! I am getting some error which i am sure is due to shared library ! I always want gcc to use static libray ! I am not a root user 2. How can i tell it to link shared library ! mex -v aki.c -L/usr/local/i... 20 Jul 2010 05:54
gui trigger event on variable change
i'm creating a gui that, given a time series and a time axis, displays the data and gives the user some controls on it. so its prototype will be something like fig_handle=GUI_displayTS(time_series, time_axis) since i want to be able to change the data displayed without completely redrawing the interface i'd... 21 Jul 2010 03:46
elliptic filter design
i am designing here a fifth order elliptic filter in simulink but i am getting an error message as "Error reported by S-Function 'sdspfilter2' in 'ellip_broadcast1/Digital Filter': The block sample time must be discrete." please help me in rectifying this error. Thanks and Regards, ATUL KUMAR SINGH, Hardware ... 21 Jul 2010 05:54
Matlab gui as application gui
Hi , Is it possible, to use (or to develop) an application gui that is just like the Matlab gui ? I would like to have several workspaces with different ways to show data. Many IDE (e.g Eclipse, Visual Stusio etc) have a common type of IDE. I would like to have such a structure for my app. Any advise how to do this... 20 Jul 2010 02:41
Invisible watermarking
in matlab how to convert visible watermarking into invisible watermarking? any code changes required? any matlab code for invisible watermarking? ... 20 Jul 2010 10:14
ODE solve - how to get positive results
I have a set of ODEs as following: function xb=generation(t,x) global vl mds1 mds2 mds3 c1 c2 c3 fh nh cm fm km nm vl=0.333; mds1=667*0.59*0.64; mds2=667*0.10*0.40; mds3=667*0.10*0.10; c1=0.00023; c2=0.00013; c3=0.00003; fh=1.0; kvfa=0.2; nh=1.0; cm=0.5; fm=1.0... 20 Jul 2010 10:14
Help importing a Java class!!!
The solution is to write a java class to register the MySQL driver. See http://www.mathworks.com/matlabcentral/fileexchange/28237 for complete solution. ... 20 Jul 2010 02:41
file read
hi i am reading the file x z o,p,q,r,s,t,u,v,w,x,T A*p+B*u y*p+D*q+E*r+F*s G*q+H*r+I*t J*q+K*s+L*x M*r+N*o+O*t+2*x*P 2*x*Q+R*o+S1*s+P*t+U*T+V*z W*o+N*t+X*T+R*2*x+Y*v d*w+e*v+f*u g*u+h*p+i*w+j*v k*v+l*o+m*w+n*u Z*T+2*x*a+b*z+c*o using fid=fopen('/sim/TLV1117LV_DS/x0138322/scripts/userinput.m'); while(... 20 Jul 2010 05:54
Problem: worldmap after imshow or surf(peaks)
Hi, I had issues in drawing worldmap after imshow or surf commands, hope somebody could help me. I put the corresponding problematic figures at http://jaxforum.webs.com/apps/photos/album?albumid=9550438 for your information. Here are the codes with my comments parenthesized: sz = get(0, 'ScreenSize')... 20 Jul 2010 01:36
Half complex FFT
My understanding is that MATLAB utilizes the popular FFTW c-library to do its FFTs. In the FFTW library is a function for computing only the positive half of the FFT when the input is purely real. Does anyone know if there is a way to access this in MATLAB or not? ... 20 Jul 2010 02:41
First  |  Prev |  Next  |  Last
Pages: 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223