Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6705737
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T07:26:19+00:00 2026-05-26T07:26:19+00:00

Possible Duplicate: Is it possible to show numbers in non-engineering format in MATLAB? I

  • 0

Possible Duplicate:
Is it possible to show numbers in non-engineering format in MATLAB?

I noticed when applying my normalization method below:

%# get max and min of spreadsheet(494021x42)
maxM = max(M(:)) %# Max = 693375640
minM = min(M(:)) %# Min = 0 

%# normalize to -1...1
Mnormalize = ((M-minM)./(maxM-minM) - 0.5 ) *2;

That when I try to de-normalize with the below method:

%# to "de-normalize", apply the calculations in reverse
vec = (Mnormalize./2+0.5) * (maxM-minM) + minM

I dont quite get the correct answers back, below is the original spreadsheet snippet picture:

enter image description here

and here is the de-normalized snippet:

enter image description here

Notice how its almost the exact same except for column six, for some reason the output is placing the decimal in the wrong place.

So my questions is:

1) How do I fix column 6

and an extra question is:

2) how do I remove trailing zeros

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T07:26:20+00:00Added an answer on May 26, 2026 at 7:26 am

    To remove the trailing zeros, use ROUND.

    To learn more about floating point issues, read this

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Is it possible to show numbers in non-engineering format in Matlab? am
Possible Duplicate: Uploadify: show error message from HTTP response I am trying to get
Possible Duplicate: How can I format numbers as money in JavaScript? Format number to
Possible Duplicate: PHP: show a number to 2 decimal places How can I format
Possible Duplicate: git: show all changed files between two commits How can I get
Possible Duplicate: Hide/Show Navigation & Tool Bar on tap This is the void I'm
Possible Duplicate: Programatically show tooltip in winforms application When set a TooltipText on a
Possible Duplicate: Tasks should show up only if the user has been assigned it
Possible Duplicate: Why does my url show domain.com/?state=5a02… instead of just domain.com? I've asked
Possible Duplicate: Restore a minimized window of another application I want to restore (show

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.