photo

Vick


Last seen: 1年以上 前 2017 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

22 質問
0 回答

Cody

0 問題
3 解答

ランク
39,340
of 300,765

評判
1

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

回答採用率
31.82%

獲得投票数
1

ランク
 of 21,084

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
75,261
of 170,941

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

スコア
40

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Solver
  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How to find path of the signal source from its name?
Above is the subsystem of my big model, in this I've 2 outports and the path of the subsytem is "MyModel/handle_error/apply_li...

4年弱 前 | 1 件の回答 | 0

1

回答

解決済み


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 ...

5年弱 前

解決済み


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...

5年弱 前

解決済み


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:...

5年弱 前

質問


How to fit custom polynomial equation?
Following is the poly32 model, equation(x,y) = p00 + p10*x + p01*y + p20*x^2 + p11*x*y + p02*y^2 + p30*x^3 + ...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


Creating combination matrix of all combinations
Hi, I've two or more variable and i've to form a combination matrix out of it. For example, I've 2 variables say a=[1,2,3,4];b...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


Dynamic Array update without for loop
Dear All, Is there any possibilty to run below mentioned code without using FOR loop as run time is higher with loops, A=rand(...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


Custom install location for Deployed application
Hi all, I'm deloying a matlab function into a stand alone application file using "Application Complier". I would like to have c...

6年以上 前 | 0 件の回答 | 0

0

回答

質問


Java based uitable in gui
Hi all, I wanted a uitable exactly like a spreadsheet table(single click to select and double click to edit). In the current ui...

約7年 前 | 0 件の回答 | 0

0

回答

質問


Simulink element wise multiplication for big data
Hi all, I'm new to simulink. In matlab i run a function which takes 100000*10 size of data and gives an output of 100000*1 wi...

約7年 前 | 0 件の回答 | 0

0

回答

質問


Look up table optimizer
Dear All, I've a simulink model of non-Linear equation with a lookup table in it. Say for example consider the following equati...

約7年 前 | 0 件の回答 | 0

0

回答

質問


UITABLE customization in matlab GUI
Hello all, 1. I've a generic uitable where if my column editable is active on the first click the cell goes to edit mode whic...

8年弱 前 | 0 件の回答 | 0

0

回答

質問


Get IP address over a Edit box
Hi all, I need to get a IP address kind of values from the edit box.i.e, I have to get like 10 values from one edit box. I've...

8年弱 前 | 3 件の回答 | 1

3

回答

質問


Compiling all deployed application in a launcher
Hi, I've more than 20 stand alone compiled application. I've to give the same for my team. I don't want to give this as a 20 ...

約8年 前 | 0 件の回答 | 0

0

回答

質問


Plot sine wave with bandwidth
Hi, I want to create a sine wave with a given bandwidth, a plot similar to this, <<https://upload.wikimedia.org/wikipedia/...

約8年 前 | 1 件の回答 | 0

1

回答

質問


Call a gui callback without handles
Hello all, I'm using <https://in.mathworks.com/matlabcentral/fileexchange/54705-tabmanager-create-tab-panels--uitabgroup--from-...

約8年 前 | 1 件の回答 | 0

1

回答

質問


3d plot peaks
Hi, How can i have a plot similar to this in matlab, I have Frequency data from 0-25 kHz (size 300*1), and amplidute data of ...

約8年 前 | 1 件の回答 | 0

1

回答

質問


Pause and Play button for plotting
Hi, I'm having a data(ydata) of size 2000*2000, which has to be plotted in an axes one by one (given delay time as 0.5 sec) ...

約8年 前 | 0 件の回答 | 0

0

回答

質問


Steady state data filtering
Hi, <</matlabcentral/answers/uploaded_files/93235/Capture.JPG>> In the above image i need to filter steady state data( 1...

約8年 前 | 2 件の回答 | 0

2

回答

質問


Textscan with different formats
Hi, I'm not familiar reading text files and also formats involved in text files. Here is my problem, i been trying to read a ...

約8年 前 | 1 件の回答 | 0

1

回答

質問


Multiple axes plot more than 2 axes
Hi all, I need to plot more than 6 y data for a single x data. These y data will not auto scale in a single plot.. what I was...

約8年 前 | 1 件の回答 | 0

1

回答

質問


curve fitting with trend
Hi, I want to fit a curve in matlab by giving a initial guess and i want the curve fitting algorithm to maintain the same tre...

約8年 前 | 0 件の回答 | 0

0

回答

質問


resize objects inside matlab gui created with guide
Hi, I've created a gui using guide where user uploads the files using pushbutton and another list box to display variables in...

8年以上 前 | 0 件の回答 | 0

0

回答

質問


Multi-variable non linear regression
Hello all, Problem Definition: I've a 2D table which are the coefficients which has to be solved using non linear multi v...

8年以上 前 | 0 件の回答 | 0

0

回答

質問


multidimensional curve fitting y=mx+c
Dear all, I can understand the problem of solving the equation y=mx+c where m and c are slope and offset in a scalar value, but...

8年以上 前 | 0 件の回答 | 0

0

回答