
Hamza saeed khan
COMSATS University Islamabad
Electrical Power Engineer
Estadísticas
3 Preguntas
5 Respuestas
CLASIFICACIÓN
257.570
of 277.831
REPUTACIÓN
0
CONTRIBUCIONES
3 Preguntas
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
5.932 of 18.798
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
5
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 129.031
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
Content Feed
cannot use syms command
what if sysm word not working in matlab what to do?
más de 2 años hace | 0
How to find the derivative of the function at some value of x?
Undefined function or variable 'syms'. Error in difff (line 2) syms y(x)
más de 2 años hace | 0
how to calculate a derivative
syms x f = x; diff(f,x) why this code give me error as; >>Error in diff (line 1) syms x
más de 2 años hace | 0
MATLAB CODE NEWTON METHOD
f = @(x) exp(x)-3*x; fp = @(x) exp(x)-3; x0 = 1; N = 10; tol = 1E-10; x(1) = x0; % Set initial guess n = 2; nfinal = N...
más de 2 años hace | 0
Pregunta
Design and Implementation of a Communication System for Poor Quality Communication Channels using MATLAB simulink
Design and Implementation of a Communication System for Poor Quality Communication Channels using MATLAB.... Task Description ...
más de 4 años hace | 0 respuestas | 0
0
respuestasWhy do I get the error 'Subscript indices must either be real positive integers or logicals. ' ?
I think it may help. I myself remove (t) from c(t) and m(t) as follows: clc close all clear all %let values we asigned as fo...
más de 4 años hace | 0
Pregunta
How to get rid of this error please help me? Subscript indices must either be real positive integers or logicals. Error in rough (line 10) c(t)=A1*cos(2*pi)*f1*t
Subscript indices must either be real positive integers or logicals. Error in rough (line 10) c(t)=A1*cos(2*pi)*f1*t
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
By using Mat lab Function, how differentiate any mathimatical function f(x) but not using "diff(f)"? Please guide me asap.
By using Mat lab Function, how differentiate any mathimatical function f(x)? Please guide me asap. I use this picture for unders...
más de 4 años hace | 1 respuesta | 0