Majid Farzaneh - MATLAB Central
photo

Majid Farzaneh


Media Engineering Department, I.R.I.B. University

Last seen: 2 months 前 自 2018 起处于活动状态

Followers: 2   Following: 0

消息

Master of Science.

统计学

All
CodyFile ExchangeMATLAB AnswersFrom 05/18 to 04/25Use left and right arrows to move selectionFrom 05/18Use 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

0 个提问
29 个回答

File Exchange

38 文件

Cody

19 个问题
444 个答案

排名
512
of 298,264

声誉
154

贡献数
0 个提问
29 个回答

回答接受率
0.00%

收到投票数
38

排名
765 of 20,554

声誉
2,410

平均
4.80

贡献数
38 文件

下载次数
141

ALL TIME 下载次数
18933

排名
290
of 160,718

贡献数
19 个问题
444 个答案

评分
5,255

徽章数量
17

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 3
  • Knowledgeable Level 2
  • Introduction to MATLAB Master
  • Likeable
  • Personal Best Downloads Level 4
  • 5-Star Galaxy Level 5
  • Famous
  • First Review
  • First Submission
  • Community Group Solver
  • Quiz Master
  • Draw Letters

查看徽章

Feeds

排序方式:

已解决


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

3 years 前

已解决


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...

3 years 前

已解决


Find max
Find the maximum value of a given vector or matrix.

3 years 前

已回答
Having error: 'emlc:compilationError' when using command('coder.checkGpuInstall('gpu','codegen','cudnn','quiet');')
I just solved the problem. You need to first install visual studio 2015 or later (including C++). Then type this in the comma...

4 years 前 | 2

已提交


Audio Watermarking Using Graph-based Transform
Audio Watermarking Using Graph-based Transform Majid Farzaneh - Rahil Mahdian Toroghi

4 years 前 | 3 次下载 |

0.0 / 5

已提交


Image contrast enhancement by HE techniques
Image contrast enhancement by Histogram Equalization techniques

5 years 前 | 5 次下载 |

5.0 / 5

已提交


Image Watermarking using Graph-based Transform
Image Watermarking using Graph-based Transform and SVD

5 years 前 | 1 次下载 |

5.0 / 5

已提交


Image watermarking (Transform domain) by DCT-SVD
Image watermarking by discrete cosine transform and singular value decomposition

5 years 前 | 1 次下载 |

5.0 / 5

已提交


IF-THEN rule extraction using Evolutionary Optimization
IF-THEN rule extraction for classification using Evolutionary Optimization

5 years 前 | 1 次下载 |

5.0 / 5

已提交


Simple codes for image darkening, lightening and de-blurring
Simple codes for image darkening, lightening, and de-blurring

5 years 前 | 4 次下载 |

5.0 / 5
Thumbnail

已提交


A combination of GA and CSO for feature selection
A combination of GA and CSO for feature selection in classification accuracy maximization

5 years 前 | 2 次下载 |

5.0 / 5

已提交


Demand prediction using bi-directional LSTM network
Demand prediction using bi-directional Long Short-Term Memory (biLSTM)

5 years 前 | 8 次下载 |

5.0 / 5

已提交


Heart Disease detection by Multi-SVM and other classifiers
Heart Disease detection by Multi-SVM and other classifiers: SVM, KNN, etc.

5 years 前 | 15 次下载 |

5.0 / 5

已提交


Smart greenhouse model with Neural Network
Smart greenhouse model with Neural Network

5 years 前 | 11 次下载 |

5.0 / 5
Thumbnail

已提交


Multi-agent sampling by BFS, Random Walk and Snowball
Multi-agent sampling by BFS, Random Walk and Snowball in virtual social networks

5 years 前 | 2 次下载 |

5.0 / 5

已提交


12 different problems solved by FIS
12 different problems solved by Fuzzy Inference Systems (Mamdani and Sugeno).

5 years 前 | 5 次下载 |

5.0 / 5

已提交


Load power prediction using ANFIS
Load power prediction using Artificial Neural Fuzzy Inference System (ANFIS)

5 years 前 | 4 次下载 |

3.0 / 5

已提交


Wire deflection calculation by image processing
Wire deflection calculation using image processing algorithms

5 years 前 | 1 次下载 |

5.0 / 5

已提交


Relief Feature Selection Algorithm
Relief Feature Selection Algorithm

5 years 前 | 2 次下载 |

5.0 / 5

已回答
how use immse between two color images
Hi Yusuf, You can calculate MSE and PSNR between 2 rgb images A and B like this: MeanSquareError=immse(A,B) PeakSignaltoNoise...

5 years 前 | 1

| 已接受

已提交


Automatic Melody Generation by GA and LSTM
Automatic Melody Generation by Genetic Algorithm and Long Short-Term Memory

5 years 前 | 3 次下载 |

5.0 / 5

已提交


Audio Transform Coding using Graph-based Transform
Audio compression in transform domain using Graph-based Transform

5 years 前 | 1 次下载 |

5.0 / 5

已提交


Benefit maximization in Energy Market using Q-learning
Benefit maximization in Energy Market using Q-learning algorithm

5 years 前 | 3 次下载 |

5.0 / 5

已提交


Image Segmentation by K-means and FLA
Image Segmentation by optimized K-means using Frog Leaping Algorithm

5 years 前 | 3 次下载 |

5.0 / 5

已提交


Graph Coloring by Genetic Algorithm
Solving Graph Coloring Problem by Genetic Algorithm

5 years 前 | 2 次下载 |

4.5 / 5
Thumbnail

已提交


Route Validation in MANETs using MLP
Route Validation in Moblie Ad-hoc Networks using Multi-Layer Perceptron Neural Network

5 years 前 | 2 次下载 |

5.0 / 5
Thumbnail

已提交


Mamdani Fuzzy Inference System for WSN routing
Improving Wireless Sensor Networks routing and packet delivery using Mamdani Fuzzy Inference System

5 years 前 | 5 次下载 |

5.0 / 5
Thumbnail

已提交


Ad-hoc network simulation with routing and packet injection
Ad-hoc network simulation with an on-demand routing protocol and packet injection

5 years 前 | 4 次下载 |

5.0 / 5
Thumbnail

已提交


Link Prediction in social networks using Ensemble Learning
Link Prediction in social networks using Ensemble Learning and single-layer perceptron neural network.

5 years 前 | 2 次下载 |

5.0 / 5

已提交


Logistic Chaotic Encryption (4-bit encoder-decoder)
Logistic Chaotic Encryption (4-bit encoder-decoder)

5 years 前 | 3 次下载 |

5.0 / 5

加载更多