how to solve stem problem?

Rok mr · Aug 1, 2022 · 2.2K views
Question
Hi, I would like to make a stem diagram where drop lines are horizontal and not vertical. Even better would be if ML is able to plot horizontal vectors from a baseline of y-axis.   Actually what I'm trying to plot is velocity profile in pipe.
Expert Answer
Profile picture of Neeta Dsouza
Neeta Dsouza PhD Expert
Answered Aug 25, 2026

I suggest you to use quiver function:

 

y = 0:10;
u = 25-(y-5).^2;
quiver(0*y,y,u,0*u)

Of course you can do it with stem function:

x = 0:10;
y = 25-(x-5).^2;

stem(x,y)
view(90,90)

 

100% Run Guarantee 3-Hour Fast-Track Delivery

Need a Custom Version or Complete Simulation for This Problem?

Our 500+ PhD engineers build, debug, and optimize working MATLAB scripts and Simulink (.slx) models tailored to your exact assignment rubrics with zero plagiarism.

Tested on MATLAB R2024b / R2026a
Turnitin 0% Plagiarism Report
Free 7-Day Revisions Guarantee
Have a different question? Ask here

Get a Free Consultation or a Sample Assignment Review!