photo

Bader Herzallah


Last seen: 3년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

16 질문
0 답변

순위
114,107
of 300,779

평판
0

참여
16 질문
0 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,997

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Explorer
  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

3년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


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

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how i can get simscap elecrtical
simscape elecrical

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

5년 초과 전 | 답변 수: 1 | 0

1

답변