![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/1635175_1522087695576_DEF.jpg)
Jean-Baptiste Lanfrey
MathWorks
Followers: 0 Following: 0
Statistics
All
RANK
5,179
of 297,016
REPUTATION
8
CONTRIBUTIONS
0 Questions
6 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
8,804 of 20,419
REPUTATION
87
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
1
ALL TIME DOWNLOADS
872
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Answered
import a certain text file .txt from a specific folder
You can try the fullfile function. Something like this should work: folder = 'C:\Users\Alberto\....'; % folder where the .txt ...
import a certain text file .txt from a specific folder
You can try the fullfile function. Something like this should work: folder = 'C:\Users\Alberto\....'; % folder where the .txt ...
2 years ago | 0
| accepted
Answered
Link Axes in App Designer
You can use the linkaxes command like this: plot(app.UIAxes,rand(100,1)); plot(app.UIAxes2,rand(100,1)); li...
Link Axes in App Designer
You can use the linkaxes command like this: plot(app.UIAxes,rand(100,1)); plot(app.UIAxes2,rand(100,1)); li...
3 years ago | 0
Answered
Convert MATLAB internal function to Python
What about generating a Python Package from your MATLAB function? https://www.mathworks.com/help/compiler_sdk/gs/create-a-pytho...
Convert MATLAB internal function to Python
What about generating a Python Package from your MATLAB function? https://www.mathworks.com/help/compiler_sdk/gs/create-a-pytho...
3 years ago | 0
Answered
How to programmatically modify substructure with arbitrary number of levels?
If I understand correctly, all you need is to use the setfield command, for example: modified_struct = setfield(original_struct...
How to programmatically modify substructure with arbitrary number of levels?
If I understand correctly, all you need is to use the setfield command, for example: modified_struct = setfield(original_struct...
3 years ago | 0
Answered
How would you loop through a vector and create new vectors (groups) based the condition of similar values per index
Something like this should work. nums = [1 2 3 1 3 3 1 2 2 3 2 1 3]; groups...
How would you loop through a vector and create new vectors (groups) based the condition of similar values per index
Something like this should work. nums = [1 2 3 1 3 3 1 2 2 3 2 1 3]; groups...
3 years ago | 0
| accepted
Answered
hai, i want to know in which version of simscape pneumatic system tool box is available.Currently i am using R2009a it is not available
Hi, the pneumatic library has been introduced in release R2009b. Regards Jean-Baptiste
hai, i want to know in which version of simscape pneumatic system tool box is available.Currently i am using R2009a it is not available
Hi, the pneumatic library has been introduced in release R2009b. Regards Jean-Baptiste
10 years ago | 0