photo

Nabin SUNAM


Actif depuis 2015

Followers: 0   Following: 0

Statistiques

MATLAB Answers

8 Questions
2 Réponses

RANG
35 542
of 300 871

RÉPUTATION
1

CONTRIBUTIONS
8 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
37.5%

VOTES REÇUS
0

RANG
 of 21 100

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 171 460

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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...

presque 11 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

presque 11 ans il y a | 0

Question


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...

presque 11 ans il y a | 2 réponses | 0

2

réponses

Question


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...

presque 11 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 11 ans il y a | 2 réponses | 0

2

réponses

Question


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 ...

presque 11 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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 ...

presque 11 ans il y a | 0

Question


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 ^ ...

presque 11 ans il y a | 2 réponses | 0

2

réponses

Question


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...

presque 11 ans il y a | 2 réponses | 0

2

réponses

Question


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 ...

presque 11 ans il y a | 6 réponses | 0

6

réponses