photo

Javed Iqbal


2017 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

7 質問
0 回答

Cody

0 問題
10 解答

ランク
144,730
of 300,857

評判
0

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

回答採用率
71.43%

獲得投票数
0

ランク
 of 21,097

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
40,206
of 171,361

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

スコア
110

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3
  • Solver

バッジを表示

Feeds

表示方法

質問


I made an GUI on 64 bit pc want convert into an application but it not running in the 32 bit pc ?Any help..
made it through deploytool added mcr built the package.

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

1

回答

質問


In gui axes plot ,axes does not retain its tag after reopening it?Don't know why it is happening
I have a one main panel in which two sub panel are in which i load image to display imshow(imread('b.JPG'));imshow(im...

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

1

回答

質問


How to change the y direction in gui graph (upside down)? and how to add label and legend into it?
like we do in figure set(gca,'yDir','reverse') xlabel('x') ylabel('Depth(m)') i want it for gui graph

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

1

回答

質問


How to change the default Row value from 4 to 25 in gui table ?? matlab version 12.
With option 'show numbered row header' it show only 4 row as default can't be changed to any another value . Anyway it can be ...

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

0

回答

解決済み


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

8年以上 前

解決済み


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

8年以上 前

解決済み


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

8年以上 前

解決済み


Is my wife right?
Regardless of input, output the string 'yes'.

8年以上 前

解決済み


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

8年以上 前

解決済み


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

8年以上 前

解決済み


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

8年以上 前

解決済み


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

8年以上 前

解決済み


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

8年以上 前

解決済み


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

8年以上 前

質問


Is there any way to change the appearance of the output excel file as shown in the picture(only some is visible of heading as in Capture2.jpg wanted as Capture1.jpg)?? and can the heading be highlighted by any means in excel sheet ??
n=1; ch={'Borehole No';'Water table Depth'}; col_header={'Depth','UnCorrected N value','Saturated Density','Relative Den...

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

1

回答

質問


how to concat the cell matrix (containing text) to numeric array?
i have two matrix A = size(20*1) containing number rr matrix containing True' or 'False' if(A(i)<1) rr{...

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

1

回答

質問


How can i add legend in a for loop after each plot ?
In below code legend got updated each times thereby leaving me with only the last legend but i want is like 1st iteration plot ...

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

2

回答