Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

matlab

Status
Not open for further replies.

tigercotter

New Member
I am saving an input through labview as a text file. I know to find the maximum value in the signal by using the max(signal) command. But i am reading currents from an induction motor so there an initial transcient phase so i want to the matlab to search the text file after say 100 samples.


Thanks
Tiger
 
max( signal(100:size(signal,2) ) );
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top