shirin mhd - MATLAB Central
photo

shirin mhd


Last seen: 2 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 03/22 to 04/25Use left and right arrows to move selectionFrom 03/22Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

14 个提问
0 个回答

排名
111,658
of 298,046

声誉
0

贡献数
14 个提问
0 个回答

回答接受率
78.57%

收到投票数
0

排名
 of 20,526

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,226

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


does 'VPA' changes the type of a data variable ?
Hi everyone I have a question about the data type. I know that all data are double floating-point in Matlab by default. I've...

2 years 前 | 1 个回答 | 0

1

个回答

提问


plot an eight variable function
Hi everyone I have an equation with 8 variables. I know how to plot a 3-variable equation in Matlab, but I need to plot this fu...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Weird-Confusing mistake in subtraction result!!!!
Hi everyone I have a weird problem with a simple subtraction. Here is my code. I define 'R' and 'a1 to a8': R=194067676.88629...

2 years 前 | 1 个回答 | 0

1

个回答

提问


using GA including a hybrid function option
Hi everyone I have a problem related to how to use options in GA . I want to use a hybrid function like fmincon. n1=1; n2=5;...

2 years 前 | 1 个回答 | 0

1

个回答

提问


if clause for a nonscalar operator
Hi everyone I have this code: p=[]; if p==[] disp('hello') else disp('bye') end and I expect this answer: >> t...

2 years 前 | 1 个回答 | 0

1

个回答

提问


"Could not find a feasible initial point" error in GA.
Hi everyone I try to optimize a problem that is visible below: a1=3.51e9; a2=750.9; a3=1.93e8; a4=8.10e8; a5=min(a3,a2); a6...

3 years 前 | 1 个回答 | 0

1

个回答

提问


ga optimization changing answer
Hi everyone I have a question about GA optimization answer. I want to optimize this function with 5 variable, as below: Q=ga(...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Inner matrix dimensions must agree error in ga
Hi every one I have this function and constraint as below for optimizing by ga. function=1.11e-4*((z).^2)-(4.46e3*(z)) A=[1...

3 years 前 | 1 个回答 | 0

1

个回答

提问


inserting index for variable
Hi everyone! I want make index for my variable. I write a simple code: x=8; b=9; for i=1:2 w(i)=x+b u=x+w(i) end ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Matrix calculation(replacing a new value instead of matrix element)
Hi everyone I've written this code. my purpose is to make a matrix(1*3), which each element (T1,T2,T3) of that is calculated in...

3 years 前 | 3 个回答 | 0

3

个回答

提问


the meaning of a sentence in command window
Hi I run a code, and it operates correctly without any error.at the end of command window i view this message: Optimization ...

3 years 前 | 4 个回答 | 0

4

个回答

提问


strange format of result(division operation)
Hi everyone I've written this code: syms x >> f=-5e-6*((x).^2)+3.21e2*(x); >> eq=diff(f)==0; >> allocate=solve(eq) and the...

3 years 前 | 1 个回答 | 0

1

个回答

提问


problem in showing result
Hi everyone I've written this code (this is part of my main code). x11Range=[minValue11, maxValue11]; minValue11<= x11 <...

3 years 前 | 1 个回答 | 0

1

个回答

提问


finding common rang between two different range?
Hi everyone I'm new to matlab and because of that my question may be so easy to others.I really appreciate your help. I have x...

3 years 前 | 2 个回答 | 0

2

个回答