Mohamed Asaad
Followers: 0 Following: 0
Statistics
9 Questions
0 Answers
RANK
33,645
of 295,467
REPUTATION
1
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
88.89%
VOTES RECEIVED
1
RANK
of 20,234
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
Foor loop; iteration
I want to use a for-loop to iterate and adjust the value of x until either V_check equals V or the absolute difference between V...
10 months ago | 1 answer | 0
1
answerQuestion
Determine if an element in array of doubles start with patten
Hey, I need to find the index of the first element that starts with a specific number. So in this picture for example, if i giv...
2 years ago | 2 answers | 0
2
answersQuestion
import data from csv and plot it
Hey, I need to import data from this csv-file and plot it. I tried to use this code but i get the Nan in every single value in ...
2 years ago | 2 answers | 0
2
answersQuestion
Loop through a matrix and an equation
Hello, I need to loop through the matrix X and then convert the (-1 0 1) to actual value for three different variables (P, T, q...
2 years ago | 2 answers | 1
2
answersQuestion
Import data from .DTA file to Matlab.
Hi! I need to import data from from .DTA file to plot them in MatLab. Does anybody know an appropriate way to do that? I have t...
3 years ago | 1 answer | 0
1
answerQuestion
Convert file with negative value and nan to double
I am using the below code to import data from another file and to convert commas to dots to be able to plot the values from diff...
3 years ago | 1 answer | 0
1
answerQuestion
solving an equation with a condition
Is there any way to find a value to z that makes the solution of this equation consisting of only negative real numbers or negat...
4 years ago | 2 answers | 0
2
answersQuestion
fsolve with one variabel
Hi! Could any one help me with solvin this problem usin "fsolve"? When i run this i get: "Undefined function 'fsolve' for inpu...
4 years ago | 2 answers | 0
2
answersQuestion
Multiplication of matrix including function with vectors
Could anyone help me with that: syms SI(s) V(s) v(s) G(s) C = [-1; -1]; SI(s) = [s 0 0 s]; A...
4 years ago | 1 answer | 0