Statistics
2 Questions
0 Answers
RANK
19,510
of 295,467
REPUTATION
2
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
2
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Feeds
Question
How to upload Matlab program to Raspberry Pi 2 and execute it in the Raspberry Pi directly ? is it even possible ?
I am currently doing my final year project and I have been asked to develop a program in Matlab simulink and then upload the pro...
9 years ago | 5 answers | 2
5
answersQuestion
How can i save the outputs of a function inside that function so i can recall that function in another script and plot with it output ???
function [x] = compute(W, k1, k2, d) x1 = W / k1; x2 = ( W + 2 * k2 * d ) ./ ( k1 + 2 * k2 ); k1 = 10000; k2 = 15000; d =...
11 years ago | 0 answers | 0