Filter löschen
Filter löschen

Too many output arguments with if condition, and assume

1 Ansicht (letzte 30 Tage)
Ali Tawfik
Ali Tawfik am 25 Aug. 2019
Kommentiert: Rik am 25 Aug. 2019
Hi
I got that error while I am using if condition with assume, so please any help.
clear all;
close all;
clc;
syms x y;
yin=[(solve(-1500<.2500*x+.7500*y+20.78,y)),(solve(.2500*x+.7500*y+20.78<1500,y))]
% %@x=100
yin2=[-100/3 - 152003/75, 147847/75 - 100/3]
if assume(-2060<y & y<1938)
display('ok')
else
display('nothing')
end
  5 Kommentare
Ali Tawfik
Ali Tawfik am 25 Aug. 2019
Thanks, I know what you wrote, but no way to have kinda of interval inequlaities with syms ?
Thanks,
Rik
Rik am 25 Aug. 2019
There probably is, but that is not what your code is doing. And I hardly ever work with syms (and I don't have the toolbox), so you'll have to google that yourself.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by