Trendline equation from line

I'm having more a mathematical problem than just Labview related issue. In fact it can be regarded as both.
I want to predict results of a temperature rise as a logaritmic function.
I can do it in Excel and there i get an formula that i can calculate future values. The good with excel is that i can write the graph beoynd my measuring point.
I want to do the same in LV 8.2 to write the graph beoynd my measuring points.
Is this even possible to do or am i just waiting for a miracle to happen.
Regards,
Nicklas
Attachments:
1.png ‏36 KB
2.png ‏15 KB

You should have read the online Help !
Logarithm Fit Details
This VI fits data to a logarithmic function of the general form described by the following equation:
f = a ln(b.X) (= a ln (b) + a ln (X)
where x is the input sequence X, a is the amplitude, and b is the scale. This VI finds a and b that best fit the observations (X, Y).
a correspond to your A parameter, and a ln (b) is equal B)
You should use the a and b values returned by the Logarithm fit vi and calculate new Y values from an additionnal set of X vals.
Message Edité par chilly charly le 10-31-2007 02:54 PM
Chilly Charly    (aka CC)
         E-List Master - Kudos glutton - Press the yellow button on the left...        

Similar Messages

  • In Mail, the "From" line shows the wrong name associated with the email id. How do I update it?

    In Mail, the "From" line shows the wrong name associated with my email ID. I've looked over preferences and account information but have not found where I can update it.

    There isn't an email address associated with the contact name who appears as the "from" in Mail. It used to be a shared email address and I already had updated the contact to list only the phone number in case that was causing the problem. 

  • Live5.1: Is surround or 4 speakers from line-in VCR poss., surround ev

    I have finally got two pairs of powered speakers to plug into my Li've5. X-Gamer boxed card I got a few years back. When I play mp3s or CDs music from the pc CD player both the line out and rear outs play, both the same stereo i guess, when I turn both pairs on. I don't know whethere or not it has mattered what Sounds, settings in Windows XP I have as speakers type set to in Control Panel. I have NO creative software installed. Just what windows update gave me when it recognized my card. I am using WMP9. My CD player is a Pioneer DVD-6 non-tray (so it has no digital output), but I do have the CD audio line connected to the Li've 5. card, as well as the pci slot. I have never tried a surround DVD movie so I don't know if 4 speakers is giving me surround or not. I have a cheesy DVD or two, and I am getting sound from 4 speakers, but I'm not sure if it is in "simulated surround" or dolby surround (or a simulated 4 speaker version of dolby surround).
    There is a line-in on the back of the sound card, and I have JUST plugged in a hi-fi VCR. With both pairs of speakers on, I get no rear sound channel. Therefore, definetly no 5.:
    Questions
    : Is it possible to get rear channels as well from line in (dual stereo) as above from line-in?
    2: Is it possible to get a surround-loaded stereo signal from line-in (VCR) decoded into both the line outs and rear outs, as either Dolby SURROUND , or simulated SURROUND?
    3: Is it possible to create Surround effect out of mp3s or pc CD music in 4 speakers?
    4: Do I need to install the creative software?

    I have finally got two pairs of powered speakers to plug into my Li've5. X-Gamer boxed card I got a few years back. When I play mp3s or CDs music from the pc CD player both the line out and rear outs play, both the same stereo i guess, when I turn both pairs on. I don't know whethere or not it has mattered what Sounds, settings in Windows XP I have as speakers type set to in Control Panel. I have NO creative software installed. Just what windows update gave me when it recognized my card. I am using WMP9. My CD player is a Pioneer DVD-6 non-tray (so it has no digital output), but I do have the CD audio line connected to the Li've 5. card, as well as the pci slot. I have never tried a surround DVD movie so I don't know if 4 speakers is giving me surround or not. I have a cheesy DVD or two, and I am getting sound from 4 speakers, but I'm not sure if it is in "simulated surround" or dolby surround (or a simulated 4 speaker version of dolby surround).
    There is a line-in on the back of the sound card, and I have JUST plugged in a hi-fi VCR. With both pairs of speakers on, I get no rear sound channel. Therefore, definetly no 5.:
    Questions
    : Is it possible to get rear channels as well from line in (dual stereo) as above from line-in?
    2: Is it possible to get a surround-loaded stereo signal from line-in (VCR) decoded into both the line outs and rear outs, as either Dolby SURROUND , or simulated SURROUND?
    3: Is it possible to create Surround effect out of mp3s or pc CD music in 4 speakers?
    4: Do I need to install the creative software?

  • Recording from LINE-IN problem

    Hi at all,
    I have a problem with recording input audio coming from LINE-IN of my pc.
    I looked up on google and on this forum to find something useful but I found nothing. If I try to access line-in I get exception: Line unsupported.
    I found a discovery code to find what I have on my pc:
    ArrayList<Mixer.Info> mixerInfos = new ArrayList<Mixer.Info>(Arrays.asList(AudioSystem.getMixerInfo()));
    Line.Info portInfo = new Line.Info(Port.class);
    for (Mixer.Info mixerInfo: mixerInfos) {
         Mixer mixer = AudioSystem.getMixer(mixerInfo);
         if (mixer.isLineSupported(portInfo)) {
              // found a Port Mixer
              System.out.println("Found mixer: " + mixerInfo.getName());
              System.out.println("\t" + mixerInfo.getDescription());
              System.out.println("Source Line Supported:");
              ArrayList<Line.Info> srcInfos = new ArrayList<Line.Info>(Arrays.asList(mixer.getSourceLineInfo()));
              for (Line.Info srcInfo: srcInfos) {
                   Port.Info pi = (Port.Info) srcInfo;
                   System.out.println("\t" + pi.getName() + ", " + (pi.isSource() ? "source" : "target"));
                   showControls(mixer.getLine(srcInfo));
              } // of for Line.Info
              System.out.println("Target Line Supported:");
              ArrayList<Line.Info> targetInfos = new ArrayList<Line.Info> (Arrays.asList(mixer.getTargetLineInfo()));
              for (Line.Info targetInfo: targetInfos) {
                   Port.Info pi = (Port.Info) targetInfo;
                   System.out.println("\t" + pi.getName() + ", " + (pi.isSource() ? "source" : "target"));
                   showControls(mixer.getLine(targetInfo));
         } // of if
    .....follow the result:
    Found mixer: Port Intel [hw:0]
        HDA Intel, Realtek ALC662 rev1
    Source Line Supported:
         Front Mic Boost, source
              Available controls:
                   Front Mic Boost Control containing Volume, and Balance Controls.
                        Volume with current value: 0.6666667  (range: 0.0 - 1.0)
                        Balance with current value: -2.9802322E-8  (range: -1.0 - 1.0)
         Mic Boost, source
              Available controls:
                   Mic Boost Control containing Volume, and Balance Controls.
                        Volume with current value: 0.6666667  (range: 0.0 - 1.0)
                        Balance with current value: -2.9802322E-8  (range: -1.0 - 1.0)
         Capture, source
              Available controls:
                   Capture Control containing Volume, Balance, and Select Controls.
                        Volume with current value: 1.0  (range: 0.0 - 1.0)
                        Balance with current value: 0.0  (range: -1.0 - 1.0)
                        Select Control with current value: true
         Capture, source
              Available controls:
                   Capture Control containing Volume, Balance, and Select Controls.
                        Volume with current value: 1.0  (range: 0.0 - 1.0)
                        Balance with current value: 0.0  (range: -1.0 - 1.0)
                        Select Control with current value: true
    Target Line Supported:
         Master, target
              Available controls:
                   Master Control containing Volume, and Mute Controls.
                        Volume with current value: 1.0  (range: 0.0 - 1.0)
                        Mute Control with current value: false
         Headphone, target
              Available controls:
                   Headphone Control containing Volume, Balance, and Mute Controls.
                        Volume with current value: 1.0  (range: 0.0 - 1.0)
                        Balance with current value: 0.0  (range: -1.0 - 1.0)
                        Mute Control with current value: false
         PCM, target
              Available controls:
                   PCM Control containing Volume, and Balance Controls.
                        Volume with current value: 1.0  (range: 0.0 - 1.0)
                        Balance with current value: 0.0  (range: -1.0 - 1.0)
         Front, target
              Available controls:
                   Front Control containing Volume, Balance, and Mute Controls.
                        Volume with current value: 1.0  (range: 0.0 - 1.0)
                        Balance with current value: 0.0  (range: -1.0 - 1.0)
                        Mute Control with current value: false
         Front Mic, target
              Available controls:
                   Front Mic Control containing Volume, Balance, and Mute Controls.
                        Volume with current value: 0.61290324  (range: 0.0 - 1.0)
                        Balance with current value: -1.8822519E-8  (range: -1.0 - 1.0)
                        Mute Control with current value: true
         Front Mic Boost, target
              Available controls:
                   Front Mic Boost Control containing Volume, and Balance Controls.
                        Volume with current value: 0.6666667  (range: 0.0 - 1.0)
                        Balance with current value: -2.9802322E-8  (range: -1.0 - 1.0)
         Line, target
              Available controls:
                   Line Control containing Volume, Balance, and Mute Controls.
                        Volume with current value: 0.7096774  (range: 0.0 - 1.0)
                        Balance with current value: 2.9802322E-8  (range: -1.0 - 1.0)
                        Mute Control with current value: false
         Mic, target
              Available controls:
                   Mic Control containing Volume, Balance, and Mute Controls.
                        Volume with current value: 0.7419355  (range: 0.0 - 1.0)
                        Balance with current value: -1.0366025E-8  (range: -1.0 - 1.0)
                        Mute Control with current value: true
         Mic Boost, target
              Available controls:
                   Mic Boost Control containing Volume, and Balance Controls.
                        Volume with current value: 0.6666667  (range: 0.0 - 1.0)
                        Balance with current value: -2.9802322E-8  (range: -1.0 - 1.0)
         Beep, target
              Available controls:
                   Beep Control containing Volume, Balance, and Mute Controls.
                        Volume with current value: 0.0  (range: 0.0 - 1.0)
                        Balance with current value: 0.0  (range: -1.0 - 1.0)
                        Mute Control with current value: trueThis is the class I use for my test:
    import java.io.File;
    import java.io.IOException;
    import java.text.SimpleDateFormat;
    import java.util.Date;
    import javax.sound.sampled.AudioFileFormat;
    import javax.sound.sampled.AudioFormat;
    import javax.sound.sampled.AudioInputStream;
    import javax.sound.sampled.AudioSystem;
    import javax.sound.sampled.DataLine;
    import javax.sound.sampled.LineUnavailableException;
    import javax.sound.sampled.Mixer;
    import javax.sound.sampled.TargetDataLine;
    import org.apache.commons.configuration.ConfigurationException;
    import org.apache.commons.configuration.PropertiesConfiguration;
    import org.apache.log4j.Logger;
    public class LineinRecorder extends Thread {
         /** Logger instance */
         private static Logger log = Logger.getLogger(LineinRecorder.class);
         private TargetDataLine m_line;
         private AudioFileFormat.Type m_targetType;
         private AudioInputStream m_audioInputStream;
         private File m_outputFile;
         private LineinRecorder(TargetDataLine line, AudioFileFormat.Type m_type, File file) {
              m_line = line;
              m_targetType = m_type;
              m_audioInputStream = new AudioInputStream(line);
              m_outputFile = file;
          * Starts the recording. To accomplish this, (i) the line is started and
          * (ii) the thread is started.
         public void start() {
               * Starting the TargetDataLine. It tells the line that we now want to
               * read data from it. If this method isn't called, we won't be able to
               * read data from the line at all.
              m_line.start();
               * Starting the thread. This call results in the method 'run()' (see
               * below) being called. There, the data is actually read from the line.
              super.start();
          * Stops the recording.
          * Note that stopping the thread explicitely is not necessary. Once no more
          * data can be read from the TargetDataLine, no more data be read from our
          * AudioInputStream. And if there is no more data from the AudioInputStream,
          * the method 'AudioSystem.write()' (called in 'run()' returns. Returning
          * from 'AudioSystem.write()' is followed by returning from 'run()', and
          * thus, the thread is terminated automatically.
          * It's not a good idea to call this method just 'stop()' because stop() is
          * a (deprecated) method of the class 'Thread'. And we don't want to
          * override this method.
         public void stopRecording() {
              m_line.stop();
              m_line.close();
          * Main working method. You may be surprised that here, just
          * 'AudioSystem.write()' is called. But internally, it works like this:
          * AudioSystem.write() contains a loop that is trying to read from the
          * passed AudioInputStream. Since we have a special AudioInputStream that
          * gets its data from a TargetDataLine, reading from the AudioInputStream
          * leads to reading from the TargetDataLine. The data read this way is then
          * written to the passed File. Before writing of audio data starts, a header
          * is written according to the desired audio file type. Reading continues
          * untill no more data can be read from the AudioInputStream. In our case,
          * this happens if no more data can be read from the TargetDataLine. This,
          * in turn, happens if the TargetDataLine is stopped or closed (which
          * implies stopping). (Also see the comment above.) Then, the file is closed
          * and 'AudioSystem.write()' returns.
         public void run() {
              try {
                   AudioSystem.write(m_audioInputStream, m_targetType, m_outputFile);
              } catch (IOException e) {
                   e.printStackTrace();
         public static void record() {
               * We have made shure that there is only one command line argument. This
               * is taken as the filename of the soundfile to store to.
              String strFilename = "audios/linein_rec.wav";
              File outputFile = new File(strFilename);
               * For simplicity, the audio data format used for recording is hardcoded
               * here. We use PCM 44.1 kHz, 16 bit signed, stereo.
              AudioFormat audioFormat = new AudioFormat(8000.0F, 16, 1, true, false);
               * Now, we are trying to get a TargetDataLine. The TargetDataLine is
               * used later to read audio data from it. If requesting the line was
               * successful, we are opening it (important!).
              Mixer.Info[] aInfos = AudioSystem.getMixerInfo();
              TargetDataLine targetDataLine = null;
              try {
                            // aInfos[2] is the only supported
                   targetDataLine = AudioSystem.getTargetDataLine(audioFormat,aInfos[2]);
                   targetDataLine.open(audioFormat);
              } catch (LineUnavailableException e) {
                   out("unable to get a recording line");
                   e.printStackTrace();
                   System.exit(1);
               * Now, we are creating an AudioRecorder object. It contains the
               * logic of starting and stopping the recording, reading audio data from
               * the TargetDataLine and writing the data to a file.
              LineinRecorder recorder = new LineinRecorder(targetDataLine, AudioFileFormat.Type.WAVE, outputFile);
               * Here, the recording is actually started.
              recorder.start();
              out("Recording...");
              try {
                   if (p==null) {
                        Thread.sleep(5000);
                   } else {
                        Thread.sleep(p.getLong("registrationTime"));
              } catch (InterruptedException e1) {
                   e1.printStackTrace();
               * Here, the recording is actually stopped.
              recorder.stopRecording();
              out("Recording stopped.");
         private static void out(String strMessage) {
              System.out.println(strMessage);
    }So, when i call LineinRecorder.record() I get :
    java.lang.IllegalArgumentException: Line unsupported: interface TargetDataLine supporting format PCM_SIGNED 8000.0 Hz, 16 bit, mono, 2 bytes/frame, little-endian
         at com.sun.media.sound.PortMixer.getLine(PortMixer.java:120)
         at javax.sound.sampled.AudioSystem.getTargetDataLine(AudioSystem.java:731)
         at capture.LineinRecorder.record(LineinRecorder.java:149)
         at entrypoint.MainEntry.main(MainEntry.java:73)I don't understand why ? I don't know if I must specify explicitly     the line port but I don't know how to build TargetDataLine object.
    Please help me I'm in trouble.
    Any help is granted.
    Regards,
    edcruise.

    Thanks for the reply..
    I read the article and followed the example...but, I get:
    java.lang.IllegalArgumentException: No line matching interface TargetDataLine supporting format PCM_SIGNED 44100.0 Hz, 16 bit, stereo, 4 bytes/frame, little-endian is supported.
         at javax.sound.sampled.AudioSystem.getLine(AudioSystem.java:459)
         at entrypoint.MainEntry.main(MainEntry.java:133)Is there a way to list all available audio formats ? I wonder that does not exist a simple method to get them.
    Follow my code taken from above example:
                   File outputFile = new File("audios/linein-rec.wav");
                   AudioFormat recordingFormat = new AudioFormat(AudioFormat.Encoding.PCM_SIGNED, 44100.0F, 16, 2, 4, 44100.0F,
                             false);
                   DataLine.Info info = new DataLine.Info(TargetDataLine.class,
                             recordingFormat);
                   TargetDataLine recordLine = null;
                   try {
                        recordLine = (TargetDataLine) AudioSystem.getLine(info);
                        recordLine.open(recordingFormat);
                   } catch (LineUnavailableException e) {
                        System.out.println("unable to get a recording line");
                        e.printStackTrace();
                        System.exit(1);
                   adjustRecordingVolume();
                   AudioFileFormat.Type fileType = AudioFileFormat.Type.WAVE;
                   KokRecorder recorder = new KokRecorder(recordLine, fileType, outputFile);
                   recorder.start();
                   System.out.println("Recording...");
                   try {
                        Thread.sleep(5000);
                   } catch (InterruptedException e1) {
                        e1.printStackTrace();
                   recorder.stopRecording();
                   System.out.println("Recording stopped.");
         public static void adjustRecordingVolume() throws Exception {
              Port.Info recPortInfo = new Port.Info(Port.class, "Capture", true);
              Port recPort = (Port) AudioSystem.getLine(recPortInfo);
              setRecControlValue(recPort);
         private static void setRecControlValue(Port inPort) throws Exception {
              inPort.open();
              Control[] controls = inPort.getControls();
              for (int i = 0; i < controls.length; i++) {
                   if (controls[i] instanceof CompoundControl) {
                        Control[] members = ((CompoundControl) controls).getMemberControls();
                        for (int j = 0; j < members.length; j++) {
                             setCtrl(members[j]);
                        } // for int j
                   } // if
                   else
                        setCtrl(controls[i]);
              } // for i
              inPort.close();
         private static void setCtrl(Control ctl) {
              if(ctl.getType().toString().equals("Select")) {
                   ((BooleanControl)ctl).setValue(true);
              if(ctl.getType().toString().equals("Volume")) {
                   FloatControl vol = (FloatControl) ctl;
                   float setVal = vol.getMinimum() + (vol.getMaximum() - vol.getMinimum()) * 0.8f;
                   vol.setValue(setVal);
    Thanks in advance.
    Regards,
    edcruise.

  • Recording audio from line-in

    When I start recording, Captivate switches automaticly from
    line-in (where my input device is) to microphone. Captivate forgets
    my configuration, which I set under "Audio" / "Options". How can I
    get live capturing using line-in? When I edit single foils line-in
    works fine.
    Thanks. Mathias.

    Hi again Mathias,
    The "line-in" problem was noticed a long time ago but since I
    use a standard headset-microphone-to-mic-port configuration, I am
    uncertain whether this was fixed with the "dot" release last year
    (upgrading version 1.0.0 to 1.0.1).
    Check to be sure you have the last release, Mathias. "Help
    > About" will give you the version and build numbers ... if you
    are using the English language localization, your build should be
    #1418 (vice #1188 I believe). If it is not, you might benefit from
    the free download for the last release.
    P.S. If you are using a localization for another language,
    you'll have to find out the current situation for that version -
    sorry, but I'm only familiar with the English-language version. I
    imagine that Adobe Support might be able to help, in that case. . .
    .

  • Creating a Summary Cube from Line Item Cube

    Friends,
    1. I have a GL Line Item cube that gives me item level information
    2. As I needed to create a summary cube I copied line item cube adjusted dimensions (removed Line Item) and activated it.
    3. When I loaded the summary cube from Line Item cube I got same number of transactions
    What have I missed? I want to summarize the info at GL Account level; or at any other info object level.
    I have done this before but it did not work this time. I think I have missed a step.
    I will be looking forward to your recommendations!
    Thanks for reading this!
    Ram

    Hi,
    Just removing tick against Line item will not work. You have to remove that characteristic from the cube. As this characteristic is High cardinality , you need to remove it from he cube.
    Decide at what level you want to have aggregated data and keep only those characteristics in the cube.
    Regards
    SS

  • Withholding tax information missing from line item

    Hi Gurus,
    We have created a vendor invoice in SAP. The voucher processed and paid has withholding tax of 1,333.00
    But if you display the vendor invoice and click on the withholding tax data button, it says that withholding tax information missing from line item.
    Kindly advise how could this happen when the vendor account has maintains withholding tax code and the payment document also has withholding tax information.
    Thanks,
    Ellicec

    Dear,
    Please check the following:
    1. The withholding tax types and indicators must be defined as Liable'.
    Please check this via vender master data (fk02).
    2.Please check field status group for withholding tax fields in
    transactions OB14 (inserting the field status variant of the Company Code oby6 and the field status group of the g/l account that You can find running FS00) and OB41 (posting key, in DP case 29). Check the account group for the GL account
    assigned to the vendor reconciliation account in FBKP.
    These should be set as "optional".
    Select group --> Taxes
    Suppress Req. Entry Optional Entry
    Withholding Tax Code X
    Withholding Tax Amounts X
    regards

  • How can I not show my e-mail address in "from" line when sending out e-mails?

    I don't want to show the e-mail address in the "from" line when I send out e-mails.  Is there a way to hide that?
    Thank you!

    whiskey sour wrote:
    Okay here is where I am at so far and thanks for sticking with me, we may have success eventually! Can you confirm the following:
    1--I Go into the iMac Address Book and click on File/Export/Address Book Archive.
    2--It then asks me where I want to save Address Book and I indicate Desktop.
    3--I then assume I somehow transfer this Desktop file to the iBook--can I just copy the file, email it to the iBook, and paste it into the iBook Desktop?
    Yes
    4--If I'm accurate so far, I then do the same with the iBook Archive and save it
    to the iBook Desktop.
    Yes
    5--NOW I open the iMac archive that is on the iBook desktop and it will ask me if I want to overwrite the existing iBook address book and I indicate Yes and it will then place the iMac address book on the iBook.
    Yes
    6--When and if I want to put the iBook address book back into the iBook I click on the file that is on the iBook Desktop and proceed to put the 'old' iBook address book back in.
    That's it.
    If I am correct on this, another question arises--does this method transfer every email address I use as I notice in Address Book under 'All Contacts' there are some that are missing. I may not have manually added each and every address to my Address Book so maybe that is why some are missing and may not show up in this transfer of Archives? Thanks for your patience Barney.
    That's what I would assume. Like I said, the Archive is really just a copy of the AddressBook folder which contains everything related to Address Book and Mail's previous recipients.
    Now, the Address Book contacts and Mail's previous recipients are different entities--they just share the same storage location. So, if that is what you mean by there are some missing, they should still auto-complete in Mail since the previous recipients also is used for auto-complete.

  • I don't want to show the e-mail address in the "from" line when I send out e-mails.  Is there a way to hide that? Thank you!

    I don't want to show the e-mail address in the "from" line when I send out e-mails.  Is there a way to hide that?
    Thank you!

    No.

  • I am trying to create a PDF document that calculates Gains and Losses in Mutual Funds. The calculation scripts are repetitive from line to line. The scripts work well until I reach the line 32. Script stops calculating...

    I am trying to create a PDF document that calculates Gains and Losses in Mutual Funds. The calculation scripts are repetitive from line to line. The scripts work well until I reach the line 32. Although I am using the same script as the fields above in the columm, the script eventually stops calculating and I can't figure out why. Is there a limit of how many calculation scripts you can enter? I will attempt to attach my pdf as soon as I figure out how. Thanks.

    For e31 :
    var e30 = +getField("e30").value ;
    var c31 = +getField("c31").value ;
    if ( (e30 !== 0) && (c31 !== 0) ) event.value = e30 + c31 ;
    else event.value = "";
    for e32 :
    var e31 = +getField("e31").value ;
    var c32 = +getField("c32").value ;
    if ( (e31 !== 0) && (c32 !== 0) ) event.value = e31 + c32 ;
    else event.value = "";
    for e33 :
    var e32 = +getField("e32").value ;
    var c33 = +getField("c33").value ;
    if ( (e32 !== 0) && (c33 !== 0) ) event.value = e32 + c33 ;
    else event.value = "";
    Java console doesn't show any error... That's why I am wondering if it's not a limitation issue... or memory issue, because they are maybe too many rows or something....
    The c value is not calculated.

  • E-mail Address has become a blank box in the to: and from: lines.

    I was sent an e-mail by a colleague yesterday which has caused very strange behavior in Apple Mail. His e-mail address was not visible in the from: line ... instead there was a greyed out box in place of the address. Now all instances of mail from this individual - several hundred messages in mailboxes stored locally - exhibit the same issue. Where his e-mail address should be (in the to: or from: line) is a blank box. There are also problems with address auto completion. Any of the letters which would normally produce this individual's e-mail address ("t", "g" or "s"), now produce no suggestions at all. Otherwise address completion works fine.
    Any ideas anyone? I've never seen anything like this before.
    Thanks, Richard

    The Mail app on the iPad/iPhone/iPod Touch does have an option to clear previous recipients. You can learn to live with it.  But if you want to get rid of it, the only way to remove these cached email addresses from the Mail application is restoring the iPhone/iPod Touch as a new phone/iPod.  If you restore from backup, the cache is also restored.
    This article shows you the screens you will see during the restore:  http://support.apple.com/kb/HT1414

  • Informatica - import data from line 6 in sample files in universal adapter

    Hi ,
    I am trying to extract data from R12 tables to sample CSV files provided by oracle in universal adapter CRM analytics.
    As per oracle guidelines we are supposed to import data from line 6 as first five lines will be skipped during ETL process.
    While importing the the target file in target designer ,I am entering 6 as value in the Lov box "Start import at Row".
    Still Data is loaded from first line of the file and not 6 th line.
    Please let me know more on how to achieve this requirement.
    Thanks,
    Chaitanya.

    HI,
    Please let me know the solution for this.It is very high priorirty for me now.
    I want to extract data into sample files provided by oracle starting from 6 th line.
    At present I am able to load from first line of the .csv file.
    Thanks,
    Chaitanya

  • I can not lissen music if I connect a ipod from line-in on my Satelite P200

    I can not lissen music if I connect a ipod from line in on my Satellite P200. I can only register misuc from line in. Why?
    Thank you in advance
    lillo

    >I can not lissen music if I connect a ipod from line-in on my Satelite P200
    I am not ipod owner but im really wondering you cannot do this. As far as i know you should have USB cable that allw you to connect iod ti your notebook using this USB port on your notebook.
    iPod should be recognized and listed in windows explorer so you should have access to all saved data there.
    If this works open all mp3 files saved on iPod using Windows Media player or some other player like Winampo and enjoy your music.
    Does it works or not?

  • From line on emails shows incorrectly

    i belong to a group where i must send an email to the entire group at once, because it is a group mail it will also come to my inbox. the problem is the "from" line shows someone else's email, when i send the same email from my other email client the "from" line shows my email as it should... i have screenshots of both clients... the thunderbird one shows incorrectly. i have contacted the group owner and my emails are not moderated and my email shows as sender on her end.
    why is my thunderbird showing the incorrect email in the "from" line... it is a valid email but it is not mine
    is there a way for me to post screenshots to explain better?

    lets test that shall we.
    Tools menu > options > Advanced > Reading and display and uncheck the "Show only display name for people in my address book" restart Thunderbird
    Does that fix the display issue?

  • How do you copy an equation from grapher and paste it into numbers?

    Hi, my free trial for Mathtype ran out but I still need to be able to write equations and copy them into pages and numbers for my coursework. Is there a free alternative to Mathype that also carries out this function? Or, alternatively, is there a way to copy an equation from the grapher app that comes with Macs and paste it into numbers/pages. Thank you.

    select the equation in Grapher, copy
    click in a Numbers sheet, paste

Maybe you are looking for