Ayesa - MATLAB Central
photo

Ayesa


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

student

统计学

MATLAB AnswersFrom 12/11 to 03/25Use left and right arrows to move selectionFrom 12/11Use 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

11 个提问
0 个回答

排名
107,246
of 297,716

声誉
0

贡献数
11 个提问
0 个回答

回答接受率
45.45%

收到投票数
0

排名
 of 20,469

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,428

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


How to use variable in a function?
Hello. I am trying to make a function which will take strings as input (where string contains 3 characters: 0, +, -) and any '+'...

13 years 前 | 1 个回答 | 0

1

个回答

提问


How to stop changing weights in neural network?
I have assigned the input weights and layer weights to NN and i want that these weights should be fixed through out the whole tr...

13 years 前 | 1 个回答 | 0

1

个回答

提问


How to save the final value of epoch?
Hi. I am using Matlab 7.6 and working with neural network. I made some changes in the code of 'calcperf2.m'. The changes begin ...

13 years 前 | 1 个回答 | 0

1

个回答

提问


How to use one conditions's result in to another condition?
Hello. I am facing some problem with Matlab coding. I want: if working_mode == 1 a = func_con(x); ...

13 years 前 | 2 个回答 | 0

2

个回答

提问


Conversion of signed binary row matrix in to decimal value
If i have a 1 by 16 matrix where each element representing a bit and the matrix is a representation of singned binary number. p...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Left shift is not working
Hi. I am trying to left shift of a m by n matrix but its not working. PP = [1 2 3 4 %PP can be any size ...

13 years 前 | 1 个回答 | 0

1

个回答

提问


2's complement of a row in a matrix
Hi. For a = [m n] matrix, where each element value is 0 or 1. I want to get the 2's complement of rows depending on the first e...

13 years 前 | 1 个回答 | 0

1

个回答

提问


How to replace matrix element value with predetermined value?
I have m by n matrix and each element value can be any one of these three number: 0, 48, 49. (I have a code which generates this...

13 years 前 | 1 个回答 | 0

1

个回答

提问


How to shift diffrent rows with diffrent shift positions in matlab?
I want to right shift each row of P with different shift position. P = 111110010000...

13 years 前 | 2 个回答 | 0

2

个回答

提问


Decimal to Canonical SIgned Digit (CSD) conversion and CSD matrix multilplication with decimal matrix
I got a code which takes an input value and gives the output in Canonical Signed Digit (CSD) form. I took the code from this lin...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Need help regarding getting weight, bias and layer input matrix at each iteration
I am new in neural network and using feedforward nn for xor gate and the network has one input layer(with 2 inputs), first layer...

13 years 前 | 2 个回答 | 0

2

个回答