Matrix dimensions must agree. How can i fix it?
Show older comments
BPR=linspace(0,100,1000); f=0.015; V0=300; Vu=600; Qf=45000000; RendimentoTH= 0.5*(Vu^2-V0^2)/(BPR.*f*Qf); xlabel('/BPR');ylabel('/RendimentoTH'); plot(BPR,RendimentoTH,'.-')
In line 6, when i try to plot, this error appear. How can i fix it? It's the first time that i use Matlab and Thank you for help
Accepted Answer
More Answers (1)
Giuseppe Marino
on 31 Mar 2018
0 votes
Categories
Find more on Operators and Elementary Operations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!