Community Profile

photo

TS


Hochschule Nürnberg

Attivo dal 2017

Followers: 0   Following: 0

Contatto

Statistiche

  • Thankful Level 2
  • Knowledgeable Level 1
  • Revival Level 1
  • Thankful Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
How to open Multiple instances of Simulink using command
You can use the <https://de.mathworks.com/help/simulink/slref/parsim.html parsim> function for parallel simulation

circa 6 anni fa | 0

| accettato

Risposto
Simulink Compare to Revision (GIT) only compares Binary
This is resolved by updating to 2018a without further changes

circa 6 anni fa | 0

| accettato

Domanda


Simulink Compare to Revision (GIT) only compares Binary
Im using Matlab 2016a with a Simulink Projekt under source control (GIT, repo is on Bitbucket). When trying to compare a Simuli...

circa 6 anni fa | 2 risposte | 0

2

risposte

Domanda


Generate Valid In, Valid Out with HDL Coder - Best practice?
I am using Matlab HDL Coder to generate VHDL Code and want to add a "valid in/out" Port to my subsystems to ensure the timing in...

oltre 6 anni fa | 1 risposta | 2

1

risposta

Domanda


Change LineWidth / LineStyle of stepplot() / bodeplot()
How can I change the LineWidth / LineStyle properties of a stepplot() Figure? From the <https://de.mathworks.com/help/control/u...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


HDL Coder: Fails to generate high-level timing support
Im using HDL Coder with the IP Core Workflow and Hardware Support Package for ArrowSoCKit. Im on Matlab 16b and Quartus 15: For...

quasi 7 anni fa | 1 risposta | 0

1

risposta

Risposto
HDL Coder atan / atan2
Hi, Thanks for the quick answer. And atan is also not supported for fixed point implementation? Please note that im on 2016a ...

quasi 7 anni fa | 0

Domanda


HDL Coder atan / atan2
Hi, I want to implement an algorithm containing atan2 in HDL with the HDL Coder. The trigonomic function block is supported (hd...

quasi 7 anni fa | 3 risposte | 1

3

risposte

Domanda


Publish symbolic equation to Latex with latex(symbolic equation)
How to publish a symbolic equation such as y(x) (see code below) to latex using the Matlab publisher? Or specifically is it pos...

circa 7 anni fa | 1 risposta | 0

1

risposta

Risposto
I need to find the the lowest temperature recorded each year in a dataset. I am having a hard time while writing the loops.
I recommend using min https://de.mathworks.com/help/matlab/ref/min.html find smallest value of random 5x5 matrix: a=ran...

circa 7 anni fa | 0

Risposto
How I can export matlab figure data to excel
Just use the handle for the plot command x=0:0.1:2*pi; y=sin(x); h=plot(x,y); h.XData; h.YData; In this examp...

circa 7 anni fa | 0

Domanda


How to label the levels of a fcontour plot?
How to label the levels of a fcontour plot? <https://de.mathworks.com/help/matlab/ref/fcontour.html fcontour> does not work with...

circa 7 anni fa | 1 risposta | 0

1

risposta