photo

Hamid Satarboroujeni

Last seen: 4개월 전 2012년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

0 질문
5 답변

Cody

0 문제
3 답안

순위
148,233
of 300,392

평판
0

참여
0 질문
5 답변

답변 채택
0.00%

획득한 표
0

순위
3,044 of 20,934

평판
N/A

평균 평점
4.83

참여
0 파일

다운로드 수
34

ALL TIME 다운로드 수
0

순위
72,386
of 168,373

참여
0 문제
3 답안

점수
40

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Answer
  • First Review
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
whether regressionenseblepredict block can be used in hdl coder?
Hi Nandhu, The code you pasted is for training the ensemble model. If you want to use the model in the RegressionEnsemble Predi...

거의 2년 전 | 0

답변 있음
Problem with HDL code generation of Regression Ensemble Predict block using Simulink and HDL coder
Hi Neeraja, You can replace the Data Store Memory (DSM) blocks with a single Unit Delay block and wire it up as shown below: ...

거의 2년 전 | 0

답변 있음
Calling a machine learning model on simulink
Hi Meriem, If you have a trained machine learning model in MATLAB and want to use it for predictions in Simulink, you can use o...

거의 2년 전 | 0

답변 있음
Create a vector in Simulink
If you don't know the upper bound of Nvec and don't want to deal with NaNs and possibly variable-sized signals, you can use othe...

대략 2년 전 | 0

답변 있음
Are Nearest Neighbour functions supported on Simulink Realtime?
If you want ot use the knnsearch method of KDTreeSearcher object inside a MATLAB function block, you must follow the code genera...

대략 5년 전 | 0

문제를 풀었습니다


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

13년 초과 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

13년 초과 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

13년 초과 전