Peter Valent
Followers: 0 Following: 0
Feeds
提问
How can I increase timeout when using readtable to get csv data from url?
I want to use readtable function to read time series csv file from internet via an url. It works for smaller datasets but when I...
12 months 前 | 1 个回答 | 0
1
个回答提问
Can I use dll library generated in Matlab in R?
I have created a simple dll that can be called from within Matlab. Can this dll be called from other high-level programming lang...
2 years 前 | 1 个回答 | 0
1
个回答提问
Compiled application is very slow
I have a code that I need to compile into a stndalone application as I need to run it on multiple computers. The problem is that...
2 years 前 | 2 个回答 | 1
2
个回答提问
How does Matlab uses memory inside a function?
I am doing a program that works with very large matrices (several gigabytes). I would like to understand what happens when I pas...
2 years 前 | 1 个回答 | 0
1
个回答提问
Different behaviour in indexing between table and digraph node table
I have a table with one column of type cell holding logical vectors of the same size. I want to be able to combine these logical...
2 years 前 | 1 个回答 | 0
1
个回答提问
Performance issues with writing into matfiles
I am writing a simulation program that uses multiple long time series of substantial length. To avoid memory overflow I read the...
3 years 前 | 1 个回答 | 0
1
个回答提问
Strange values of map axes limits (axesm).
I am building an app that will display various geographic data - vector (points, lines, polygons) and raster. Because of this I ...
3 years 前 | 1 个回答 | 0
1
个回答提问
Is there a way to use "SizeChangedFcn" with "Resize" and "AutoResizeChildren" properties on?
I have a simple app in appdesigner. I have enabled both "Resize" and "AutoResizeChildren" options. Everytime the app is resized ...
3 years 前 | 1 个回答 | 0
1
个回答已回答
Changing the tick Label in app designer.
Hello, try to use this code: app.UIAxes.XTick = 0:0.1:1; app.UIAxes.YTick = 0:0.1:1;
Changing the tick Label in app designer.
Hello, try to use this code: app.UIAxes.XTick = 0:0.1:1; app.UIAxes.YTick = 0:0.1:1;
3 years 前 | 0
提问
Custom geobasemaps not show in compiled application.
I have created a simple appdesigner application, which shows some geographic data on top of three types of basemaps. I have some...
3 years 前 | 3 个回答 | 0
3
个回答提问
Geoaxes zoom not working after adding ButtonDownFcn.
I have an app built in AppDesigner with a map plotted in geoaxes. I need to zoom in and out but I also need to do some action wh...
3 years 前 | 2 个回答 | 1
2
个回答提问
How to combine basemaps with projected shapefiles?
I am building a program in appdesigner and I need to process and visualise vector and raster data. As both of the data is projec...
3 years 前 | 0 个回答 | 0
0
个回答提问
How to wait for uifigure to resize properly?
I am building a rather complex program in appdesigner, which contains axes showing a map. I had difficulties to make sure that t...
3 years 前 | 1 个回答 | 1
1
个回答提问
Matlab crashes when calling function from fortran dll
I have a set of fortran functions/subroutines that I have compiled as DLL. I need to call some of them from Matlab. The problem ...
5 years 前 | 0 个回答 | 0
0
个回答提问
How to select strings using regexp?
I have a cell array with strings. I need to select only those cells which strings start with "HQ" and follow with a number. Ex...
5 years 前 | 1 个回答 | 0
1
个回答提问
How to programmatically scroll to a row of a uitable in appdesigner?
Hi I have created a small app in appdesigner. It contains a uitable component which holds many rows of data. The app enables to ...
5 years 前 | 0 个回答 | 0
0
个回答提问
How to extract info from string using regexp?
I have a text file with a number of lines such as: [DEBUG][HoraCorrelationMatrixNode] Polygon 2303 id 857befored [DEBUG][Hora...
5 years 前 | 2 个回答 | 0
2
个回答提问
Problem with "datenum" and "datetime" functions
I need to extract date information from a formated date string. I have used both datenum and datetime functions but both of them...
5 years 前 | 1 个回答 | 0
1
个回答提问
How to stop App Designer resizing UIAxes?
I have created a simple APP using the App Designer. It plots a simple graph into an UIAxes object. The problem is that the posit...
5 years 前 | 1 个回答 | 0