photo

AMAL targhi


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

21 个提问
2 个回答

排名
11,225
of 300,991

声誉
4

贡献数
21 个提问
2 个回答

回答接受率
42.86%

收到投票数
0

排名
 of 21,133

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,260

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


avoid loop in matrix multiplicatoion
This is a function to multiply 2 matrix ( of quaternions) i need to avoid loops what should i do function a = matrice_mul...

9 years 前 | 1 个回答 | 0

1

个回答

已回答
How do I concatenate cells in each row in a matrix?
a = [ 8 1 6 ; 1 2 3 ; 4 5 6 ] [l c ] = size (a) ; b = cell (l,1); for i =1 : l b {i,...

9 years 前 | 0

| 已接受

提问


Error using vertcat Dimensions of matrices being concatenated are not consistent.
i have 2 cell array the first one is size ( 81 *1 ) the seconde one is size ( 1 * 1 ) when i use vectcat i get and ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


the mse in neural networks
i had built a neural network in the weights update step the mean error quadratiqur go directly to 0 for example mean error ...

9 years 前 | 0 个回答 | 0

0

个回答

提问


Too many input arguments error
i have my function testnetwork function result = TestNetwork(network, input) result = input; b= [-1 -1 -1 -1...

9 years 前 | 1 个回答 | 0

1

个回答

提问


matrix of vectors in matlab (cell of arrays)
This is my matrix a = {[1 2 3 4]; [5 6 7 8]; [9 10 11 12]} I need to calculate the exponential li...

9 years 前 | 1 个回答 | 0

1

个回答

已回答
Plotconfusion - How to adjust size?
hi i have the same problem did u found the solution ?

9 years 前 | 0

提问


Plotconfusion - How to adjust size?
I am using the plotconfusion command to plot a confusion matrix. There are approximately 27 classes and the result of the plotco...

9 years 前 | 0 个回答 | 0

0

个回答

提问


index exceeds matrix dimensions: matlab
This is my code i get the error index matrix dimensions in this line: network.meansqrerr {n} = plus( network.meansqrerr ...

9 years 前 | 0 个回答 | 0

0

个回答

提问


index exceeds matrix dimension
| *This is my code i get the error index matrix dimensions in this line: network.meansqrerr {n} = plus( network.meansqrer...

9 years 前 | 1 个回答 | 0

1

个回答

提问


sum square error in quaterions
there is a way to get the sum square errror in quaterions

9 years 前 | 0 个回答 | 0

0

个回答

提问


symsum for quaternions in matlab
i need to sum series (symsum) but with quaterions i tried this code to sum my meansquare errors but it dosen't works ...

9 years 前 | 0 个回答 | 0

0

个回答

提问


Rerplace Nan by a number in a matrix
a = { [5 5 5 6 ] [ Nan Nan Nan Nan]; [ 7 8 8 8 ] [1 2 3 5] } i want to replace a{1,2} by [1 1 1 1 ] it is possible because...

9 years 前 | 1 个回答 | 0

1

个回答

提问


quaterions to string in matlab
i need a function like num2str for quaterions in matlab u can help me

9 years 前 | 1 个回答 | 0

1

个回答

提问


multiplication of matrix on matlab .*
a= ( 1 ; 2 ; 3 ; 4 ) b= (1 ; 5 ; 6 ; 7) f = a.*b = (1 ; 10 ; 6 18 ; 28) what is the name of .* in maths

9 years 前 | 1 个回答 | 0

1

个回答

提问


ind2vec with quaterions matlab
i need to implement a function ind2vec but for a quaterion not for a reeal number but i don't have any idea because i m impleme...

9 years 前 | 1 个回答 | 0

1

个回答

提问


intialise a matrix with matlab
i need to initialise a matrix but i don't know the dimension of the matrix there is any way to do it ?

9 years 前 | 1 个回答 | 0

1

个回答

提问


sigmoide of a quaterion with matlab
normally sigmoide(x) = 1/(e-(x) +1) i don't hwo can i calculate the sigmoide of quaterion a have some probleme in the divisio...

9 years 前 | 0 个回答 | 0

0

个回答

提问


multiply two matrix of quaterions
hello how we can multiply 2 matrix of quaterions exemple C = {[1 2 3 4 ] [5 6 7 8 ] ; * {[1 2 3 4 ] [5...

9 years 前 | 1 个回答 | 0

1

个回答

提问


coefficient of a matrix on matlab
Hello assuming we have four matrices A = [1 2; 3 4]; B = [5 6; 7 8]; C = [9 10; November 12]; D = [13 14; 15 16]; ...

9 years 前 | 2 个回答 | 0

2

个回答

提问


Matrix quaternions opérations in matlab
hello how we cal multiply 2 2 matrix of quaterions alsoo plus 2 matrix of quaterions

9 years 前 | 0 个回答 | 0

0

个回答

提问


generate random quaterions with matlab
hello every body there is any way to generate a matrice of quaterions randomly in matlab ? for example a = rand (5,6) (5 ...

9 years 前 | 0 个回答 | 0

0

个回答

提问


quaterions neural network: Too many input arguments.
hello every body i have to implement a quaterionic neural network i had 4 function train build crate and the main f...

9 years 前 | 1 个回答 | 0

1

个回答