Feeds
提问
Compile for multiple versions of the MCR?
I don't know if this is possible. I want to compile from Matlab and target multiple MCR versions. Similar to the way that Andr...
4 years 前 | 0 个回答 | 1
0
个回答提问
Colormap for multline plot
How do I change the colormap of a multiline plot and have it change the colors of the existing lines? I am using Matlab 2018b. ...
4 years 前 | 4 个回答 | 0
4
个回答提问
File size increase 100 fold when going to MAT-File 7.3
I have some software that comes to me as pcode from another team. The save command has not changed between deliveries. It is s...
5 years 前 | 1 个回答 | 0
1
个回答提问
MCR_CACHE_ROOT not working with 2016
I have a Matlab routine that I have compiled as a standalone executable for use on a Linux computing cluster running PBSPro. Th...
5 years 前 | 1 个回答 | 0
1
个回答提问
How to determine which libraries to include when using Matlab C++ API?
Given the example file matcreat.cpp on linux with GCC and Matlab installed correctly. I can link with .... -L<matlab_root>/bi...
6 years 前 | 0 个回答 | 0
0
个回答已回答
How to operate on multiple function outputs?
I found a workaround. Hopefully someone will come here and find a better option. I wrapped the dcm2angle function in another f...
How to operate on multiple function outputs?
I found a workaround. Hopefully someone will come here and find a better option. I wrapped the dcm2angle function in another f...
7 years 前 | 0
| 已接受
提问
Does MATLAB assume endian?
I have a piece of code that I wrote to read the MAT-File based on the pdf found here: https://www.mathworks.com/help/pdf_doc/mat...
7 years 前 | 0 个回答 | 0
0
个回答提问
Set edit uicontrol to last line
I used to do this by using: h = uicontrol(....); j = findjobj(h); je = j.getComponent(0).getComponent(0); je.setCa...
9 years 前 | 1 个回答 | 0
1
个回答提问
ActiveX object error when user switches or interacts with active Excel window
I have a compiled application that uses Excel to make spreadsheets for another team to use. The connection is created like this...
9 years 前 | 0 个回答 | 0
0
个回答提问
Redirect compiled GUI error/output information
I have a GUI under development that throws errors. This is by design to test some error handling/recovery methods. The problem...
9 years 前 | 0 个回答 | 0
0
个回答提问
fileattrib is returning the wrong (incorrect) results
I have a GUI that asks the user via uigetdir for the location for some output files. As a check I want to be sure the user can ...
9 years 前 | 1 个回答 | 0
1
个回答提问
How to pass inputs to compiled matlab function with internal input statements?
I have: path1=input('Project Directory: ', 's'); dirname=input('Case Directory: ', 's'); filename=input('OPER Filenam...
9 years 前 | 1 个回答 | 0
1
个回答已回答
How to selectExcel columns through Matlab activeX control?
So the best way I found to do this was to access the columns through the Range of the ActiveSheet. command = sprintf('%s:%s...
How to selectExcel columns through Matlab activeX control?
So the best way I found to do this was to access the columns through the Range of the ActiveSheet. command = sprintf('%s:%s...
9 years 前 | 0
| 已接受
提问
How to selectExcel columns through Matlab activeX control?
In Excel VBA I can create groups by using: Columns(3).Resize(, 4).Group This will make columns 3 through 7 into a group....
9 years 前 | 2 个回答 | 1
2
个回答已回答
fopen in text mode ('rt') giving wierd results
As Bruno Pop-Stefanov pointed out the problem is opening a binary file in text mode on Windows. The behavior seen was expected ...
fopen in text mode ('rt') giving wierd results
As Bruno Pop-Stefanov pointed out the problem is opening a binary file in text mode on Windows. The behavior seen was expected ...
9 years 前 | 0
| 已接受
提问
I need an efficient way to color Excel cells based on value using Matlab activeX control
I currently process many hundreds of files each with about 24,000 data points. The processed results are then delivered to anot...
9 years 前 | 0 个回答 | 0
0
个回答提问
fopen in text mode ('rt') giving wierd results
I am currently using version 2013a on Windows but I have received a project from our old Linux server. There is a line in it wh...
10 years 前 | 1 个回答 | 0
1
个回答提问
How to operate on multiple function outputs?
Take this as an exmaple t = [0.997020539 -0.07615956 0.0122; -0.076640022 -0.996018987 0.04553; 0.008683887 -0.046323856 -0...
10 years 前 | 2 个回答 | 0
2
个回答提问
How to select columns based on a known repeated pattern.
I have data that came from excel and I want to grab the data without all the comments. I have imported the data into matlab but...
11 years 前 | 3 个回答 | 0