Skip to content

fixing Issue 172 regarding fplot #275

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 3 commits into from
Aug 5, 2021
Merged

fixing Issue 172 regarding fplot #275

merged 3 commits into from
Aug 5, 2021

Conversation

benaliabderrahmane
Copy link
Contributor

regarding issue #172
#example of working code:

##matlab code:

f = @(x) sin(x);
fplot(f)

fig2plotly();

##matlab results:
1

##plotly results:
2

@jackparmer jackparmer merged commit dcf13a3 into master Aug 5, 2021
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.

Plotting function using fplot() not supported
4 participants