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 77171
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T20:47:19+00:00 2026-05-10T20:47:19+00:00

I have these 2 vectors: alpha = 1 1 1 1 1 1 1

  • 0

I have these 2 vectors:

alpha =      1    1    1    1    1    1    1    1    1  f_uv =    193  193  194  192  193  193  190  189  191 

And when I do this:

alphaf_uv = alpha * f_uv' 

I get the error message:

'??? Error using ==> mtimes Integers can only be combined with integers of the same class, or scalar doubles.'  

The interesting part is that this error doesn’t appear if I define the same vectors in the console and try the multiplication there.

alpha is defined by me and f_uv is obtained from some pixels in a PNG image.

  • 1 1 Answer
  • 5 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. 2026-05-10T20:47:19+00:00Added an answer on May 10, 2026 at 8:47 pm

    Assuming they’re both integer matrices to begin with, f_uv' may not be.

    Try:

    alphaf_uv = double(alpha) * double(f_uv') 

    and let us know if it still occurs.

    You may need to turn alphaf_uv back into an integer type afterwards, depending on your needs.

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

Sidebar

Related Questions

I have these 3 tables: and I'm using this code to join them together
I have these variables: boost::regex re //regular expression to use std::string stringToChange //replace this
I have a map that relates integers to vectors (of objects). These vectors represent
I have a collection of 3D vectors. How do I verify if these Vectors
I have three vectors A, B, and C. For each value in these vectors
I have two vectors x and y . I would like to get a
I have two vectors. vector<Object> objects; vector<string> names; These two vectors are populated and
I have these classes: class Base { ... private: std::vector<X> v; }; class Derived
I have a vector of pointers to class objects. These class objects invoke new
I have an std::vector of handle objects. I have to wait on these handle

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.