photo

Marco Wassmer


FHNW

Active since 2016

Followers: 0   Following: 0

I am an electrical eng, from switzerland

Statistics

All
  • First Review
  • Knowledgeable Level 1
  • First Answer
  • Scavenger Finisher
  • Solver

View badges

Feeds

View by

Answered
Breakout of a loop depending on msgbox
Hi, I am going to point you towards the <https://ch.mathworks.com/help/matlab/ref/waitbar.html#d119e12459 progressbar>. It ca...

ongeveer 6 jaar ago | 0

Answered
Real_time control with C# and Matlab is possible?
... on the other hand in matlab it is possible to use .Net libarys: <https://ch.mathworks.com/help/matlab/getting-started_net_st...

meer dan 7 jaar ago | 0

Answered
Real_time control with C# and Matlab is possible?
not sure if this helps, but you can call a matlab function in C#: <https://ch.mathworks.com/help/matlab/matlab_external/call-m...

meer dan 7 jaar ago | 0

Answered
How can I plot an average line through this line graph
assuming your data is stored in the vectors x1....x8 of the same length: sum each component and divide by the number of lines...

meer dan 7 jaar ago | 0

| accepted

Answered
I am running for loop for 10 times, each time I am getting op as a matrix of size 1*4. I want to store each op so that i will get 10 * 4 matrix?
You could do it like this: S=[]; dummy=1:1:4; for n=1:1:10 S(n,:)=dummy; end Where dummy is your data and S y...

bijna 8 jaar ago | 0