photo

Payam Morsali


Last seen: 3 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

M.Sc. in energy engineering

统计学

All
MATLAB Answers

1 个提问
4 个回答

Cody

30 个问题
1331 个答案

排名
12,766
of 300,081

声誉
4

贡献数
1 个提问
4 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,868

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
81
of 167,273

贡献数
30 个问题
1331 个答案

评分
12,660

徽章数量
24

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • MATLAB Central Treasure Hunt Finisher
  • Thankful Level 1
  • Knowledgeable Level 1
  • Quiz Master
  • Draw Letters
  • Revival Level 2
  • First Answer
  • Cody Problems in Japanese Master
  • Puzzler
  • Leader
  • Scholar
  • CUP Challenge Master

查看徽章

Feeds

排序方式:

提问


how to plot 3 different vectors without any relation, in a 3d plot
Hi everyone, I want to plot 3 vectors in a same 3D plot; (plot3 and meshgrid-surf are not working for my case). let's say thre...

3 years 前 | 1 个回答 | 0

1

个回答

已回答
how make this eq.
for series you can set a variable to zero and iterate the sum: fibonacci for example: a(1)=1 a(2)=1 for i=3:n a(i)=a(i-1)+a...

5 years 前 | 0

已回答
Solving Min max equations
x1=-10 & x2=7

5 years 前 | 0

已回答
I tried to solve problem but I couldn'!
function y=compare(n,A,B) y=0; for i=1:length(A) if n>=A(i) && n<=B(i) y=y+1; elseif n>=B(i) && n<=A(i) ...

5 years 前 | 0

| 已接受