Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to use the function #13

Open
serbring opened this issue Jun 16, 2019 · 5 comments
Open

Unable to use the function #13

serbring opened this issue Jun 16, 2019 · 5 comments

Comments

@serbring
Copy link

serbring commented Jun 16, 2019

Hi,

I am unable to make the function working. I have Matlab R2019a and below you will find my code and the error I get:

plot_google_map('apiKey', '<A********************8>')

Undefined operator '*' for input arguments of type
'matlab.graphics.axis.Axes'.

The string "A********************8" is my apikey.

How can I solve the problem?

Thank you.

Best regards,

@elad-eyal
Copy link

elad-eyal commented Jun 16, 2019

for starters - you don't need < and > as the parameter of plot_google_map apiKey

@serbring
Copy link
Author

Thanks for your reply. With out < and > was my first trial, but I got the same error.

@elad-eyal
Copy link

elad-eyal commented Jun 16, 2019

type close all and try again without the < >. Try pasting more context for the error message.

@lzhu5
Copy link

lzhu5 commented Jun 4, 2021

@eladeyal-intel Hi, I encountered the same issue. I simply ran "close all; plot_google_map" and got the error as below:

**Undefined operator '*' for input arguments of type 'matlab.graphics.axis.Axes'.

Error in plot_google_map (line 100)
inputParams.(['ax' num2str(axHandle*1e6,'%.0f')]) = varargin;**

I use Matlab2018b.
Any suggestions? Thanks.

@elad-eyal
Copy link

Different problem . The error message you got suggest you are using the handle wrong. I can't understand what you are trying to do there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants