Questions tagged [subsystem]
76 questions
0
votes
1 answer
Can I create Swift GUI interfaces by programming on ubuntu bash?
I'm so noob at swift and I founded how to install ubuntu subsystem at Windows 10 and I want to create Swift GUI interfaces working at the ubuntu bash on windows.
Can I? Are there any way to do that from VSCode on windows?
0
votes
1 answer
Pause input into enabled subsystem when valid signal = 0 Simulink
My simplified Simulink model involves plotting a sine wave going through an enabled subsystem. The simulation time step is 1/(125e6) seconds and the subsystem is only enabled once every 1/(250e3) seconds using a pulse generator. When the subsystem…

Matthew James
- 37
- 5
0
votes
0 answers
Use the WINAPI (WinMain) with Console SubSystem
i stand in front of a difficult question that I am not sure i can answer myself, so I've decided to come over to StackOverflow for a little nudge in the right direction.
I'm creating an DX overlay which needs to be ran with int WINAPI…

teezeesak
- 1
- 1
0
votes
1 answer
is there a way to access windows files from wsl besides /mnt/ everytime?
I need to call files from windows to use in wsl. how to do this from /home/user/?
Usually, I type /mnt/c/users/etc but this becomes time-consuming. Alternatively, I could just copy and paste a path but the dashes are always in the wrong direction.…

kprice55
- 1
0
votes
1 answer
AIX: How to list subservers of a specific subsystem which use signal communication?
I know that we can list the subservers of a subsystem by using the command lssrc -l -s subsystem_name command. But this does not work when the subsystem uses the signal communication as the communication type with srcmstr daemon. Is there an any…

Ashan Priyadarshana
- 3,119
- 3
- 29
- 34
0
votes
1 answer
Path handling error calling Windows Python from within WSL
I have a script called "submit.py" and it begins with "#!/usr/bin/env python.exe" which works if I'm inside the directory containing "submit.py". I can run "./submit.py" and the script runs properly. I decided to add the directory containing…

Garfield Tong
- 408
- 4
- 12
0
votes
1 answer
Access triggered subsystem parameters in simulink
I have a simulink block with a triggered subsystem. Inside the subsystem I have a MATLAB System block. I want to modify the parameters of this MATLAB System block programmatically. For this I tryed to access the MATLAB System block…

Bruno
- 632
- 3
- 10
- 24
0
votes
1 answer
How does linux pick connect the mouse on my display to a driver in /dev/input/mouse*?
I am currently reading LDD3, and have some question about how Linux actually proesses input from a device in /dev/input/mouse*?
When I cat /dev/input/mouse2 (for my logitech mouse) I see input when I move.
How does the kernel take the bytes from…

Paul Mikulskis
- 71
- 7
0
votes
1 answer
subsystem configuration
What is the minimum number of subsystems that need to be configured in parallel in order to increase the availability of the entire system to 99% or more, if the availability of each subsystem in the parallel system shown below is 70%?
Assume that…
0
votes
1 answer
How to Calculate 3 Phase Voltage & Current from Power (VA)?
I am trying to develop a MATLAB Simulink model that will help me study the load of my department.
The model works, however one of the blocks goes right over my head when it comes to understanding, as I used the internet to help me with it.
Here is…

Waqas Ali
- 19
- 1
- 7
0
votes
2 answers
How to bind an image used in a mask of a simulink block to said block?
To clarify this at the beginning:
With image inside the mask of subsystem i do NOT mean an image drawn onto the block, but rather an image one can add to the mask:
Is there a way to bind the image to the block? In case I want to distribute my model,…

Fugu_Fish
- 131
- 2
- 10
0
votes
1 answer
Failed to fetch cleishm/neo4j/ubuntu/dists/trusty/main/binary-amd64/Packages
I am using Win10 Linux substyem which is
Description: Ubuntu 14.04.5 LTS
Release: 14.04
Codename: trusty
Then I tried to follow the libneo4j-client-dev installation guide for ubuntu
$ sudo add-apt-repository ppa:cleishm/neo4j
$…

刘宇翔
- 527
- 8
- 17
0
votes
1 answer
Missing C & C++ compilers in Windows Subsystem for Linux
I'm trying to compile LLVM using the Windows Subsystem for Linux (Windows 10 build 10.0.14342), but I keep getting cmake errors about how I'm missing C & C++ compilers. This is despite having gcc, g++, and build-essentials by using apt-get from…

Andrew
- 2,519
- 6
- 29
- 46
0
votes
1 answer
Collectl How to get timestamp per interval
I have created an export module that uses variables from the collectl/formatit.ph script. I am trying to get the collectl timestamp that's used during every interval cycle, for example the timestamps that are shown when passing "-oT" to collectl.…

Alvi K
- 1
0
votes
1 answer
Running subsystems individually in Simulink
Good day all,
I am currently having trouble with my Simulink model. There are 2 subsystems A and B. I would like to make subsystem A run first then using the data produced, run subsystem B. Is there a function of Simulink block i could use to…

nauyishok
- 1
- 5