photo

The Matlab Spot


2013 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

0 質問
32 回答

File Exchange

2 ファイル

Cody

0 問題
5 解答

ランク
1,443
of 300,759

評判
50

コントリビューション
0 質問
32 回答

回答採用率
0.00%

獲得投票数
7

ランク
2,602 of 21,081

評判
660

平均評価
4.60

コントリビューション
2 ファイル

ダウンロード
9

ALL TIME ダウンロード
6119

ランク
57,845
of 170,900

コントリビューション
0 問題
5 解答

スコア
60

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • 5-Star Galaxy Level 4
  • Personal Best Downloads Level 2
  • First Review
  • First Submission
  • Knowledgeable Level 2
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

回答済み
How can I move the starting plot point in figure?
Check varying XData & YData for the Image object that you have created. It is about changing the X & Y Offsets Refer <http://...

11年以上 前 | 0

| 採用済み

送信済み


Simulink : Multiport Terminator
Simulink implementation for a much needed Multiport terminator block

11年以上 前 | ダウンロード 3 件 |

0.0 / 5
Thumbnail

回答済み
How to use loop in Simulink model
Refer <http://www.mathworks.in/help/simulink/slref/foriterator.html this link>

12年弱 前 | 0

回答済み
How to find degree of polynomial in Matlab?
See if <http://www.mathworks.in/help/matlab/ref/polyval.html polyval> helps

12年弱 前 | 0

送信済み


Simulink : Timer - Counter
Simulink Implementation for a simple up timer/counter

約12年 前 | ダウンロード 6 件 |

4.6 / 5
Thumbnail

回答済み
running c program in matlab
I dont know about using unix commands, But Can you check out if you can use <http://www.mathworks.in/help/matlab/using-c-shared-...

約12年 前 | 0

回答済み
How to construct an anonymous function from the result of the fit command?
Refer <http://www.mathworks.in/help/matlab/matlab_prog/anonymous-functions.html Anonymous Functions> for further details

約12年 前 | 0

回答済み
running c program in matlab
I dont know if you have referred <http://www.mathworks.in/help/simulink/s-function-basics.html s-functions>

約12年 前 | 0

回答済み
Plotting the data continuously coming from serial port
Take reference from <http://www.mathworks.in/matlabcentral/fileexchange/24294-simulink-signal-viewing-using-event-listeners-and-...

約12年 前 | 0

回答済み
How can i define variables in embedded matlab function
Refer this <http://www.mathworks.in/help/simulink/slref/matlabfunction.html Matlab Function Block> for details of the implementa...

約12年 前 | 0

回答済み
How to get Data type of stateflow input through script?
To get the data type of the input of the stateflow at compile time (for data set as inherit from Simulink) 1. Compile the mod...

約12年 前 | 0

回答済み
How to get Data type of stateflow input through script?
To get the data type defined in the Model Explorer: tmp_SfPath = gcb; get_param(tmp_SfPath,'Object') tmp_SFObj = get_...

約12年 前 | 2

| 採用済み

解決済み


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

約12年 前

回答済み
Finding a character in a string?
using start anchor with regexp will ensure that you '#' as the first character of you input string. hashtag=lower(input('Wh...

約12年 前 | 0

| 採用済み

回答済み
copy-on-write, performance, and code readability
Check this out <http://www.matlabtips.com/how-to-point-at-in-matlab/ Using Pointers in MATLAB>

約12年 前 | 0

回答済み
A number base converter
check this out ... <www.mathworks.in/help/matlab/ref/dec2hex.html>

約12年 前 | 0

回答済み
Running an m-file from C#
If you need that matlab should not be called for using the function ... <http://www.codeproject.com/Articles/5026/MATLAB-MEX-...

約12年 前 | 0

回答済み
Running an m-file from C#
Check this out... <http://www.mathworks.com/matlabcentral/fileexchange/12987-integrating-matlab-with-c Integrating-matlab-with-...

約12年 前 | 0

解決済み


Add two numbers
Given a and b, return the sum a+b in c.

約12年 前

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

約12年 前

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

約12年 前

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

約12年 前

回答済み
how can results of two separate m files be plotted in same figure window
The following example functions plot in the current figure window with lines held on to the same axes. - function test1 call...

約12年 前 | 0

| 採用済み

回答済み
Change a read-only file to writable
Search for function fileattrib in the matlab documentation

約12年 前 | 0

| 採用済み

回答済み
Excel file customization via matlab
%Examples: set(cellstyle,'HorizontalAlignment','xlHAlignRight'); set(cellstyle,'VerticalAlignment','xlVAlignCenter'); ...

約12年 前 | 0

回答済み
Excel file customization via matlab
Use this to get the cell object... exl = actxserver('excel.application'); exlWkbk = exl.Workbooks; exlFile = exlWkb...

約12年 前 | 1

回答済み
how to define the input to the simulink from workspace as a columns?
See the implementation (attached) of the From Workspace blocks to split the matrix

約12年 前 | 0

| 採用済み

回答済み
SIMULINK signals and parameters
are you refering to this.. <http://www.mathworks.in/help/ecoder/ug/data-definition-and-declaration-management.html?searchHighli...

約12年 前 | 0

回答済み
Programmatically save Simulnik profile data
If you are mentioning about Simulink model profiling options, check out Simulink.SoftwareTarget.profile in simulink doc...

約12年 前 | 0

さらに読み込む