photo

Aubai


Wobben Research and Development GmbH

Last seen: 8개월 전 2013년부터 활동

Followers: 1   Following: 0

메시지

통계

All
MATLAB Answers

17 질문
10 답변

File Exchange

23 파일

순위
6,067
of 300,364

평판
8

참여
17 질문
10 답변

답변 채택
64.71%

획득한 표
2

순위
723 of 20,934

평판
2,564

평균 평점
4.40

참여
23 파일

다운로드 수
50

ALL TIME 다운로드 수
23756

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3
  • Personal Best Downloads Level 3
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • Knowledgeable Level 1
  • Revival Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Show Simulink simulation progess inside Matlab skript without too much performance loss.
model = 'your_model_name'; set_param(model, 'SimulationCommand', 'start'); while strcmp(get_param(model, 'SimulationStatus')...

11개월 전 | 0

질문


How to get all possible combination With the total number of possible combination for "n" variables that can take different values
Hi Guys, I have "n" variables that my take different values each. (e.g.: length of variable 1 = m1, 2 = m2, 3 = m3 , ...., n = ...

1년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Reading binary files in matlab
Dear All, I have the following code in Python (which is working for me) how can i made the same code in Matlab? import IMCter...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


Increasing Java Heap Memory of target machine so that EXE runs on target machine with MCR
Dear All, as writen in the title i am trying to increase or decrease the Java Heap Memory on a Target machine that has MCR. i a...

대략 4년 전 | 답변 수: 0 | 0

0

답변

답변 있음
Reading Text file from IMC company
so i solve it by using different functions till i get the answer: here is the code if anyone out there is interested in that ...

4년 초과 전 | 0

| 수락됨

답변 있음
How to Save new data to existing structure data in a for loop without having to save the complete Matlab file from Zero?
So after looking i did not get any answer that can be cosidered. I can till you it is not possible for the matfile function to ...

4년 초과 전 | 0

| 수락됨

질문


Memory usage limitation for standalone Matlab app designer Apps using Matlab Compiler
Hi all, I have a simple question which need a simple answer (i hope i will not hear the can't be done answer as i am expectin...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to Save new data to existing structure data in a for loop without having to save the complete Matlab file from Zero?
Hi all, I am really not sure how to ask this! I have daily coming data in which i am doing evaluation and saveing the results...

4년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Reading Text file from IMC company
Dear All, I am trying to read .raw files created by IMC measurement devices (basically it is a Text file). for that i am using ...

4년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Solving n x m non-linear equation systems where n > m
Hi all, I am trying to solve m-nonlinear equations with n-unknowns. keeping in mind that n > m. What is the best way to do that...

대략 5년 전 | 답변 수: 1 | 0

1

답변

답변 있음
decreasing point on curve
Hi, I think the best way to do so has already been described here and here: basically there are two ways described there: 1- ...

대략 6년 전 | 1

| 수락됨

질문


Why am I not getting the correct Phase angle when doing FFT
Dear All, I would like to generate a Sine Signal that have the same Phase angle as a given measured Sine signal. in order to ...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Rate Limiter mfile without a for loop
Dear All, i have some data with a slow rate of change (small slopes) yet at some points my rate of change is very high i woul...

대략 8년 전 | 답변 수: 0 | 0

0

답변

답변 있음
Wrong data-size being returned by 'FETCH' (64-bit, DatabaseToolBx)
Did Anyone get answer for this question?? I am having the same Problem here

8년 초과 전 | 0

답변 있음
Sum every nth row or array
you can try the Stat_n function under: http://de.mathworks.com/matlabcentral/fileexchange/61218-element-wise-statistics-movin...

거의 9년 전 | 0

답변 있음
How do I take the average of every n values in a vector?
Or you can try the Stat_n function under: http://de.mathworks.com/matlabcentral/fileexchange/61218-element-wise-statistics-mo...

거의 9년 전 | 0

질문


Why am i getting worng answer from the Fourier Block in Simulink when generating interharmonics in my input sine signal
Hi All, I am trying to understant why am i not getting the correct Mag and Phase Output of the Fourier Block. for testing ...

거의 9년 전 | 답변 수: 1 | 0

1

답변

질문


why is the result of my fetch not complete in database?
I am trying to load some data from a database using matlab. for that i have written my SQL-query and connected to my database ...

거의 9년 전 | 답변 수: 0 | 0

0

답변

질문


how to generate a Sine wave with changable frequency in mfile?
Dear all, I would like to generate something similler to a PLL sine signal locked on a measured sine signal. for that i have ...

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


Wind speed prediction using ARIMA model
Dear All, I am trying to predicte the next 2 hours wind speed of 10-min wind speed reading (12-point ahead forecasting). for ...

11년 초과 전 | 답변 수: 6 | 0

6

답변

질문


how can i test an time series NAR NN forecasting tool?
Dear all, i would like to predicte the wind speed of a spesific location for the next 2 hours (12 points of 10min data) for ...

11년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Numerical Integration cumtrapz in matlab mfiles compaired to Simulink Integrator block?
0 Answers i though this is an basic question!! I had to answer myself: cumtrapz accumulate the results till the studied point. y...

11년 초과 전 | 0

| 수락됨

질문


Numerical Integration cumtrapz in matlab mfiles compaired to Simulink Integrator block?
Hallo all, I am not sure why this code is not working: if true %% PID Test file % Start the script clear clc kp...

거의 12년 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to convert sine wave signal to sawtooth wave in Simulink?
did you try the PLL block in Simulink? wt output isur sawtooth wave if i understand your question correctly :)

거의 12년 전 | 0

답변 있음
Reading an Excel File (Excelfinlename.dvd) with decimal comma instaed of decimal point?
it seems i had the solution all along. I took the third output of xlsread and then change it from cell to matrix using cell2mat ...

12년 초과 전 | 1

| 수락됨

질문


Reading an Excel File (Excelfinlename.dvd) with decimal comma instaed of decimal point?
Hi..., Currently i am trying to read an excel files with two different ending . dvd & .sod (From SCADA system). i am using t...

12년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Compair two vectors with different length and different values??
Hallo Lets say i have two vectors A, B with different length (Length(A) not equal to Length(B)) and the Values in Vector A, ...

12년 초과 전 | 답변 수: 2 | 0

2

답변