First
|
Prev |
Next
|
Last
Pages: 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212
bloomberg-tick data Hello , I am a user of bloomberg and i download historical tick data through matlab using the timeseries function. It seems that this function does not offer the choise of a trade condition code field. How can i request the condition code for each tick to be dispayed along with the TRADE and AT_TRADE fields? Thank... 21 Jul 2010 08:03
PolySpace source code obfuscator Back in the day... PolySpace used to come with a source code obfuscator for Ada/C/etc - this no longer seems to be shipped with the verifier, can it be obtained by some other means, perhaps posted here or in the file exchange section? Thanks, Martin ... 21 Jul 2010 10:13
BIC I would like to implement clustering of means (GMM distribution) using BIC Kindly help me how to apply BIC in mean file which contains 39 dimensional data ... 21 Jul 2010 08:02
Removing scaling label from axis? Hello Marie, Please try this: set(gca,'YTickLabel',{'One';'Two';'Three';'Four'}). You can add text whatever you want. By default the YTickLabel is 'auto', that's why Matlab displays a scale factor. To remove this scale factor please set the YTickLabel to manual mode through Figure properties. Hope this will ... 21 Jul 2010 06:58
Open button on gui toolbar Hi Forum, I would like to get the absolute file path information selected by a user when he clicks the Open button on the toolbar of my gui and selects a file. How do I go about this? Cheers. ... 21 Jul 2010 09:08
plotting histogram of color image Sir, i went thor the code of plotting the histogram of rgb image how can same be done for an HSV image which is quantized into16,3,3, bins thanx in advance ... 21 Jul 2010 06:58
matrix converter i have a simulink model of a direct torque control for induction machine, it is based from the example for ac4 machine model. the problem is i need to use a matrix converter for this model instead of the 3-phase inverter already inside the model. i have try many time but the output does not match the expected result.... 21 Jul 2010 10:13
arrayfun Hi I am using kaku=(a)solve; S=arrayfun(kaku,eq,TL1(3:i+2)) where eq=<1*11sym> and TL1=<1*25sym> which returns error as ??? Error using ==> arrayfun Unsupported ARRAYFUN input type: sym please tell me how to use solve function because i have to use the array TL1 and eq and i determines the index; ... 21 Jul 2010 10:13
How do I check thermal equlibrium Hi, I am solving Boltzmann equation. After solving it I am getting number of particles corresponding to r(position) and k(energy) for a particular time (like t=1 ns). How do I check is it thermal equlibrium or not? Thank you. With Regards, S. Som ... 21 Jul 2010 06:58
fastinsert and mysql tinyint field problem Hello all, I'm writing a matlab program to insert data into a mysql5.0 table. The table has a tinyint(1) field. when inserting data into this field with fastinsert code: fastinsert(conn, 'test', {'test'}, {6; 7; 8}); I get this warning: Warning: Value other than 0 or 1 converted to Java true: fastinse... 21 Jul 2010 06:58 |