Korosh Agha Mohammad Ghasemi
Followers: 0 Following: 0
- Book Editor at @kheilisabz - Data Analyst at Fouman Chimie - Chemical Engineering at Shiraz University
Statistiques
RANG
6 018
of 295 448
RÉPUTATION
8
CONTRIBUTIONS
0 Questions
11 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
2
RANG
8 400 of 20 227
RÉPUTATION
97
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
6 Fichiers
TÉLÉCHARGEMENTS
11
ALL TIME TÉLÉCHARGEMENTS
919
RANG
of 153 872
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
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...
5 mois il y a | 0
Find closest value in array
% Example V and N vectors V = [1375471092848936; 1375473388165900; 1375471320476780; 1375473388947681; 1375473392527002]; N = ...
5 mois il y a | 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...
5 mois il y a | 1
| A accepté
A soumis
Fourier series1
Two-dimensional plot of the Fourier series
presque 4 ans il y a | 1 téléchargement |
A soumis
2D Heat Equation
Solve the heat equation in a 2D plate
presque 4 ans il y a | 1 téléchargement |
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...
presque 4 ans il y a | 0
Changing color of graphs in MATLAB plot
%https://zil.ink/korosh -------- Ways to contact me ---------- % Korosh Agha Mohammad Ghasemi ! % C...
presque 4 ans il y a | 0
How to mark different values with different colors and markers
%https://zil.ink/korosh -------- Ways to contact me ---------- % Korosh Agha Mohammad Ghasemi ! % C...
presque 4 ans il y a | 0
Plot Multiple Colours automatically in a for loop
%https://zil.ink/korosh -------- Ways to contact me ---------- % Korosh Agha Mohammad Ghasemi ! % C...
presque 4 ans il y a | 0
plotting 13 lines with different colors !!
. %https://zil.ink/korosh -------- Ways to contact me ---------- % Korosh Agha Mohammad Ghasemi ! % ...
presque 4 ans il y a | 0
how to do plotting with different colors in same figure?
%https://zil.ink/korosh -------- Ways to contact me ---------- % Korosh Agha Mohammad Ghasemi ! % C...
presque 4 ans il y a | 1
Plotting 10 graphs with different colors and markers
%https://zil.ink/korosh -------- Ways to contact me ---------- % Korosh Agha Mohammad Ghasemi ! % ...
presque 4 ans il y a | 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...
environ 4 ans il y a | 0