Abdel-Rahman Ashraf
Followers: 0 Following: 0
Statistics
RANK
205.425
of 295.486
REPUTATION
0
CONTRIBUTIONS
5 Questions
1 Answer
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 20.236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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)),...
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
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) + ...
meer dan 4 jaar ago | 0 answers | 0
0
answersCan 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...
meer dan 4 jaar ago | 0
Question
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;...
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 4 jaar ago | 2 answers | 0
2
answersQuestion
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...
meer dan 4 jaar ago | 1 answer | 0