Community Profile

photo

SnukeN3


Last seen: meer dan 3 jaar ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Question


Using the NI Switch Add-on
I am looking for any information on using the NI-Switch add-on to control RF switches, example code, or a list of commands in NI...

bijna 4 jaar ago | 1 answer | 0

1

answer

Answered
How to display multiple lines as output from code in edit text field in app designer
This is how I solved this problem: and the output: There is a scroll bar on the left side of the TextArea to scroll throug...

bijna 4 jaar ago | 1

Answered
How to load multiple .dat files into MATLAB?
Yep, that was it. Funny story, I tried the comma originally, but had mis-matched file lengths on the sample files I grabbed. T...

bijna 5 jaar ago | 0

Answered
How to load multiple .dat files into MATLAB?
I adapted this script to what I needed. It seems to be adding each file onto the bottom of the last. How do I get it to put ne...

ongeveer 5 jaar ago | 0

Answered
Plotting two functions that depend on boundary conditions.
Made a small change and I'm very close to the desired out put. I'll check my math. Thanks! a=ones(size(t)); idx=(V_lamp_off...

meer dan 5 jaar ago | 0

Answered
Plotting two functions that depend on boundary conditions.
Closer, I think. The output wave from should have a log rising edge and an exponential falling edge, kind of a cool repeating s...

meer dan 5 jaar ago | 0

Answered
Plotting two functions that depend on boundary conditions.
clc, clear %ECE 203-001 Team Project format compact % Part 2 Vs=6; Von=4; Voff=1; t=0:0.001:40; Rlamp=2.0E4; R=2.32E...

meer dan 5 jaar ago | 0

Question


Plotting two functions that depend on boundary conditions.
I have two functions, V_lamp_off(t)=Vs+(Voff-Vs)*y and V_lamp_on(t)=Vth+(Von-Vth)*exp(z). I want to plot V_lamp_off when the v...

meer dan 5 jaar ago | 4 answers | 0

4

answers