photo

Anirudh Roy


Last seen: fast 4 Jahre vor Aktiv seit 2019

Followers: 1   Following: 0

Statistik

All
MATLAB Answers

9 Fragen
2 Antworten

Cody

0 Probleme
3 Lösungen

RANG
8.583
of 301.204

REPUTATION
5

BEITRÄGE
9 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
33.33%

ERHALTENE STIMMEN
4

RANG
 of 21.191

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
77.754
of 173.368

BEITRÄGE
0 Probleme
3 Lösungen

PUNKTESTAND
40

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • Solver
  • First Answer
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Update custom layer's parameter every iteration
I have defined a custom regression layer as follows classdef Sparse_Layer < nnet.layer.RegressionLayer % Example custom r...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Training Neural Networks using Multi-Class output
The Deep Learning toolbox supports classification based training (from feature based data) for ony 1 label per sample. I have a ...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Installing Python Libraries in Matlab Online
Hi, Matlab recently added the support of calling python functions from Matlab and the server hosting Matlab online also has pyt...

mehr als 5 Jahre vor | 2 Antworten | 1

2

Antworten

Gelöst


Pattern Sum
Write a function which receives two single digit positive integers, (k and m) as parameters and calculates the total sum as: k...

mehr als 5 Jahre vor

Gelöst


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

mehr als 5 Jahre vor

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

mehr als 5 Jahre vor

Frage


Matlab Connector conflict issues
I have a large data file (1.8GB) which i wanted to work on using matlab online. The problem arises with the drive connector maki...

mehr als 5 Jahre vor | 0 Antworten | 2

0

Antworten

Beantwortet
z transform of a sequence
First create a 'Z Transform Variable' Z=tf('Z') Then say your array is A, and the Z transform is B for n=1:length(A) B=B...

mehr als 5 Jahre vor | 1

Frage


Debugging using external editor
How do i set breakpoints for MATLAB function in VS Code, for the time being i have to set breakpoints in MATLAB's editor. I wan...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Change Resolution (step size) of axes
I wanted to know how to change the step size of the axes in a matlab plot (for eg if the range on Y axis is 0-A, and i want to h...

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Plot Simulation results VS Design Parameters in Simulink
I was wondering about the most efficient way to plot simulations results VS design parameters. To give conext i have the followi...

fast 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Correct way to detect Zero crossing
Hi i am implementing a power-electronics circuit that requires a zero current detector I implemented a crude function that chec...

etwa 6 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
MATLAB user defined function results in finite rise time
The problem was that the step size was not fixed, fo example T=[1e-5,2e-5,4-5......] so at 2e-5 the utput was 1 but at 4-5 it w...

etwa 6 Jahre vor | 0

| akzeptiert

Frage


MATLAB user defined function results in finite rise time
I am writing a behavioural code fo driving some setiches for a DC DC power converter. My code should produce (ideally) quasi squ...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort