Yigit - MATLAB Central
photo

Yigit


ffgfg fdgfgdfgd

自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 05/11 to 04/25Use left and right arrows to move selectionFrom 05/11Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

13 个提问
1 个回答

排名
23,228
of 298,264

声誉
1

贡献数
13 个提问
1 个回答

回答接受率
23.08%

收到投票数
1

排名
 of 20,554

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,718

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Export consol output to workspace
I have a console application (linux) that prints some hexadecimal values and quits. I want to import the output of the applicati...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Embeding C Code to Matlab
Hi all, I have a C code that returns 1024byte hexadecimal value. This value is actually data extracted from a digital oscillo...

13 years 前 | 1 个回答 | 0

1

个回答

提问


USBTMC and Data Acquisition
Hi, I have a Rigol DS1102E oscilloscope supporting usbtmc protocol. When I fire up Instrument Control Toolbox, it see my hard...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Event triggered square-wave
hi, I generate square wave signal with this ; freq_Hz = 30; t = 0:0.0001:10; y = square(2*pi*freq_Hz*t); plot(t,y)...

13 years 前 | 1 个回答 | 0

1

个回答

已回答
Linking data points
It gives an error ; Code ; clear all; close all; s1 = serial('/dev/ttyACM0'); s1.BaudRate=1...

13 years 前 | 0

提问


Linking data points
I know this is very basic but couldn't figure out how to. I use this code to read data from my device; clear all; cl...

13 years 前 | 3 个回答 | 0

3

个回答

提问


Curve fitting square wave
Hi, When I run ; i=0; t0 = clock; while etime(clock, t0) < 10 disp(clock); pwm(i)=0; i = i +1; tic w...

13 years 前 | 0 个回答 | 0

0

个回答

提问


The size of the indicated variable
Hi, When I run the following code ; i=0; t0 = clock; while etime(clock, t0) < 10 disp(clock); pwm(i)=0; ...

13 years 前 | 3 个回答 | 0

3

个回答

提问


Constructing for loop in terms of seconds
Hi, for(10 seconds){ do this } I would like to construct the following but I couldn't figure out how to input loop para...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Reading console output
Does anybody have any idea about how to use console output as input in Matlab under linux? My application continuously returns a...

14 years 前 | 2 个回答 | 1

2

个回答

提问


Is it possible to power on/off a specific usb port through command window
I wonder if it is possible to power on/off a usb port from Matlab interface?

14 years 前 | 1 个回答 | 0

1

个回答

提问


Capture Video and Analyze Frames
Hi all, I am capturing video by the aid of Image Acquisition Toolbox but it records the video to workspace as one element. I ...

14 years 前 | 1 个回答 | 0

1

个回答

提问


Optimizing Quantization Noise
Hi, I am using image acquisition toolbox for comparing two frames captures by external webcam. I am shooting at 160x120 and g...

14 years 前 | 0 个回答 | 0

0

个回答

提问


Comparing Two Frames
Hi all, I am using Matlab 2009a for experimental purposes. I am using Image Acquisiton Toolbox for capturing and then compari...

14 years 前 | 2 个回答 | 0

2

个回答