photo

Maria


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

Followers: 0   Following: 0

統計

MATLAB Answers

13 質問
0 回答

ランク
114,691
of 300,759

評判
0

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

回答採用率
69.23%

獲得投票数
0

ランク
 of 21,081

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,900

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


remove character within a string
code error for removing loc(character) from birds(string). loc ensure has three letters. function [nm, couriers] = ostrichEx...

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

2

回答

質問


using max function without conditional function
how using max function, logical operators and comparison operators to write a code that if a number larger than 100, then return...

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

1

回答

質問


about prime matlab problem
hey ! for my code below, I think I avoid "1" for prime number, but it seems like the output still show 1 as an prime number. How...

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

1

回答

質問


change char class to string class
How to change the output from char class to string class ? function Out=bestSection(Number,Letter,Grades) [~,ind]=max(Grades...

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

1

回答

質問


double quote not single quote
problem, how should I change these double string to single string. on other hands, change from string class to character class? ...

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

2

回答

質問


if statement matlab problem
I got issue on my code. That I put if statement under the else statement it's return a weird number. The background here is in...

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

1

回答

質問


not enough input argument error
when I put( [1×128 double], 'E') as input argument it says that "Error using double. Not enough input argument. " What's wrong w...

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

2

回答

質問


fprint problem in matlab
why the outstr value is 24 here ?

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

1

回答

質問


"temp" was previously used as a variable, conflicting with its use here as the name of a function or command.
Don't know why shows "temp" was previously used as a variable, conflicting with its use here as the name of a function or comman...

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

1

回答

質問


matlab single quote problem
how should I output this sentence in single quote instead of double quote? Because change the double quote to single quote direc...

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

1

回答

質問


matlab space error problem
does anyone know why my output doen't have space between two words

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

2

回答

質問


upper case need help
function unscramble=latinCipher(scramble) [str,shift]=strtok(scramble,' '); shift=str2num(shift); str=char(mod(double(str)-97...

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

1

回答

質問


convert alphabet to coresponding number by using ASCII
I have question, how to convert alphabet in lowercase to coresponding number by using ASCII. Such as a=1,b=2,c=3...

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

2

回答