photo

Swaroopa


Last seen: 2年以上 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

0 質問
8 回答

Cody

0 問題
1 解答

ランク
6,135
of 297,672

評判
8

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

回答採用率
0.00%

獲得投票数
0

ランク
 of 20,464

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
105,190
of 159,351

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

スコア
20

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Knowledgeable Level 1
  • Solver
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
how to sort a array with 100 values. and also save there index also?
Hi Preet, You can use map() function to store previous indices of elements in array and then sort the arrray. You can refer So...

2年以上 前 | 0

回答済み
The provided solution is coming up as incorrect.
Hi Owen, You have to create the same variable name "movaway" and please check whether you have given correct variable name. In...

2年以上 前 | 0

回答済み
i tried to find if there are perfect numbers in the code stating that 1 should be square of other in the same matrix or array
Hi Hannah, You can sort the array or matrix and then use the same code. You can also use indentation rules for better clarity....

2年以上 前 | 0

| 採用済み

回答済み
How to write this in the for loop?
Hi Ara, You can use for loop and if condition to read n for numbers 1 to 100 and 200 to 300 in the following way for i=1:500 ...

2年以上 前 | 0

回答済み
Minimum and Maximum Values
Hi Raffi, You can try the code in the following way. i=0; stop=3; Numbers=input('Enter a number'); maximum=Numbers; minimu...

2年以上 前 | 0

回答済み
Hover over elements?
Hi Shreya, If you are in debugging mode,then you can see the variables data when you hover over them and in command window als...

2年以上 前 | 0

| 採用済み

回答済み
Matlab doesn't seem to open scripts.
Hi Jacob Cram Sometimes MATLAB might get frozen when lot of data is there in cache. In that case, restart the system and again...

2年以上 前 | 0

回答済み
checking character by for loop
Hi Ugur Sahin, You can use isLetter(A) function in the MATLAB. text1='hi I am jo*hn' for control=1:length(text1) if is...

2年以上 前 | 0