
Peter Valent
Statistics
All
MATLAB Answers
ThingSpeak
ランク
of 125,588
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
1 パブリック チャネル
平均評価
30
コントリビューション
0 ハイライト
平均いいねの数
Content Feed
質問
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ヶ月 前 | 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...
10ヶ月 前 | 2 件の回答 | 0
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...
11ヶ月 前 | 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...
11ヶ月 前 | 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...
約1年 前 | 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 ...
1年以上 前 | 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 ...
1年以上 前 | 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;
1年以上 前 | 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...
1年以上 前 | 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...
2年弱 前 | 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...
2年弱 前 | 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...
2年弱 前 | 0 件の回答 | 1
0
回答質問
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 ...
3年以上 前 | 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...
3年以上 前 | 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 ...
3年以上 前 | 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...
4年弱 前 | 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...
4年弱 前 | 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...
約4年 前 | 1 件の回答 | 0