![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6063467.jpg)
Nabin SUNAM
Followers: 0 Following: 0
Statistica
RANK
35.542
of 297.046
REPUTAZIONE
1
CONTRIBUTI
8 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
37.5%
VOTI RICEVUTI
0
RANK
of 157.776
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
quasi 10 anni fa | 1 risposta | 0
1
rispostamatlab 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...
quasi 10 anni fa | 0
Domanda
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...
quasi 10 anni fa | 2 risposte | 0
2
risposteDomanda
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...
circa 10 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 10 anni fa | 2 risposte | 0
2
risposteDomanda
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 ...
circa 10 anni fa | 1 risposta | 0
1
rispostaHow 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 ...
circa 10 anni fa | 0
Domanda
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 ^ ...
circa 10 anni fa | 2 risposte | 0
2
risposteDomanda
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...
circa 10 anni fa | 2 risposte | 0
2
risposteDomanda
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 ...
circa 10 anni fa | 6 risposte | 0