WEB

2 visualizaciones (últimos 30 días)
Aldin
Aldin el 9 de Mzo. de 2012
Can we use MATLAB for web developing? I use NetBeans for web developing in Java server page. Can i use MATLAB code in NetBeans to create an page.
For example (in JSP):
<% if(request.getMethod().equalsIgonreCase("post")){%>
Your name is: <%=request.getParameter("name");%>
<%}%>
<form action="" name="form1" method="post"
<input type="text" value="" name="name" />
<input type="submit" value="Submit Query" />
</form>
What id need to do to make this in MATLAB with NetBeans.

Respuestas (1)

the cyclist
the cyclist el 9 de Mzo. de 2012
  4 comentarios
Aldin
Aldin el 9 de Mzo. de 2012
I'm waiting for your answer,dude
Aldin
Aldin el 9 de Mzo. de 2012
I still waiting on my answer.

Iniciar sesión para comentar.

Categorías

Más información sobre MATLAB Web App Server en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by