Community Profile

photo

Jamuna


Last seen: 1年以上 前 2016 年からアクティブ

Followers: 0   Following: 0

連絡

Software Professional

統計

All
  • Knowledgeable Level 1
  • First Answer
  • First Review
  • Scavenger Finisher
  • Solver

バッジを表示

Feeds

表示方法

回答済み
Need help with string counting
update your code of if statements with for ii=1:26 if strfind(str,char(ii+64)) dydis = dydis + length(eval(char(...

約4年 前 | 0

| 採用済み

回答済み
How to stop displaying keyboard input on matlab command line
End the statement of keyboard input with semicolon x = input(prompt);

約4年 前 | 0

解決済み


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

7年以上 前