photo

Nabin SUNAM


2015년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

8 질문
2 답변

순위
35,542
of 300,886

평판
1

참여
8 질문
2 답변

답변 채택
37.5%

획득한 표
0

순위
 of 21,104

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,502

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


use structure to draw a group of boxes
I have drawn five boxes using rectangle function writing code for each box. This doesn't look elegant however. I'm thinking I co...

거의 11년 전 | 답변 수: 1 | 0

1

답변

답변 있음
matlab stores the value in ans instead of the variable I assigned
Sorry the first line is actually, function stormdata = readstormdata I want to capture the result of readstormdata into s...

거의 11년 전 | 0

질문


matlab stores the value in ans instead of the variable I assigned
I wrote the following function so that I can use the structure 'stormdata' into another function. But matlab is assigning my dat...

거의 11년 전 | 답변 수: 2 | 0

2

답변

질문


creating matrix of unique integeres
I need to create a matrix of size 2*6, with elements as the integers from 1 through 12. None of these integers can repeat. I tri...

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


creating 30 digits numbers and finding sum
this is the question basically: add two 30 digit numbers and print the result. This is how it wants me to do it: store the inte...

거의 11년 전 | 답변 수: 2 | 0

2

답변

질문


function prodby2 with for loop that will give you product of odd integers
I"m having hard time with this question: Write a function prodby2 that will receive a value of a positive integer n and will ...

거의 11년 전 | 답변 수: 1 | 0

1

답변

답변 있음
How can I plot this exponential decaying sinusoid
Thanks Miscah for the try. I tried to run this script and this is the message I'm getting. "Error using * Inner matrix ...

거의 11년 전 | 0

질문


exponential decay function y = exp*(-Tau.time)
Another exponential decay function I am having problem with: Need to write script to plot the following equation y = exp ^ ...

거의 11년 전 | 답변 수: 2 | 0

2

답변

질문


How can I plot this exponential decaying sinusoid
y(x) = F * exp^(-a*x) * sin(bx) pick you own values for x vector. value of a and b: ethyl alcohol 0.246 0.806...

거의 11년 전 | 답변 수: 2 | 0

2

답변

질문


Error: Function definitions are not permitted in this context.
This is my function function [ area ] = calcarea(rad ) area = pi*rad.^2 end When I try to run it, following message ...

거의 11년 전 | 답변 수: 6 | 0

6

답변