J S
Followers: 0 Following: 0
Feeds
질문
Forecasting/prediction multi step ahead with individual events (NARNET Neural Network)
I have around 300 different time series data sets of xyz acceleration during parabolic flights. I want predict the next 5 secon...
거의 3년 전 | 답변 수: 1 | 0
1
답변질문
No OCR results on good Image
Why doesn't this give me any results??? Can somebody help me out? On other occasions, OCR hasn't given me any trouble at all, bu...
대략 6년 전 | 답변 수: 0 | 0
0
답변질문
How to open file with special characters in filename
Hi, I have trouble with the above. I don't want to use uigetfile. I found this: <https://de.mathworks.com/matlabcentral/answ...
대략 6년 전 | 답변 수: 0 | 0
0
답변질문
Desktop app/program data scraping
Hey there, is there an easier and quicker way than ocr to get the data from a program running on my computer? Thanks
대략 6년 전 | 답변 수: 0 | 0
0
답변질문
Unique solution / Prevent certain solution
How do I suppress the solution of the zero vector in the linear solver to achieve a unique solution as [1;1] for example? f...
대략 6년 전 | 답변 수: 0 | 0
0
답변질문
Get raw data of application gui
Is there a way to access the internal data which a program (not matlab, running on my computer (Mac)) is sending to the prgrams ...
6년 초과 전 | 답변 수: 0 | 0
0
답변답변 있음
Dynamic variables in loop
%% Import data from text file. % Script for importing data from text file %% Initialize variables. filename = '/U...
Dynamic variables in loop
%% Import data from text file. % Script for importing data from text file %% Initialize variables. filename = '/U...
6년 초과 전 | 0
질문
Dynamic variables in loop
Hey there, I got some string data and want to plot the amount of chips of N amount of players (<15). I tried dynamic varia...
6년 초과 전 | 답변 수: 3 | 0
3
답변답변 있음
Euro sign in axis label
Found a way: ytxt =char(8364); ylabel(['Price ' num2str(ytxt)]);
Euro sign in axis label
Found a way: ytxt =char(8364); ylabel(['Price ' num2str(ytxt)]);
대략 7년 전 | 2
질문
Euro sign in axis label
I have to label my graph with 'Price €' on the ylabel but cant get it to work... I tried stuff aka: https://de.mathworks.com...
대략 7년 전 | 답변 수: 2 | 0
2
답변질문
Api to download csv data
I am trying to to download csv datasets from google trends but coulnd find a good solution yet. There are some different appr...
대략 7년 전 | 답변 수: 0 | 0
0
답변질문
Not getting cell array output?
Hey there, I need some help. Why doesn't data(n,:) give me a cell as output, but a char? Thanks %% Open...
7년 초과 전 | 답변 수: 0 | 0