Hi Guys,
Is there a way through the product information screen to differentiate between a 32 bit and 64 bit install of AutoCAD 2008. I assume the Product Version code will contain this - if so what are the code differences?
waiting for ur reply,
cheers,
vinod.b
hi,
i have a string s='c1.mat'
i want to save s when i say it saves in the name s, but i want it to be saved as c1.mat how to do that,
any advices please,
thanks,
vinod.b
how can i automatically load m scripts one after other and run them from my program.
i have say a.m and then b.m and i want to run a.m and save the resulting mat file and then load them in b.m and then run it,
i can do the save and load but how to execute the m script in succession.
thanks...
hi.
thanks for your replies,
i have a command down here where value of e is 200 but when i run this, it is not taking e's value and it isnt working properly can someone guide me why,
dos([['C:\Project\splitCSV.exe C:\Project\' fileName ' e ']])
waiting for your reply,
vinod.b
Hi,
I have a set of .csv files which i can convert using a converter which i can call thru matlab using dos command,the problem is, i have around 10 files to convert one by one and here is the code i wrote, but i couldnt get it done because in the path for the conversion if i say 's' it doesnt...
I have a data of a two compressor speeds and i have to create another matrix for every 5 hrs another variable for the comp speed.
then i plot the graph with x axis compressor speed and the difference of this speeds in the y axis for every 5hrs and then i have to take a data from a point for...
Hi,
i am a mechanical engineer with basic in matlab, i am having an array of data for compressor speed and efficiency.
but i would like to filter for speed of 5000 in that array,and also get the efficiencies which are in different arrays for that corresponding speed values.
can anyone suggest...
Hi,
i am looking to calculate volumetric efficiency of a screw compressor,
i have pressure ratio and temperature at outlet and inlet and comp speed and power.
how to find volumetric efficiency with volume flowrate
that is actual volume flow rate / theoritical volume flow rate.
your...