Community Profile

photo

Ralf


Last seen: 11 dagar ago Active since 2012

Statistics

All
  • Thankful Level 3
  • First Review
  • Knowledgeable Level 2
  • First Answer
  • Solver

View badges

Content Feed

View by

Answered
How to locate all sl_customization files on the MATLAB path?
It seems that all the sl_customization files from earlier MATLAB versions vanished in newer version. That's why the output of ...

8 månader ago | 0

Question


How to locate all sl_customization files on the MATLAB path?
In MATLAB versions up to R2019b I was able to use which -all sl_customization to locate all sl_customization.m and sl_customi...

8 månader ago | 2 answers | 0

2

answers

Question


Converting a configuration reference to a configuration
Is there a way to convert a Simulink configuration reference set to a configuration? I know that the other direction is facili...

ungefär 2 år ago | 1 answer | 1

1

answer

Question


How to make a forced exit from Matlab with returning a code?
Hi all, I try to exit from Matlab in a script and want to return a code to the command line. I know that there is the command ...

mer än 5 år ago | 2 answers | 0

2

answers

Answered
Why bus creater (non-virtual) accepts elements according to order defined in Simulink.Bus object
I've got the same question. In addition, is there a way to assemble a non-virtual bus without beeing forced to respect the o...

nästan 6 år ago | 0

Question


How to calculate the one's complement of the binary representation of a single precision variable in Simulink (or embedded Matlab)?
Hello everybody, I need to to convert a Simulink signal with data type 'single' to its one's complement. I tried to use a data ...

mer än 7 år ago | 0 answers | 0

0

answers

Answered
How to assign a name to a Table given set of names?
Hi Edson, would that work for you? assignin('base', ['A_' Subjects{1}], A);

nästan 8 år ago | 0

| accepted

Answered
how can i call a model from simulink to matlab?
I don't understand what _bit error rate_ means. But to simulate a Simulink model from Matlab, you usually use the sim() ...

ungefär 8 år ago | 0

| accepted

Answered
Extract data from MATLAB plots
Hi ksnf3000, I doubt that this is correct. This would calculate the mean value of ydata between the 100th and 400th data poin...

ungefär 8 år ago | 0

Answered
removing tickmarks on image in MatLab2014a
Is that doing the Job for you? set(gca,'TickLength', [0 0])

ungefär 8 år ago | 1

| accepted

Answered
Want to return multiple variables from one function to another. How to do so?
I am not really sure about what you want to achieve. At least this code is doing something: function [a,b]=fn2() a...

ungefär 8 år ago | 0

| accepted

Answered
Run a m-file (which simulates a Markov chain) multiple times and store the results
Can't you simply use a for Loop like this one? for i=1:1000 result{i} = markov(input{i}); end % Then you ca...

ungefär 8 år ago | 0

| accepted

Answered
Doubt with the simulink units.
It shows the time in seconds.

ungefär 8 år ago | 0

Answered
How do you insert the date and time as the file name when using xlswrite?
Hi Lucas, that's because datestr(now) creates characters like colon (:) which are not allowed for file names. You should defi...

ungefär 8 år ago | 15

| accepted

Answered
Re-arranging columns into rows
Isn't that simply done using the _reshape_ function? B = reshape(A, 1, N*N); Regards, Ralf

ungefär 8 år ago | 0

| accepted

Question


How to copy field contents of one struct to another?
Hi all, I have got two structs, A and B. B has a subset of the fields of A: A.f1 = 1; A.f2 = 2; A.f3 = 3; B.f...

mer än 8 år ago | 1 answer | 2

1

answer

Question


How to find out if the Simulink Verification and Validation toolbox is installed?
Hi all, is there a simple way of finding out programmatically if the "Simulink Verification and Validation" toolbox is instal...

nästan 9 år ago | 1 answer | 0

1

answer

Question


Difference of cell arrays containing strings
Hello everybody, I try to calculate the difference of two cell arrays containing strings. I want to identify the unique strin...

ungefär 9 år ago | 1 answer | 0

1

answer

Question


Are there gauges for Matlab?
Inspired by the gauges blockset for Simulink, I am looking for gauges to use in Matlab programs. Are there any gauges like the ...

ungefär 9 år ago | 1 answer | 0

1

answer