Skip to content

fix issue 253 #287

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

Merged
merged 1 commit into from
Aug 3, 2021
Merged

fix issue 253 #287

merged 1 commit into from
Aug 3, 2021

Conversation

gilbertogalvis
Copy link
Contributor

No description provided.

@gilbertogalvis gilbertogalvis requested a review from xarico10 August 3, 2021 22:43
@xarico10
Copy link
Contributor

xarico10 commented Aug 3, 2021

I'm getting the correct chart but no arrows are shown and a waning message is printed.

load('wind','x','y','u','v')
X = x(11:22,11:22,1);
Y = y(11:22,11:22,1);
U = u(11:22,11:22,1);
V = v(11:22,11:22,1);
quiver(X,Y,U,V)

fig2plotly(gcf, 'offline', false);

Warning message:

Undefined function 'affine2d' for input arguments of type 'double'.
We had trouble parsing the quiver object.
This trace might not render properly.

Captura de Pantalla 2021-08-03 a la(s) 5 49 46 p  m

Captura de Pantalla 2021-08-03 a la(s) 5 49 58 p  m

Copy link
Contributor

@xarico10 xarico10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes needed to print arrows

@gilbertogalvis
Copy link
Contributor Author

I see. You seed to have installed affine2d function on yuor matlab

@gilbertogalvis
Copy link
Contributor Author

please run

help affine2d

on your matlab command windows

@xarico10 xarico10 merged commit f432804 into master Aug 3, 2021
@gilbertogalvis
Copy link
Contributor Author

great!

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

Successfully merging this pull request may close these issues.

3 participants