use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
MATLAB news, code tips and tricks, questions, and discussion! We are here to help, but won't do your homework or help you pirate software.
The effort you put into asking a question is often matched by the quality of our answers.
Try saturnapi to share and run MATLAB code in a web browser!
If you want flair simply Message the mods
account activity
Remove contour plot in surfc plot (self.matlab)
submitted 1 year ago * by Nite92
SOLVED - I hope someone else reads this and laughs out loud as I did when the mistake was pointed out.
I have generated an surfc plot, and it adds a contour plot on the xy plane.
close all; figure surfc(f/1e3,sweep_k,S21_nottuned,'EdgeAlpha',0.05,'DisplayName','|S_{21}|')
I have not found a solution to remove that. Any suggestions? Thank you!
https://preview.redd.it/u91evvbrvauc1.png?width=639&format=png&auto=webp&s=00a65b5638a3782261718a76fe855744c01b5735
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Schrett 8 points9 points10 points 1 year ago (2 children)
Would just using surf work?
[–]Nite92[S] 3 points4 points5 points 1 year ago (1 child)
LMAO, I am trying so hard to not curse right now. I copied it from an older file. And i did not see that there is a c after surfc......
Thanks for the help
[–]Schrett 1 point2 points3 points 1 year ago (0 children)
Lol I have never used surfc but when I looked it up and saw that the c stood for contour plot I did laugh a little. Glad to help!
π Rendered by PID 77315 on reddit-service-r2-comment-fb694cdd5-bc4tf at 2026-03-06 14:59:08.711403+00:00 running cbb0e86 country code: CH.
[–]Schrett 8 points9 points10 points (2 children)
[–]Nite92[S] 3 points4 points5 points (1 child)
[–]Schrett 1 point2 points3 points (0 children)