Statistics
RANK
13,682
of 295,569
REPUTATION
2
CONTRIBUTIONS
12 Questions
1 Answer
ANSWER ACCEPTANCE
41.67%
VOTES RECEIVED
2
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
what tool boxes are required for device drivers
One of our requirement is to implement device drivers in matlab. It could be ADC, DAC, Communication protocols like LIN, CAN, K...
9 years ago | 0 answers | 0
0
answersQuestion
sim command clears workspace & fails simulation
I am trying to run simulation using GUI. When I load my model, it shows me workspace is filled with variables, but as soon as s...
10 years ago | 1 answer | 0
1
answerQuestion
mexopts.bat error while simulating model
I am using matlab 2009b version,& when i try to simulate model it gives me error as mentioned in the screenshot added. some mexo...
10 years ago | 0 answers | 0
0
answersQuestion
How to copy contents of one text file to other text or .c file ?
Hi, I want to write model version specific data at the top of .c file containing code. I could write it to the end of .c fi...
10 years ago | 1 answer | 0
1
answerQuestion
How can I take a snapshot of scope block after simulation & save it as JPG file from script
Hello, I have a xls file using which I am generating a signal builder. Once simulation is over,I want to compare the expected ...
10 years ago | 0 answers | 0
0
answersQuestion
CSV Write to specific column
Hello, Please find the model & expected output in the csv/excel file. What I want to do os to find out no of blocks in the mod...
11 years ago | 0 answers | 0
0
answersQuestion
How can I write the excel sheet in multiple columns with Input Output information
I have a model with multiple blocks, each have Inputs & outputs, I want to write a script which will identify which signal is in...
11 years ago | 0 answers | 0
0
answersQuestion
Does contents of modelinfo block appears in the generated code?
Hello, I want to add the details of project & module to the code files generated from simulink model. If I use a model info ...
11 years ago | 1 answer | 0
1
answerQuestion
How can I come to know whether a stateflow chart is open from command prompt?
Hi, I have stateflow in my model.If stateflow is open,then while doing simulation , it takes lot of time since it animates it...
13 years ago | 2 answers | 0
2
answersQuestion
is it possible to update/edit MS word file from matlab command prompt or through script?
Hi, I am working on script where I have to edit a report file which is in MS word format. I am able to open the file using...
13 years ago | 1 answer | 0
1
answerProgress bar
Hi , I think you can use waitbar something like this.. h = waitbar(0,'Removing the plural form of all the words...Please w...
13 years ago | 0
Question
How to rename file from command prompt
Hi, I have a file named 'SW984-362-19-230-vXYZ.doc'. I want to rename it as 'SW984-362-19-230-W1234.5.doc'. I tried usin...
13 years ago | 1 answer | 2
1
answerQuestion
How to close all windows except top level window of a model?
Hi, I want to close all open windows except the top level window of a model. Model is opened using open_system command. e.g...
13 years ago | 1 answer | 0