Hi all,
Im working on a program which imports ( and loads) all the .mat files in to the workspace. The number of .mat files in the directory may vary to a significant number(say at around 1000 frames).To just give you an idea of what im doing, below is my code that i have written
files =...
sorry about that.Here is what im doing,I have written a program in 'C' which reads a file(say 'getvalues.txt') and returns some variable values(example:returns a,b,c,d variable values from this file, ). I have to use these values in a matlab program. So, I was thinking to call this 'C' program...
Hi,
I want some help regarding the calling of C routines in matlab(.m) files. I wrote a function in C and im calling it from a '.m' file and using its return type. My question here is as how to implement this procedure. I know a little bit about using mex, mcc in matlab but dont know exactly...
Hi,
I'm a newbie learning matlab and im presently working on dataset segmenting. I have a frame, suppose by dimensions 6500x192(approx) and the sampling frequency 100MHz. I need to segment each column ( 1 thru 192) into a fixed size(like 2mm length each) segments. I segmented the dataset...
Hi,
This is my first post in this forum. I have a problem with datasets (.mat files). Im working on tissue imaging and has performed an experiment on specimens to get datasets to work on. The size of the datasets varied at around 5200x192. But the problem im facing is that i got some garbage...