Click here to Skip to main content
15,929,686 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: errors! Pin
jhwurmbach23-May-03 1:38
jhwurmbach23-May-03 1:38 
GeneralRe: errors! Pin
Rage23-May-03 1:47
professionalRage23-May-03 1:47 
GeneralRe: errors! Pin
flora_k23-May-03 2:59
flora_k23-May-03 2:59 
GeneralRe: errors! [modified] Pin
Rage23-May-03 3:09
professionalRage23-May-03 3:09 
GeneralRe: errors! Pin
Rage23-May-03 1:27
professionalRage23-May-03 1:27 
GeneralRecordSets && DataSets Pin
NHM23-May-03 0:14
NHM23-May-03 0:14 
GeneralRe: RecordSets && DataSets Pin
Alexandru Savescu23-May-03 6:05
Alexandru Savescu23-May-03 6:05 
Generalhelp! Pin
flora_k22-May-03 23:56
flora_k22-May-03 23:56 
Hi,
can one help me to write the below Matlab code in VC++?

Dura=1000/4096;
Trl =0;
i=1;
for location = 1:length(y)-1
if ((y(location)-sl<0)&(y(location+1)-sl>0))|((y(location)-sl>0)&(y(location+1)-sl<0))
perc = (sl(location) - y(location))/(y(location +1) - y(location)) ;
time = t(location) + (t(location+1)- t(location))*perc;

Trl(i)=time;
i=i+1;


elseif y(location)-sl==0;
Trl(i)=t(location);
i=i+1;

end;
end;

for i=1:length(Trl)-1
realTrl(i)=Trl(i+1)-Trl(i);
end

Trl=realTrl;

histogram_ram(1:4096) = 0;

for i=1:length(Trl)
i_index=round(Trl(i)/Dura)+1;
histogram_ram(i_index)=histogram_ram(i_index)+1;

end;

Thx



F.K
GeneralRe: help! Pin
Rage23-May-03 1:42
professionalRage23-May-03 1:42 
Questionwhat have I deleted? :=&lt; Pin
ilavl22-May-03 23:33
ilavl22-May-03 23:33 
AnswerRe: what have I deleted? :=&lt; Pin
Rickard Andersson2023-May-03 0:04
Rickard Andersson2023-May-03 0:04 
GeneralDisabled mini-bar in Developer Studio Pin
JensB22-May-03 23:31
JensB22-May-03 23:31 
QuestionCan Anyone Help me on OLE Drag&amp;Drop In MFC Pin
ccdai22-May-03 23:15
ccdai22-May-03 23:15 
GeneralSomething really strange !! Pin
Cedric Moonen22-May-03 21:44
Cedric Moonen22-May-03 21:44 
GeneralRe: Something really strange !! Pin
Rage22-May-03 23:07
professionalRage22-May-03 23:07 
GeneralRe: Something really strange !! Pin
Cedric Moonen22-May-03 23:19
Cedric Moonen22-May-03 23:19 
GeneralRe: Something really strange !! Pin
Neville Franks23-May-03 0:52
Neville Franks23-May-03 0:52 
GeneralRe: Something really strange !! Pin
Cedric Moonen23-May-03 1:41
Cedric Moonen23-May-03 1:41 
GeneralRe: Something really strange !! Pin
Neville Franks23-May-03 1:58
Neville Franks23-May-03 1:58 
GeneralRe: Something really strange !! Pin
Cedric Moonen23-May-03 2:12
Cedric Moonen23-May-03 2:12 
GeneralRe: Something really strange !! Pin
Neville Franks23-May-03 2:21
Neville Franks23-May-03 2:21 
GeneralRe: Something really strange !! Pin
Cedric Moonen23-May-03 2:41
Cedric Moonen23-May-03 2:41 
GeneralRe: Something really strange !! Pin
Neville Franks23-May-03 2:47
Neville Franks23-May-03 2:47 
GeneralRe: Something really strange !! Pin
Cedric Moonen23-May-03 2:59
Cedric Moonen23-May-03 2:59 
GeneralRe: Something really strange !! Pin
Neville Franks23-May-03 3:06
Neville Franks23-May-03 3:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.