Community Profile

photo

Kumar Shivu


2014년부터 활동

Followers: 0   Following: 0

연락

통계

Feeds

보기 기준

질문


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...

거의 10년 전 | 답변 수: 1 | 1

1

답변

질문


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...

대략 10년 전 | 답변 수: 0 | 0

0

답변