Korosh Agha Mohammad Ghasemi - MATLAB Central
photo

Korosh Agha Mohammad Ghasemi


2020 年からアクティブ

Followers: 0   Following: 0

- Book Editor at @kheilisabz - Data Analyst at Fouman Chimie - Chemical Engineering at Shiraz University

統計

All
MATLAB AnswersFile ExchangeFrom 07/20 to 03/25Use left and right arrows to move selectionFrom 07/20Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 質問
12 回答

File Exchange

6 ファイル

ランク
5,165
of 297,695

評判
10

コントリビューション
0 質問
12 回答

回答採用率
0.00%

獲得投票数
3

ランク
8,438 of 20,466

評判
97

平均評価
0.00

コントリビューション
6 ファイル

ダウンロード
6

ALL TIME ダウンロード
925

ランク

of 159,380

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Knowledgeable Level 1
  • Personal Best Downloads Level 2
  • Explorer
  • GitHub Submissions Level 3
  • First Answer
  • First Submission
  • First Review

バッジを表示

Feeds

表示方法

回答済み
How to add elements to a list
To efficiently add elements to a list (or array) in MATLAB without causing concatenation issues, you should use cell arrays or p...

9ヶ月 前 | 1

回答済み
How to find the position of a number in an array?
To find the positions of the value 8 in the vector a = [7 8 8 2 5 6], you can use the find function in MATLAB. Here's how you ca...

9ヶ月 前 | 0

回答済み
Find closest value in array
% Example V and N vectors V = [1375471092848936; 1375473388165900; 1375471320476780; 1375473388947681; 1375473392527002]; N = ...

9ヶ月 前 | 0

回答済み
Index in position 2 exceeds array bounds (must not exceed 175).
The error you are encountering, "Index in position 2 exceeds array bounds (must not exceed 175)," typically occurs when you atte...

9ヶ月 前 | 1

| 採用済み

送信済み


Numerical calculations
Numerical calculations

約4年 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

送信済み


Fourier series1
Two-dimensional plot of the Fourier series

約4年 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

送信済み


Fourier series
Solve and 2D plate

約4年 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

送信済み


2D Transient Heat Conduction
No Heat Generation

約4年 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

送信済み


2D Heat Equation
Solve the heat equation in a 2D plate

約4年 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

回答済み
How to change the color of a graph only in a particular section?
%https://zil.ink/korosh -------- Ways to contact me ---------- % Korosh Agha Mohammad Ghasemi ! % C...

4年以上 前 | 0

回答済み
Changing color of graphs in MATLAB plot
%https://zil.ink/korosh -------- Ways to contact me ---------- % Korosh Agha Mohammad Ghasemi ! % C...

4年以上 前 | 0

回答済み
How to mark different values with different colors and markers
%https://zil.ink/korosh -------- Ways to contact me ---------- % Korosh Agha Mohammad Ghasemi ! % C...

4年以上 前 | 0

回答済み
Plot Multiple Colours automatically in a for loop
%https://zil.ink/korosh -------- Ways to contact me ---------- % Korosh Agha Mohammad Ghasemi ! % C...

4年以上 前 | 0

回答済み
plotting 13 lines with different colors !!
. %https://zil.ink/korosh -------- Ways to contact me ---------- % Korosh Agha Mohammad Ghasemi ! % ...

4年以上 前 | 0

回答済み
how to do plotting with different colors in same figure?
%https://zil.ink/korosh -------- Ways to contact me ---------- % Korosh Agha Mohammad Ghasemi ! % C...

4年以上 前 | 1

回答済み
Plotting 10 graphs with different colors and markers
%https://zil.ink/korosh -------- Ways to contact me ---------- % Korosh Agha Mohammad Ghasemi ! % ...

4年以上 前 | 0

回答済み
how to plot fourier series in matlab
f=@(x)x.*(x>0 & x<-pi)-2*(x/pi+1).*(x>=-pi & x<=-pi/2); n=50; k=0:n; a=1/pi*(integral(@(x)f(x).*cos(k*x),-pi,-pi/2,'ArrayValu...

4年以上 前 | 0

送信済み


Game
🎓|Chemical Engineering at Shiraz University

4年以上 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail