photo

Piyush kant


Last seen: 8 months ago Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

1 Question
5 Answers

RANK
10,985
of 297,457

REPUTATION
4

CONTRIBUTIONS
1 Question
5 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
2

RANK
 of 20,438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158,938

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

  • First Review
  • Revival Level 1
  • First Answer

View badges

Feeds

View by

Answered
Finding the Dot Product of Two Vectors
I hope this works. function y = DotProd(a,b) % NOTE: DO NOT CHANGE THE CODE ON THIS LINE! y = a.*b ; end

6 years ago | 0

Answered
How to add a scope to a power electronics system?
Hay Chayan you can use the scope which is already available in commonly used block section. You just need to add PS-Simulink con...

6 years ago | 0

Answered
How to append two datas of two different .mat files into one .matfile?
What i got from your question you have a variable suppose x=randi(1,20); which is 1x20 in size in "file1.mat". Another variable ...

6 years ago | 0

Answered
Assigning multiple variables to a structure
If a structure is defined by: details(1).name='a'; details(2).age='29'; details(2).gender='female'; for above example multip...

6 years ago | 0

Answered
Convert matrix size from 1xmxn to mxn
Just adding some context to previous answer by Andrei Bobrov. Basic idea is to convert 1 x m x n matrix into m x n x 1 as matlab...

6 years ago | 2

Question


Installed Arduino support package for Matlab 2016 but still unable to use it.
I have already installed matlab support package for arduino and after installation i got message of successful installation as w...

8 years ago | 1 answer | 0

1

answer