First
|
Prev |
Next
|
Last
Pages: 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365
fprintf['text' vector 'text' vector]??? Hello, Could someone tell me how I can print this using fprintf, I probably missed an insturction somewhere: DE = [ 0.5000 0.7000 0.9000; 2.0000 3.0000 4.0000 ]; > CHECK) With A = 0.5 0.7 0.9 and B 2 3 4 using fprintf in one line. Right now this is what I do: fid = fopen ('test.txt', 'w'); fprintf(fi... 1 Jul 2010 12:12
append I want to append data only after certain interval so how to do? My code looks like that m = mean(nonzeros(A(:))); save('Data/s.mat', 's','-append','-ascii' ); ... 1 Jul 2010 12:12
help Dear Sir or Madam, I dont want to use PMSG block scheme in simulink, so I need the matlab model of the permenet magnet sysnchronous generator (PMSG). I want to use it in Wind Turbine model. it is very important for me. Can you help me. pleas send me at kbasaran(a)adu.edu.tr ... 1 Jul 2010 11:04
vim as editor for .m files When I ssh to my remote server to run Matlab, "edit file.m" opens file.m using "vi" when I am not doing X-forwarding. However, when I am doing X-forwarding, it opens some other GUI-based editor which is not what I want. What do I need to change so that "edit file.m" always opens file.m using vi/vim? Thank you fo... 7 Jul 2010 13:27
Auto Spectrum Scale for Y-axis (Amplitude ) Dear comrade in arms, I would like to ask you concerning the problem that I am facing now and I hope you do not mind to help me. I have tested a sinusoidal signal to find it's auto spectrum with algorithms (X- axis represents frequency and Y-axis represents Amplitude). The X-axis (frequency) of the curve is corre... 2 Jul 2010 09:05
problem assigning variables with eval - nameclash with existing functions Dear group, For post-processing purposes, I am using eval to ungroup data in structures. This works beautifully, except when the structure contains variables which are also function names. My specific problem is with the variable beta (the thermal expansion coefficient), which clashes with the built-in beta function... 1 Jul 2010 22:15
Remove empty string from a cell array For example I have a cell array : A = {'you' 'me' 'go' ' ' 'give'}, this cell array has a many empty string (''), what will be the best option to remove this empty string. Thanks for any hint ... 1 Jul 2010 09:57
converting from dataset (statistics toolbox) to cell array I have a varibale A, of dataset class (250 by 1), the contents are all string. I need to convert that into a cell array of (250 by 1), unfortunately there seems to be no built in function for this. I tried cellstr in the documentation under dataset, but error. Any hint. ... 1 Jul 2010 14:27
Executable Java - Undefined Function Hello, I am using Matlab 7.8.0 2009a on Windows XP. I wrote a simple code which moves the mouse pointer and then clicks. Here is the code: import java.awt.Robot; import java.awt.event.*; mouse=Robot; mouse.mouseMove(100,100); mouse.mousePress(InputEvent.BUTTON1_MASK); If I execute this code on Matlab, ... 2 Jul 2010 02:36
Replacing a NaN by it nanmean Hi, Thanks to all for your valuable help. Tegards. ... 1 Jul 2010 09:57 |