Andreas
Ingenieurgesellschaft Meinhard Fulst GmbH
Followers: 0 Following: 0
Feeds
提问
How to model tanks with inlets above liquid level - partially filled pipes missunderstood?
Hi everyone, Update: See last comment: problems: perpetuum mobilé with partially filled pipe (IL) blocks OLD: I am trying ...
1 year 前 | 1 个回答 | 0
1
个回答已回答
How to initialize spring preload in SimScape?
Just add an ideal force source in parallel to the spring.
How to initialize spring preload in SimScape?
Just add an ideal force source in parallel to the spring.
2 years 前 | 1
提问
Model token economics (for trading crypto-coins) - advice for approach
Hi everyone, I try to build a simulink model for tokenomics / token economics of crypto currencies (I am new to signalprocessin...
3 years 前 | 0 个回答 | 0
0
个回答提问
Is there a way to link plots to simscape log data / simscape results explorer data?
When you enable data logging for simscape, you can browse all simulation data using the simscape results explorer. After select...
3 years 前 | 2 个回答 | 0
2
个回答已解决
Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...
4 years 前
已解决
Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.
4 years 前
已解决
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
4 years 前
提问
Simulation of air with oil mist / fog in simscape
Hi everyone, is it possible to bend the moist air domain in such a way, that the simulation of other condensating gases / mater...
4 years 前 | 1 个回答 | 0
1
个回答提问
figure: move line to second y-axis
Hello everyone, when using matlab figures, is there a way to move only one signal/line to a second y-axis? plotyy and yyax...
4 years 前 | 1 个回答 | 0
1
个回答已回答
Is it possible to freely change postions of inputs and outputs of simulink blocks?
Now it is possible by simply dragging the ports of a block.
Is it possible to freely change postions of inputs and outputs of simulink blocks?
Now it is possible by simply dragging the ports of a block.
4 years 前 | 0
已回答
Plotting 4 data sets on 2 y axis
Answer maybe a bit outdated, but according to this https://de.mathworks.com/help/matlab/creating_plots/plotting-with-two-y-axes...
Plotting 4 data sets on 2 y axis
Answer maybe a bit outdated, but according to this https://de.mathworks.com/help/matlab/creating_plots/plotting-with-two-y-axes...
4 years 前 | 0
提问
copyobj for combining multiple plots - Parent and child input vectors must be equal length
Hi everyone, I am having trouble with merging / combining two sets of multiple plots I received from the simulation data inspec...
4 years 前 | 1 个回答 | 0
1
个回答已回答
How can i plot multiple signals on an XY graph in simulink.
Now I have found a similar solution: https://de.mathworks.com/help/simulink/ug/visualize-simulation-data-on-an-xy-plot.html So...
How can i plot multiple signals on an XY graph in simulink.
Now I have found a similar solution: https://de.mathworks.com/help/simulink/ug/visualize-simulation-data-on-an-xy-plot.html So...
4 years 前 | 0
已回答
Open simscape results explorer (sscexplore) with data in .mat-files / workspace data
Thanks for the answer. It was unclear to me, where to start in an object of type Node. The right expression should be: sscexpl...
Open simscape results explorer (sscexplore) with data in .mat-files / workspace data
Thanks for the answer. It was unclear to me, where to start in an object of type Node. The right expression should be: sscexpl...
5 years 前 | 0
| 已接受
提问
Open simscape results explorer (sscexplore) with data in .mat-files / workspace data
Hi everyone, I have a very slow and big model with simscape logging enabled and saved the workspace after simulation. How can ...
5 years 前 | 2 个回答 | 0
2
个回答提问
triggered events or triggered switch
Hello everyone, I built a model showing a tank filling routine. A pulse generator gives a start signal for filling the tank and...
5 years 前 | 0 个回答 | 0
0
个回答已提交
heat exchangers in simscape part 1: LMTD
LMTD approach to calculate temperatures and heat transfer. Based on pipe blocks.
5 years 前 | 6 次下载 |
已回答
CD to OneDrive doesn't work on Windows 10 build 16273.1
Try the update for R2017b delivered on <https://www.mathworks.com/support/bugreports/1609674> <https://www.mathworks.com/do...
CD to OneDrive doesn't work on Windows 10 build 16273.1
Try the update for R2017b delivered on <https://www.mathworks.com/support/bugreports/1609674> <https://www.mathworks.com/do...
7 years 前 | 0
已回答
CD to OneDrive doesn't work on Windows 10 build 16273.1
I get the following errors using R2018a: <</matlabcentral/answers/uploaded_files/99101/1.png>> <</matlabcentral/answers/...
CD to OneDrive doesn't work on Windows 10 build 16273.1
I get the following errors using R2018a: <</matlabcentral/answers/uploaded_files/99101/1.png>> <</matlabcentral/answers/...
7 years 前 | 0
已回答
CD to OneDrive doesn't work on Windows 10 build 16273.1
As of today, the MATLAB R2018a prerelease should be available. The support told me, this should fix the problem.
CD to OneDrive doesn't work on Windows 10 build 16273.1
As of today, the MATLAB R2018a prerelease should be available. The support told me, this should fix the problem.
7 years 前 | 0
已回答
CD to OneDrive doesn't work on Windows 10 build 16273.1
Any updates on this topic yet? A bunch of our Windows users is migrating to Windows 10 and will face this problem soon. <http...
CD to OneDrive doesn't work on Windows 10 build 16273.1
Any updates on this topic yet? A bunch of our Windows users is migrating to Windows 10 and will face this problem soon. <http...
7 years 前 | 0
提问
Select Matlab compiler - Visual Studio Community 2017 & Matlab 2017a
Hello everyone, I am using a Win 10 64 bit machine with Visual Studio Community (2017, basic compilers) installed. Is there ...
7 years 前 | 0 个回答 | 0
0
个回答已解决
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
7 years 前
已解决
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
7 years 前
提问
Replacing configurable subsystems with variant subsystems - propagate masks from underneath subsystems?
Hello everyone, the matlab support told me, that configurable subsystems will expire / won't be supported anymore in a future...
8 years 前 | 0 个回答 | 0
0
个回答已回答
signal builder: repeat a signal for n times in one simulation (not to be confused with running in succession)
Release 2015b - still no repeating of signal builder blocks possible. Is there any uservoice forum for matlab to push this idea...
signal builder: repeat a signal for n times in one simulation (not to be confused with running in succession)
Release 2015b - still no repeating of signal builder blocks possible. Is there any uservoice forum for matlab to push this idea...
9 years 前 | 0
提问
simscape language - vectors of models for discretisation
Hello everyone, is there a convenient way to use vectors of models in simscape language? In modelica you have that ability, ...
9 years 前 | 0 个回答 | 0