photo

Adan91h


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
287,189
of 300,379

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,931

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,299

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


How to create variable length buffer in Simulink for holding the value with unknown dimensions ?
i want to store a value of one signal in Simulink until the my trigger becomes high. Every time when trigger becomes high, the n...

7 years ago | 1 answer | 0

1

answer

Question


How to initialize the class in MATALB?
I want to use 'fitrgp' function in Matlab Simulink. fitrgp returns a GPmodel and its type of class is 'RegressionGP'. for ...

7 years ago | 0 answers | 0

0

answers

Question


How to use fitrgp in Simulink?
Can anyone tell me how to use fitrgp command in MATLAB Simulink? i tried the following code in simulink within MATLAB functio...

7 years ago | 1 answer | 0

1

answer

Question


fminsearch for multi-input and single output
I have unknown function with two inputs ('x1' and 'x2') and one output ('Y') and a constant parameter 'p'. Each input is a vect...

7 years ago | 1 answer | 0

1

answer

Question


3D Matrix to 2D Matrix
I have four 3D matrix like Y= ones(2,2,4) and i want to make a new matrix like YT=zeros(8,8). I want to take values from 3D "...

8 years ago | 2 answers | 0

2

answers

Question


For loop is not working
i"m trying to map values of Y(:,:,k) to specific positions of YT(:,:,alpha) but this code is not working. for alpha=1:Number...

8 years ago | 1 answer | 0

1

answer