Community Profile

photo

Bader Herzallah


Last seen: 2 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Explorer
  • Thankful Level 3

View badges

Feeds

View by

Question


i have qaustion but the problem i am not geting the same answer
syms x y eqn = [x + y == 1000,0.4818*10^-7*x^4 - 0.9089*10^-4 + 0.6842*10^-1*x^2 - 0.2106*10^2*x + 9860 == 0.9592*10^-7*y^4 - 0...

2 years ago | 1 answer | 0

1

answer

Question


eqauttons solveing non linear why i am geting this error
[x,y] = solve([x + y == 1000 (0.4818*10.^-7)*x.^4 - (0.9089*10.^-4)*x.^3 + (0.6842*10.^-1)*x.^2 - (0.2106*10.^2)*x +9860 == (0.9...

2 years ago | 1 answer | 0

1

answer

Question


powerlib_models problem help
when i try to use this smilinlk file this erro pop out Warning: Error in 'hybridpvwind/S1': Failed to evaluate mask initializa...

2 years ago | 0 answers | 0

0

answers

Question


Simulink from where to get Model Linearizer i cant find control system where to find all these or i need to buy them from add ons
from where to get Model Linearizer i cant find control system where to find all these or i need to buy them from add ons

3 years ago | 1 answer | 0

1

answer

Question


simulink scope range from 0 to 5
i have a simulink project that asked me to show the signal from 0 to 5 only how i can make the scope only show me from 0 to 5 no...

3 years ago | 1 answer | 0

1

answer

Question


i am geting error in this line why Error: File: dfdddd.m Line: 32 Column: 89 Invalid expression. When calling a function or indexing a variable, use parentheses. Otherwise, check for mismatched delimiters.
% M-file: torque_speed_curve.m % M-file create a plot of the torque-speed curve of the % induction motor of Example 7-5...

3 years ago | 1 answer | 0

1

answer

Question


i bought Simscape Electrical and smiscape how i can add them to my library
Simscape Electrical

4 years ago | 1 answer | 0

1

answer

Question


how i can get simscap elecrtical
simscape elecrical

4 years ago | 1 answer | 0

1

answer

Question


help with my home work plzzzz
4. Generate the matrix X= [-10:10; 1:2:42;-10:3:52], then do the following Multiply the elements that have a value less than or...

4 years ago | 1 answer | 0

1

answer

Question


i need to make this function work without puting inputs all i need to call it put the z and the n and the function will give me the answer
function y=int1(z,n) syms x n m z a; for m=1:n; z=int(z) end sorry i mean this one

4 years ago | 1 answer | 0

1

answer

Question


how i can inter these eqaution and make a calclater do the int numbers of time that i want
this is the int butoon in the calcluter this the int number of time i want syms x y n z; input=ge...

4 years ago | 0 answers | 0

0

answers

Question


i am trying to made a code to int the numbers of time i want
syms x n y z a; n=input('enter number of int'); for y=1:n; z=x^2; a=int(z); z=a; end like i want to int x^2 t...

4 years ago | 1 answer | 0

1

answer

Question


i am trying to make a calculator in matlab gui and i add + or - and i want to add int and diff so i write the 5 lines of codes
syms x; input=get(handles.edit3,'string'); input = strcat('@(x) ',input); fx=str2func(input); c=int(fx,x); set(handles.text...

4 years ago | 1 answer | 0

1

answer

Question


codes means for gui
syms x; input=get(handles.edit1,'string'); input = strcat('@(x) ',input); fx=str2func(input); c=int(fx,x); set(handles.text...

4 years ago | 0 answers | 0

0

answers

Question


how to inter the diff and int in gui
how i can inter diff and int in gui .

4 years ago | 0 answers | 0

0

answers

Question


a function insdie a switch case
how can i put a functon code inside a switch case

4 years ago | 1 answer | 0

1

answer