First
|
Prev |
Next
|
Last
Pages: 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669
fscanf, fprintf Hi all, can someone pls provide me with an example of the use of the commands fscanf and fprintf Thanks! :) Alan ... 19 May 2010 20:29
dB Conversion Hello there, i am a bit confused about dB conversion, i got an equation which consist of two parts say P and C, where P is the Power and C is the constant (it doesn't have any power), which have impact on the power. so if i want to convert to db the whole equation so which one i... 19 May 2010 21:35
creating a matrix from cell data i'm trying to create a matrix X of 0/1 values from the following information: i have data as a cell (a toy example) in the following format: data = {a b2; a c6; a a7; b b2; b d3; b c6}; a b2 a c6 a a7 b b2 b d3 b c6 .... i want to creat... 19 May 2010 20:29
surfer matlab vector quiver Hi, I would like to export a figure I created using quiver(x,y,u,v,0) to surfer. My problem is how to export the vectors too, not only the grid (x,y). Can someone give a hint? Cheers, nicolas ... 19 May 2010 18:15
fullcrosshair and ginput On Apr 12, 11:49 pm, "Yair Altman" <altmany...(a)gmailDEL.comDEL> wrote: Nathan <ngrec...(a)gmail.com> wrote in message <71fa8d51-93c5-4b56-ab28-0f7beb2c4...(a)y17g2000yqd.googlegroups.com>... On Apr 12, 2:17 pm, Walter Roberson <rober...(a)hushmail.com> wrote: Nathan wrote: On Apr 9, 3:23 pm, Nathan <n... 19 May 2010 18:14
Surface generation from 3D Co-ordinates I have a set of x,y and z coordinates.Can anyone guide me how can I create a surface with these points. Thanks, Rac ... 19 May 2010 20:29
rgb2gray not working Hi Image Analyst, I am trying to implement rgb2gray as follows: I=imread('Frame 0009.tif'); R=rgb2gray(I); but after this it shows following error. Error. This image is not RGB. Aborting. When I run same function with same image on another machine it works properly. Please tell me why it is happening. Tha... 20 May 2010 16:06
using fmincon with matrix as variable in stead of vector I am using fmincon for estimating 6 different variables stored in 2 * 3 matrix C. These are actually probability values of 3 elements across 2 different classes. (row -> class no, column -> data instance no) I have only linear inequality constraints i.e. sum across each column of C should be 1(the constraint we have f... 24 May 2010 14:34
Plotting raw spectrogram Dear All, I would like to plot spectrogram using time vs. frequency starting zero. But, y axis shows 250 to 0 in a reverse way. How could I make it starting 0 to 250? I tried "view(0,-90)" and it looked working but, the image was gone. Please let me know if anyone knows. Thank you in advance. Regards, Jongil ... 19 May 2010 18:15
Surface Extrapolation Hi, The only I would like to know is how we can make 2d extrapolation (surface extrapolation) as with griddata the only we can do is interpolation. ... 20 May 2010 10:32 |