Statistics
3 Questions
0 Answers
RANK
34 232
of 295 467
REPUTATION
1
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
1
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
Which coder Toolbox are required to work with emlc function ?
I know it was a functionality of Real Time Workshop but now Real Time Workshop is now integrated into Simulink Coder . But when...
mer än 10 år ago | 1 answer | 1
1
answerQuestion
When i run mex-setup in matlab , i get select a compiler but there is no compiler list to select from . I have installed SDK and Visual studio 2010 installed. Can anyone help me on this?
>> mex-setup Select a Compiler : [0] None Compiler :
mer än 10 år ago | 0 answers | 0
0
answersQuestion
I have a txt file and i read the txt file in matlab . After reading the text file i need to change a value in some line . But the value isnt first word or number in the line. The number is to be replacd with a output value from simulink simulation.
clc; fid = fopen('summary.txt'); n = 1; textline = {}; while( ~feof(fid) ) textline(n,1) = {fgetl(fid)}; if ( n == 28...
mer än 10 år ago | 0 answers | 0