photo

Danijel Domazet


Last seen: 거의 2년 전 2020년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

20 질문
2 답변

순위
32,126
of 300,753

평판
1

참여
20 질문
2 답변

답변 채택
25.0%

획득한 표
1

순위
 of 21,075

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,837

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3
  • First Answer
  • Revival Level 1

배지 보기

Feeds

보기 기준

질문


Matlab crashing on Ubuntu 22.04 - help?
Matlab is constantly crashing for me. Can you help maybe, based on the below crash report - what could be the problem? My OS...

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

1

답변

질문


MATLAB and LAPACK implementation of the SVD algorithm - not the same output?
I am using the LAPACK C library's singular value decomposition function LAPACKE_cgesvd() and trying to get the same result as...

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

1

답변

질문


Which SVD algorithm implementation is used in MATLAB?
Hi, I am comparing singular value decomposition function [U,S,V] = svd(A) to some C implementations of the algorithm. However,...

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

1

답변

질문


What is the real value of "single(my_variable)"?
My script reads a string value "0.001044397222448" from a file, and after parisng the file this value ends up as double precissi...

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

2

답변

질문


Write 32-bit float Simulink variable to file?
I am running a Simulink sinulation. I'd like to capture a 32-bit float variable to file. It would be a simple binary raw file...

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

1

답변

답변 있음
How do I tell MATLAB to use MinGW C++ compiler instead of MSVC?
Solution is here: https://www.mathworks.com/help/matlab/matlab_external/choose-c-or-c-compilers.html and works very easily. ...

거의 5년 전 | 0

질문


How do I tell MATLAB to use MinGW C++ compiler instead of MSVC?
I just installed the MinGW C++ compiler add-on. When I run some Simulink simulation from the CygWin command line, MATLAB tries...

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

1

답변

질문


MATLAB license for Jenkins automation server?
When using MATLAB only on an automation server for test builds and verifications, is the same full MATLAB license required? Or t...

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

1

답변

질문


Computing balanced representation for state-space model?
I have the following state-space model parameters: A = [0.989923894 -116924.375; 4.34027786e-10 1]; B = [1;0]; C = [0.0100760...

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

1

답변

답변 있음
S-Function BlockType
Try: s_blocks = find_system(model, 'SearchDepth', 1, 'BlockType','S-Function');

대략 5년 전 | 0

질문


How to get port names for built-in blocks?
This is how I find port names in my Simulink model: function [portNames] = findOutputPortNames(obj) % Lists output port n...

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

0

답변

질문


Speeding up the simulation?
I have a Simulink model which takes audio file at input, and produces another audio file at output. I am also running the mode...

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

1

답변

질문


How to get output port name for builtin Delay block?
simBlockH = get_param(target_module, 'Handle'); handles = find_system(simBlockH, 'LookUnderMasks', 'on', 'FollowLinks', 'on', '...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to connect input to input programmatically (add_line)?
I use 'add_line()' to connect output to input, output from first block to the input of next block, in this case To File block (d...

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

1

답변

질문


How to programmatically add a block from Audio Toolbox to Simulink?
I have added a Simulink "In File" block programmatically: add_block('simulink/Sinks/To File',...) How do I add a block from A...

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

1

답변

질문


How to suppress warnings when running Simulink simulation programmatically?
I am running a Simulink simulation from my_sim.m MATLAB file: ... sim('rocket_sim'); fprintf('Finished. \n'); ... I am g...

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

1

답변

질문


Changing model programmatically: discard changes and exit?
Hi, I programmatically change a model in Simulink, run the simulation, and exit. open_system(...) add_block(...) sim(...) ...

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

1

답변

질문


How to set StopTime programmatically?
My model stop time is set to 5 seconds. I want to change that programmatically. open_system(test_model, 'loadonly'); set_param...

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

1

답변

질문


"delete" does not find a file?
Why wouldn't this work: if isfile(filename) delete filename end filename is a char vector. File is not deleted, and I ...

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

1

답변

질문


Calling m file from class?
I have a class A, and a file myinit.m. myinit.m contains many variable initializations which are needed by the class A. This...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to programmatically set To File block parameters?
Hi, I am trying to programmatically add To File block to existing Simulink model. open_system('myModel, 'loadonly'); add_blo...

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

1

답변

질문


How to go from Simulink to embedded fixed-point DSP processor?
A library of audio algorithms is modeled, tested and verified in Simulink. It needs to go from this existing Simulink models dow...

5년 초과 전 | 답변 수: 0 | 0

0

답변