Community Profile

photo

Nikolay Konstantinov


Last seen: 1 year ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Explorer

View badges

Feeds

View by

Question


Serial fread is too slow
I'm using MATLAB R2017a & Linux. version -java 'Java 1.7.0_60-b19 with Oracle Corporation Java HotSpot(TM) 64-Bit Se...

6 years ago | 0 answers | 1

0

answers

Answered
How to plot a sinus uniformly?
It can be done via y=-1:.05:1; plot(asin(y),y,'o')

6 years ago | 0

Question


How to plot a sinus uniformly?
<</matlabcentral/answers/uploaded_files/103555/sinus.png>> If I plot sinus like this x=0:0.05:2*pi; y=sin(x); plot...

6 years ago | 1 answer | 0

1

answer

Question


Redirect output from C to Matlab
I'm using Linux & Matlab R2017. I have a C program, which have an infinite output via printf() which I want to direc...

6 years ago | 1 answer | 0

1

answer

Question


Set non-common BaudRate, MATLAB 2017 & termios.h
My os is Ubuntu 16.04 & MATLAB R2017a. When I'm trying to listen serial port with non-common baud rate, I get error: s =...

6 years ago | 1 answer | 0

1

answer