Mohamed Asaad
Followers: 0 Following: 0
Feeds
질문
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개월 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 2 | 0
2
답변질문
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년 전 | 답변 수: 2 | 0
2
답변질문
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년 전 | 답변 수: 2 | 1
2
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 2 | 0
2
답변질문
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년 전 | 답변 수: 2 | 0
2
답변질문
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년 전 | 답변 수: 1 | 0