Statistics
RANK
6 272
of 295 569
REPUTATION
7
CONTRIBUTIONS
7 Questions
5 Answers
ANSWER ACCEPTANCE
57.14%
VOTES RECEIVED
3
RANK
of 20 247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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
mer än 6 år ago | 0
| accepted
Simulink Compare to Revision (GIT) only compares Binary
This is resolved by updating to 2018a without further changes
mer än 6 år ago | 0
| accepted
Question
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...
mer än 6 år ago | 2 answers | 0
2
answersQuestion
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...
ungefär 7 år ago | 1 answer | 2
1
answerQuestion
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...
ungefär 7 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 7 år ago | 1 answer | 0
1
answerHDL 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 ...
mer än 7 år ago | 0
Question
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...
mer än 7 år ago | 3 answers | 1
3
answersQuestion
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...
mer än 7 år ago | 1 answer | 0
1
answerI 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...
mer än 7 år ago | 0
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...
mer än 7 år ago | 0
Question
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...
mer än 7 år ago | 1 answer | 0