photo

Yash Khandelwal


Last seen: 1 year 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


Not able to cd into a folder
I have to make a folder in my project and then cd into it but not able to. The code line looks like this: name="yash"; mkdir("...

2 years 前 | 2 个回答 | 0

2

个回答

提问


Concatenate cell array in matlab
In Matlab you can concatenate arrays by saying - a=[]; a=[a,1]; How do you do something similar with a cell array? a={}; ...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How to overlay an image with a 10 by 10 grid?
I have a folder with 30 images and I want to overlay each image with a 10x10 grid. The image resolution is 1280x720. How to do t...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Getting NaN while using the ratio of power and factorial
1 With the following piece of code, I get NaN l=0; lp=2; d=200; a2= ((-sqrt(d))^lp); a3 =((-sqrt(d))^l); sum1=0 for ...

2 years 前 | 4 个回答 | 0

4

个回答