photo

Chaitral Date

MathWorks

Last seen: 23 Tage vor Aktiv seit 2017

Followers: 0   Following: 0

Nachricht

I am Application Support Engineer at MathWorks.

Statistik

MATLAB Answers

0 Fragen
20 Antworten

RANG
3.745
of 300.331

REPUTATION
14

BEITRÄGE
0 Fragen
20 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
1

RANG
 of 20.920

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.124

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Knowledgeable Level 2
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Why does AlexNet have non-scalar values for NumChannels and NumFilters in some convolutional layers?
In AlexNet, certain convolutional layers use “filter groups”. In these layers, the filters are split into two groups. The input ...

mehr als 8 Jahre vor | 0

| akzeptiert

Beantwortet
How to get cross validation (crossval) to work with output from fitted generalized linear model (fitglm).
Will it be possible for you to send us the input data(X,Y)? Send us the complete reproduction steps and then we can investigate ...

mehr als 8 Jahre vor | 0

Beantwortet
Copy assignments in Cody Coursework
Currently this feature is not available. Only the author of the course can copy his assignments and not the instructors. One ...

mehr als 8 Jahre vor | 0

| akzeptiert

Beantwortet
Replace elements in a complex matrix
For linear indexing, you must use integers. If you want to find out values of x that are between the range -100 to (-94.27--91.9...

mehr als 8 Jahre vor | 0

Beantwortet
How to adjust matlab figure size to powerpoint
Set the 'PaperPosition' and 'resolution' properties for the figure as given below to get the image size exactly as 12x12 cm in p...

mehr als 8 Jahre vor | 0

Beantwortet
How to make Matlab imwarp function not crop the moving image after registration?
Can you please send the images A & B? It is hard to suggest any solution without the actual input.

mehr als 8 Jahre vor | 0

Beantwortet
Using Function from Regression Learner into Optimization Toolbox
Can you tell me how does your function look like? It is hard to tell without looking at the function. Nevertheless, I do not...

mehr als 8 Jahre vor | 1

Beantwortet
how to detect egde on trigger signal
Interrupt handling can be done in MATLAB using events and listeners. Refer to the few links given below for the reference, h...

mehr als 8 Jahre vor | 0

Beantwortet
geotiffread and plot example leads to errors
How are you downloading the GeoTIFF file from the below site? https://neo.sci.gsfc.nasa.gov/view.php?datasetId=MODAL2_D_CLD_F...

mehr als 8 Jahre vor | 0

Beantwortet
extracting points from trisurf in a GUI
Use the below code, hobj = figure; handles=guihandles(hobj); %Create structure of handles [x,y] = meshgrid(1:15,1:15...

mehr als 8 Jahre vor | 0

Beantwortet
Logarithmic colorscale ? Contourf, large range of value
Please share your data in order to assist you further.

mehr als 8 Jahre vor | 0

Beantwortet
Does anyone know how to plot a 3d plot with flat x and y axis? Like this: www.shmoop.com/systems-equations-inequalities/three-d-graphs.html
Can not see any example in the above link. Please share the image along with the input 'Data' for the above code.

mehr als 8 Jahre vor | 0

Beantwortet
Simulate trajectories of CEV process
Use the below function to see the graph more clearly. set(gca,'xscale','log'); I hope this helps.

mehr als 8 Jahre vor | 0

Beantwortet
Tying a specific amount of variable to a specific amount of edit boxes
I roughly understood your requirement. Can you please elaborate it in more detail? What do you exactly mean by givens? From wha...

mehr als 8 Jahre vor | 0

Beantwortet
Can't use subs(sym_array,vector) because Matlab assumes I want to replace the first component of sym_array and not the whole array
See the below code, syms x x1 x2 x3; x = sym('x',[1 3]); x=subs(x,[x1,x2,x3],[1, 2,3]); This will give you, x...

mehr als 8 Jahre vor | 0

Beantwortet
Number of epoch equals number of loop iterations
I am not sure which function you are using to train the neural network. But below are some of the possible options that you can ...

mehr als 8 Jahre vor | 0

Beantwortet
Does anyone know how to run a function that displays a plot with a GUI button on that plot?
Add a pushbutton on the same plot and provide a callback to that Pushbutton. In a callback function, plot the planet at a distan...

mehr als 8 Jahre vor | 0

Beantwortet
Combine customized neural network with CNN
Regarding your first question, No, you shouldn't be able to use CNN layer classes in a general neural network. It'll still tak...

mehr als 8 Jahre vor | 0

Beantwortet
GUI graph marker that moves with a slider
Please refer to the sample code given below. It will give you an idea about how you can control the position of the marker using...

mehr als 8 Jahre vor | 0

| akzeptiert

Beantwortet
How to integrate using only symbolic variables, or variables in general?
I executed the above code and observed the same output. The method which you are using is the appropriate way to find out defin...

mehr als 8 Jahre vor | 0