Thomas Jensen
Followers: 0 Following: 0
Feeds
已回答
Read in only certain numbers from a txt file.
Hi John, Unfotunatelly your input file does not follow a pattern, so your script needs to read line-by-line and check if the li...
Read in only certain numbers from a txt file.
Hi John, Unfotunatelly your input file does not follow a pattern, so your script needs to read line-by-line and check if the li...
3 years 前 | 0
已回答
Word ActiveX Delete content underneath a heading
Hi Alessandro, Working with Word documents in MATLAB is not that easy indeed, even a simple task as the one you described might...
Word ActiveX Delete content underneath a heading
Hi Alessandro, Working with Word documents in MATLAB is not that easy indeed, even a simple task as the one you described might...
3 years 前 | 0
| 已接受
已回答
I need help with sort out string from Excel File to Matlab
Hi Tran, The script is not assigning any value to the variable "destination". That is why the line "Email = destination;" and t...
I need help with sort out string from Excel File to Matlab
Hi Tran, The script is not assigning any value to the variable "destination". That is why the line "Email = destination;" and t...
3 years 前 | 0
已回答
Linking simulink blocks using code
Hi Yessine, Yes, you can do it by script: 1- Get the port handle of both blocks portHandles1 = get_param('model/block1','Port...
Linking simulink blocks using code
Hi Yessine, Yes, you can do it by script: 1- Get the port handle of both blocks portHandles1 = get_param('model/block1','Port...
3 years 前 | 0
| 已接受
已回答
Does not properly read csv file
Hi, Try to use readtable('test.csv','Format','%s,%s'). It will force the data to be treated as text. Since you columns are mix...
Does not properly read csv file
Hi, Try to use readtable('test.csv','Format','%s,%s'). It will force the data to be treated as text. Since you columns are mix...
3 years 前 | 0
已回答
Create a filelist with files (ending in _BTcom.mat) from different subfolders (all the subfolders are in the same folder)
Hi Paola, The best approach to search for files inside subfolders is creating a recursive function. Tou can check https://nl.m...
Create a filelist with files (ending in _BTcom.mat) from different subfolders (all the subfolders are in the same folder)
Hi Paola, The best approach to search for files inside subfolders is creating a recursive function. Tou can check https://nl.m...
3 years 前 | 0