The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum
 Origin Forum
 Normalizing data in different columns

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
queeni1 Posted - 09/10/2012 : 08:18:32 AM
Origin Ver.8.0988 and Service Release 6:
Operating System: Win XP

Hi there,

I would like to normalize data in different columns and each column should be normalized to its data. Somehow I am facing problems by doing this automatically. Choosing Analysis:Mathematics:Normalize:Open Dialog opens the normalization dialog. If I set

Recalculate: Manual
Input: [Workbook]Sheet1!2:20
Normalize Methods: Normalize to [0,1]
Output: Input

the data in all columns is normalized to column 2.

Does anyone know which setting is wrong, or which setting I have to change to normalize all columns automatically?

Thanks in advance for your help!

1   L A T E S T    R E P L I E S    (Newest First)
JessieWoo Posted - 09/11/2012 : 01:08:41 AM
Hi,
Origin 8.0 does not support normalizing multiple columns in the vnormalize dialog.
You can try running the following scripts in the Script Window (from menu, Window: Script Window, if it’s not opened).

for(ii=2; ii<21; ii++)
{
vnormalize ix:=wcol(ii) method:=range;
}


Origin 8.6 supports normalizing multiple columns from the dialog. If you’re interested, you can download a free demo here:
http://www.originlab.com/index.aspx?go=Downloads/OriginEvaluation

Best Regard,
Jessie
Originlab Corp.

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000