Community Profile

photo

Raj Kishor


Last seen: etwa 2 Jahre vor Aktiv seit 2017

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • First Review
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to integrate a function u^3/(exp(u)-1) in the range of [0 0.033]??.
The code is as follows: syms x fun=x^3/(exp(x)-1) defIntVal=int(fun,[0 0.033]) I have used integral command also in place of...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to make frame size same for subplots run in loop to make video using videowriter?
Hi friends, I have written a code to make movie using videowriter command. But I am getting error. close all clear all clc...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how I can find the edges of polygon given by voronoin used for 3D vertices in matlab??
I am trying to find local porosity in pebble bed.how I can find the edges of polygon which is enclosing the pebbles. I am using ...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


shortest path between two nodes in unweighted graph
Using shortestpath command in matlab2015 version unable to find two or more shortest path of same length in between two nodes(fo...

mehr als 6 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


How I find rows with same elements but in flipped manner.
Hi, I have a matrix suppose A=[1 2;3 4;2 1; 5 3;4 3]; I need to detect row 1 and 3 as well as row 2 and 5 as unique row. my fi...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort