![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/17716299_1583343883041_DEF.jpg)
Bader Herzallah
Followers: 0 Following: 0
Estadística
16 Preguntas
0 Respuestas
CLASIFICACIÓN
170.321
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
16 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 3 años hace | 0 respuestas | 0
0
respuestasPregunta
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
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
i bought Simscape Electrical and smiscape how i can add them to my library
Simscape Electrical
más de 4 años hace | 1 respuesta | 0
1
respuesta1
respuestaPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
how to inter the diff and int in gui
how i can inter diff and int in gui .
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
a function insdie a switch case
how can i put a functon code inside a switch case
casi 5 años hace | 1 respuesta | 0