![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/18025782_1585757162580_DEF.jpg)
Abdel-Rahman Ashraf
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
172.338
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
40.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
How to rename multiple files in a folder with variable names depending on their names in another folder?
I have several files in a directory (some examples of the names of the files are commented under the commented word (oldnames)),...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to factor out variables in the num and den of an equation?
I have the following expression syms s GM1 GM2 CC1 CC2 CC3 RC LG = -((1.0*GM1*(CC1*CC2 - CC1*CC2*GM3*RC)*s^2)/(CC1*GM2*GM3) + ...
más de 4 años hace | 0 respuestas | 0
0
respuestasCan I use mldivide “\” on a nD matrix without using for loops in Matlab?
I solved it with the help of Bruno Luong and his multisolver found here. The code below can solve any number of dimensions, cons...
más de 4 años hace | 0
Pregunta
Can I use mldivide “\” on a nD matrix without using for loops in Matlab?
Could I use mldivide (\) on an n-dimensional matrix without using for loops? For example, if I have X=rand (5,5,2,3,6) and Y=[0;...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to convert 2d matrix to 4d matrix?
If I have a 4*4 matrix like this a=[30,31;32,33]; % a can be more than 2d array b=[40,41;42,43]; % b can be more than 2d arr...
casi 5 años hace | 2 respuestas | 0
2
respuestasPregunta
How to speedup very long expressions calculations?
This is a part of a function that is intended to calculate the loop gain of a circuit. Then, I use it to compute the phase margi...
casi 5 años hace | 1 respuesta | 0