photo

Umut Oskay


Last seen: 5年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

11 質問
0 回答

ランク
166,997
of 300,918

評判
0

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

回答採用率
63.64%

獲得投票数
0

ランク
 of 21,110

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,685

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


making upper case character with respect to the indexes
indxC = [1,7]; s ='hello world'; i want s to be 'Hello World' with using the indxC. The indexes of c should be upper case in t...

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

1

回答

質問


using sprintf instead of fprintf
ı want to use sprintf because of the good properties of the sprintf.It doesnt print to command window. Somebody said use fprintf...

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

1

回答

質問


about strings properties issstrprop
s= input('s: '); isstrprop(s, 'alpha') i wrote this code and it doesnt work. .How should i write. if i right Hello1234 as a in...

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

2

回答

質問


about easy logic operators
A=[2 4 10 9 24;3 5 56 -1 7]; for i = 1: 5 if A(1,i) && A(2,i) < 0 % if 9 && -1 < 0 fprintf('Invalid dimension.The...

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

1

回答

質問


generating a matrix with 2 coordinates
m = input('Enter a number of row (m):'); % Number of rows n = input('Enter a number of columns (n):'); % Number of Columns M...

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

0

回答

質問


how to find the position of in the matrix without using the neither find nor built in functions.
i have a matrix with the size of m x n . I found the min and max with the multiple for loops in the matrix without using any b...

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

2

回答

質問


finding the position of the minimum element in the matrix
hello. i need to know the position of the minimum element of the matrix. For example M= [1 5 7; 2 4 5 ] M= 1 5 7 2 4 5 th...

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

2

回答

質問


defining a method, the purpose of the brackets
while we are defining a method we write like this function [ ] = methodsName () statement or statements end what are the pu...

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

1

回答

質問


the purpose of %f
i know what %d is but i want to know what is %f and is there any difference between %d and %f?

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

2

回答

質問


the function of \n
what is the function of \n ?

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

2

回答

質問


The mean value for a first column in a matrix
i have 6x3 matrix and i want to calculate mean value of first column without the second and third one

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

0

回答