photo

Abinav


2020 年からアクティブ

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English
Pronouns:
He/him

統計

All
MATLAB Answers

12 質問
0 回答

Cody

0 問題
2 解答

ランク
33,056
of 300,392

評判
1

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

回答採用率
66.67%

獲得投票数
1

ランク
 of 20,934

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
81,819
of 168,373

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

スコア
30

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Solver
  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


MATLAB standalone app installation without administrator
Hi, I am trying to make some MATLAB apps for people without MATLAB licenses at work. I compiled them as standalone apps with th...

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

1

回答

質問


Creating a weighted function array/vector
Hi, I am trying to compute a time-dependent operation. for example no. of people taking the train in a day. I have a row vector...

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

1

回答

解決済み


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

2年弱 前

解決済み


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

2年弱 前

質問


How to find global minima using fmincon function and non-linear constraint?
Hi, I am using fmincon to optimise my parameters while using a non-linear constraint function. fmincon only provides a local mi...

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

1

回答

質問


fmincon fails when I increase the lower and upper bounds
Hi, I am running an optimisation routine with two variables. The solution converges to an optimal value when I use a very sma...

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

1

回答

質問


Plotting a function with 2 dependent variables
Hi, I have a function a variable (z) which is dependent on two other variables (x,y). The function looks like z = f(x,y) x ran...

5年弱 前 | 2 件の回答 | 0

2

回答

質問


Skip instance of a loop with error
Hi, I am using nested loop to generate a range of variables and solve an equation. for x = 1:1:20 for y = 1:1:20 ...

5年弱 前 | 2 件の回答 | 0

2

回答

質問


Global variables in Matlab app
Hi, How to specify global variables in Matlab app? I need to access both symbolic and numeric variables across funtions with...

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

1

回答

質問


Creating an array of dependent symbolic variable
Hi, I need to create 'N' equations based on user input 'N' which is a natural number. Each equation is supposed to have a vari...

約5年 前 | 2 件の回答 | 1

2

回答

質問


How to define a dependent variable for differentiaion?
Hi, I have a variable A which is dependent on x, but I don't know the expression yet. I have a differential equation dA/dx whi...

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

1

回答

質問


Make a 2D Plot with 3 variables
Hi, I have an equation for a variable R that is dependent on two variables x and y. I solved the equation and have a list of va...

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

1

回答

質問


Filtering the contents of an array
I have an array 'Z' with 'n' rows and 3 columns as a result of 'n' iterations. I need to filter the array based on the third col...

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

1

回答

質問


Substituting a variable in an equation
Hi, I have a set of equations in which certain variable and values are to be substituted. But when I use the subs function, it ...

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

1

回答